Output lint codes instead of RuleTable? #8396
Unanswered
jorgegomezcq
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Not an answer to your question, but this is related to #8334 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm able to output the pydocstyle rules that are in effect for a given configuration file and path
foo
withruff check --show-settings foo/
but is there a way to just output the pydocstyle official codes? For example, instead ofFitsOnOneLine
I'd prefer to see a simple table saying thatD200
is enabled, etc.Idea:
ruff --show-enabled-codes --config ruff.toml
or similar.Beta Was this translation helpful? Give feedback.
All reactions