dart-code-checker / dart-code-metrics

Software analytics tool that helps developers analyse and improve software quality.
https://dcm.dev
Other
860 stars 265 forks source link

feat: Add rule brick #1207

Closed lsaudon closed 1 year ago

lsaudon commented 1 year ago

1205

mason make rule
? What is the name of the rule? (my-rule) my-rule
? What is the category of the rule? common
? What is the severity of the rule? none
✓ Compiled pre_gen.dart (2.5s)
✓ Generated 4 files. (0.1s)
  created test/src/analyzers/lint_analyzer/rules/rules_list/my_rule/examples/example.dart
  created test/src/analyzers/lint_analyzer/rules/rules_list/my_rule/my_rule_rule_test.dart
  created lib/src/analyzers/lint_analyzer/rules/rules_list/my_rule/my_rule_rule.dart
  created lib/src/analyzers/lint_analyzer/rules/rules_list/my_rule/visitor.dart
lsaudon commented 1 year ago

I update the CONTRIBUTING.md file?

incendial commented 1 year ago

Thank you for the suggestion, it definitely looks useful, but this repository is no longer expected to have new rules. And I'd like to avoid any extra maintenance at this point.