We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I would like to run all linters, but exclude deprecated, to not consider linters that will be removed somewhere in the future.
2 options:
--enable-all
--disable-deprecated
--enable-all-except-deprecated
No response
The text was updated successfully, but these errors were encountered:
Hey, thank you for opening your first Issue ! 🙂 If you would like to contribute we have a guide for contributors.
Sorry, something went wrong.
Hello,
the deprecation flow is discussed here #1987. Your issue can be considered as a part of this discussion.
No branches or pull requests
Your feature request related to a problem? Please describe.
I would like to run all linters, but exclude deprecated, to not consider linters that will be removed somewhere in the future.
Describe the solution you'd like.
2 options:
--enable-all
and--disable-deprecated
at the same time--enable-all-except-deprecated
Describe alternatives you've considered.
Additional context.
No response
The text was updated successfully, but these errors were encountered: