Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Releases: dart-code-checker/dart-code-metrics

dart_code_metrics 4.4.0

04 Oct 14:34
834d689
Compare
Choose a tag to compare
  • feat: introduce check-unused-l10n command.
  • feat: add static code diagnostic prefer-const-border-radius. Thanks @konoshenko, @grafovdenis
  • feat: improve static code diagnostic prefer-extracting-callbacks: don't trigger on empty function blocks and ignore Flutter builder functions. Thanks @roman-petrov @ookami-kb
  • feat: improve unused files check, add support for vm:entry-point annotation.
  • fix: compute Number of Parameters only for functions and methods.
  • fix: Number of Parameters skip copyWith methods.
  • fix: skip synthetic tokens while compute Source lines of Code.
  • fix: update Maintainability Index metric comment message.

dart_code_metrics 4.3.3

23 Sep 18:09
fe08448
Compare
Choose a tag to compare
  • Fix unhandled exception while parsing analysis_options.yaml

dart_code_metrics 4.3.2

20 Sep 18:45
dae6762
Compare
Choose a tag to compare
  • Restrict analyzer version to '>=2.1.0 <2.4.0'

dart_code_metrics 4.3.1

14 Sep 15:38
14528c5
Compare
Choose a tag to compare
  • Update .pubignore

dart_code_metrics 4.3.0

13 Sep 18:23
123ccef
Compare
Choose a tag to compare
  • Add support for global rules-exclude. Thanks @xsahil03x
  • Add Halstead Volume metric.
  • Add ability to configure anti-pattern severity.
  • Add --fatal-warnings, --fatal-performance, --fatal-style cli arguments.
  • Deprecated GitHub reporter.

dart_code_metrics 4.3.0-dev.1

06 Sep 04:54
08dfd48
Compare
Choose a tag to compare
Pre-release
  • Add support for global rules-exclude. Thanks @xsahil03x
  • Add Halstead Volume metric.
  • Add ability to configure anti-pattern severity
  • Add --fatal-warnings, --fatal-performance, --fatal-style cli arguments.

dart_code_metrics 4.2.0-dev.5

06 Sep 04:56
98237e6
Compare
Choose a tag to compare
Pre-release
  • Add support for global rules-exclude. Thanks @xsahil03x

dart_code_metrics 4.2.1

06 Sep 04:59
cbfe33b
Compare
Choose a tag to compare
  • Fix rule and metrics excludes for monorepos.
  • Improve static code diagnostics avoid-unused-parameters, prefer-match-file-name.