You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to propose that the rule documentation or rule page (or a new subpage?) lists all existing rules from the different tools (flake8, pycodestyle, pylint, etc...) and which ones currently are and are not implemented in ruff.
This would make it easier for developers to understand if they can stop using some tool and adopt ruff instead.
This issue also asks for this information but was closed without much discussion as at that time there was a section into the README called "How does ruff compare to flake8".
The list could include:
all rules of each set and which rules are implemented:
in ruff (stable default)
in ruff (stable opt-in)
in ruff (preview)
in ruff (not yet)
in ruff (not planned/low priority because of reason X)
what version of ruff the rule was implemented in
The text was updated successfully, but these errors were encountered:
Thanks. Something very similar has come up before in #13897 Please see my response in that issue (and feel free to continue the conversation over there)
I would like to propose that the rule documentation or rule page (or a new subpage?) lists all existing rules from the different tools (flake8, pycodestyle, pylint, etc...) and which ones currently are and are not implemented in ruff.
This would make it easier for developers to understand if they can stop using some tool and adopt ruff instead.
Related issues:
The list could include:
The text was updated successfully, but these errors were encountered: