Using <code>openapi-cli</code>: custom rules

1 · Yuliya Bagriy · Sept. 6, 2021, 8:47 p.m.
If you’re planning to lint OpenAPI description documents (you should!), always check whether a linter supports adding custom rules. And I mean not just changing severity or disabling predefined rules, but actually adding new ones specific to your API standards. openapi-cli, as any respectable OpenAPI linter, allows that. The process is very similar to adding preprocessors....