Can JSON format output and command line parameter options for -- disable-error-code all be supported?
Feature
As the title suggests
Pitch
JSON format output is easier to handle by code,and -- disable-error-code all seems to be a natural and reasonable parameter
Both ruff and pylint support these options
JSON output format is already supported via --output json.
Linking #2376, #19048 for discussion related to --disable-error-code all
@WutingjiaX do you mean enable?
I suppose you could be asking to be able to disable all the error codes, so that you can then enable a couple individually afterwards 🤔 I could see a use for that. Otherwise it seems odd to use a typechecker but disable all the checks!