Hello Dart developers,
We updated our Dart analyzer to include more rules fully covering the “Flutter” and “Recommended” profiles of the Dart SDK linter. You now have 114 rules executed when you scan a project containing Dart code.
On top of that, the Dart analyzer computes the following metrics:
- Cognitive Complexity metric
- Cyclomatic Complexity rule and metric
- Duplications (CPD Tokens)
- Number of classes and Dart-specific class-like constructs, such as extensions and extension types
- Number of functions, statements, and comment lines
Enjoy!
Alex