-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
With the velocity of ruff's development and the influx of new rules, it's getting harder to keep up. Are there any plans to help with rules discoverability? If not, I have two suggestions in my mind:
- Implement "recommended" ruleset (similar to what ESLint is doing). Would probably require generic mix-and-match ruleset functionality across rule collections.
- Implement a CLI command for listing all implicitely disabled rules (or collections, if all rules in a collection are disabled). Or something like that, not sure whether this would work properly as described. For example, I'd hope to be able to run this command and get the new TYP rules, since I haven't explicitely enabled or disabled them, but not see B rules, since I've disabled them all.
Sorry if I missed an existing issue about this, hope you like the suggestion.
Flowake, charliermarsh, scastlara, tahv, Avasam and 12 more
Metadata
Metadata
Assignees
Labels
No labels