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
This is more of an extension to #130 but implemented as a dedicated command. Most, if not all, Ameba rules have a comment describing the functionality of the rule, the YAML configuration key for the rule and code examples for some. Implementing these comments as part of the actual rules to be displayed in a dedicated command would help a lot with understanding how the rule works or what it's targeting.
For my specific use-case, it would help with identifying which rules are disabled by default so that I can enable them in the config instead of having to run ameba --all --except RulesThat,ShouldBe,Ignored. Ideally, a dedicated command to add all of these rules into the generated config file would be nice, but that's a separate issue.
The text was updated successfully, but these errors were encountered:
This is more of an extension to #130 but implemented as a dedicated command. Most, if not all, Ameba rules have a comment describing the functionality of the rule, the YAML configuration key for the rule and code examples for some. Implementing these comments as part of the actual rules to be displayed in a dedicated command would help a lot with understanding how the rule works or what it's targeting.
For my specific use-case, it would help with identifying which rules are disabled by default so that I can enable them in the config instead of having to run
ameba --all --except RulesThat,ShouldBe,Ignored
. Ideally, a dedicated command to add all of these rules into the generated config file would be nice, but that's a separate issue.The text was updated successfully, but these errors were encountered: