-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
Display enabled rules #11002
Comments
You can run |
Yes I've seen that. And the whole output is useful actually for everything it tells me.
Which I cannot even map to a rule in the output of the Let me also just add what I need it for. We want to move as much rules from pylint over to ruff. I have a script checking current enabled pylint rules, then checking in the full list of ruff rules if it is there, and then it prints it all in a list. This list is then something we can systematically take and enable in ruff, and disable in pylint. And it will be nice if I can have the already enabled rules in ruff to better structure the output of the script. And for added sanity make sure there are no rules enabled in both. |
Hi! I've opened a fix for this at #11003 |
Aah! This is perfect thanks. When does it release? ;) |
Soon! We're planning on releasing 0.4.0 this week. |
Is there any way to just see the enabled rules in a list like this with name and code(s)?
I have seen the other discussions regarding issues resembling this that mention improving the categorisation of the rules etcetera.
And all those improvements will be welcomed. But internally when linting there must be a list after config is parsed that can just be shard with me on the terminal :)
If there is any way to get it that I am missing, please share.
The text was updated successfully, but these errors were encountered: