Feature Request: Summary of rules which emitted diagnostics #4747
Replies: 3 comments 5 replies
-
When I run A first step is to identify which rule make sense in the repository. I suggest adding a summary at the end of the output of
Another possibility is adding a CLI flag
However, this could require running a second time the linter. |
Beta Was this translation helpful? Give feedback.
-
The summary (see 1.) helps to identify the rules that report diagnostics. I suggest adding a new option
|
Beta Was this translation helpful? Give feedback.
-
Once I detected a rule that is too pedantic / too noisy in the current state of the code base, I could like to have a way to easily update the config. Something like:
|
Beta Was this translation helpful? Give feedback.
-
While I was testing Rome linter on the TypeScript Compiler code base, I noticed that the UX for adopting the Rome linter is not so good: The maximum number of diagnostics is easily reached, and it is hard to know which rule to keep or to disable.
I have several suggestions to improve the situation:
I will open a comment for each suggestion.
These features could help a project to adopt Rome.
This is also valuable to test Rome against big code base to detect false positives or pedantic rules.
Beta Was this translation helpful? Give feedback.
All reactions