Dmitry Krutskikh
Dmitry Krutskikh
### What is the purpose of this pull request? (put an "X" next to an item) [ ] Documentation update [ ] Bug fix [ ] New rule [ ]...
Add ability report simultaneously in JSON format to a file and in a human-readable format to the console. Something similar https://docs.pytest.org/en/6.2.x/usage.html#creating-junitxml-format-files
- Extreme CPU and memory usage for monorepos https://github.com/dart-code-checker/dart-code-metrics/issues/528 (if you experience performance problems, consider switching to https://dcm.dev/for-teams/) - No way to run Dart Code Metrics cli while running `dart...
Rework css theme with theme dark theme support for dart code
- [ ] https://github.com/dart-code-checker/dart-code-metrics/issues/546
See: Lanza. Object-Oriented Metrics in Practice. Page 18.
The God Class Rule detects the God Class design flaw using metrics. A god class does too many things, is very big and complex. It should be split apart to...
See: Lanza. Object-Oriented Metrics in Practice. Page 16.
See: Lanza. Object-Oriented Metrics in Practice. Page 17.
**Please describe what the rule should do:** Validate settings block in analysis_options.yaml **If your rule is inspired by other please provide link to it:** **What category of rule is this?...