api-oas-checker
api-oas-checker copied to clipboard
Selectively disable spectral rules
I expect
to selectively disable rules via a # noqa
comment or flagging them in the GUI
NB: SEE spectral 6.0.0 behavior before implementing
Instead
I can't
Note
This can be useful especially for some kind of rules (eg. integer requires format) which tend to recur heavily and may create some noise when you're trying to fix all the other issues.
PR: See #30