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 5.7.0

22 Mar 09:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.6.0...5.7.0

dart_code_metrics 5.6.0

13 Feb 10:16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.5.1...5.6.0

dart_code_metrics 5.6.0-dev.1

01 Feb 13:03
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: 5.5.1...5.6.0-dev.1

dart_code_metrics 5.5.1

28 Jan 11:52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.5.0...5.5.1

dart_code_metrics 5.5.0

23 Jan 18:17
Compare
Choose a tag to compare

What's Changed

  • chore: setup recommended vscode extensions by @dkrutskikh in #1138
  • fix: additional cases for use-setstate-synchronously by @Desdaemon in #1136
  • chore: add permissions for tests reporting by @dkrutskikh in #1081
  • fix: list-all-equatable-fields should be typed common by @akaiser in #1141
  • chore: tune VSCode settings by @dkrutskikh in #1140
  • feat: exclude .freezed.dart files by default by @dkrutskikh in #1139
  • feat: introduce prefer-provide-intl-description rule by @dkrutskikh in #1137
  • fix: correctly handle prefixed enums and static instance fields for prefer-moving-to-variable by @incendial in #1123
  • feat: add allow-initialized option to avoid-late-keyword by @incendial in #1145
  • fix: ignore method invocations in a variable declaration for prefer-moving-to-variable by @incendial in #1144
  • feat: add ignored-types option to avoid-late-keyword by @incendial in #1146
  • fix: ignore enum constant arguments for no-magic-number by @nxtSwitch in #1150
  • fix: support tear-off methods for check-unnecessary-nullable by @incendial in #1154
  • docs: rename to DCM and update website links by @incendial in #1155
  • fix: partially handle normal completion function body for avoid-redundant-async by @incendial in #1148
  • feat: support type=lint suppression by @incendial in #1156
  • fix: correctly handle empty comment sentence for format-comment by @incendial in #1159

New Contributors

Full Changelog: 5.4.0...5.5.0

dart_code_metrics 5.4.0

04 Jan 17:31
Compare
Choose a tag to compare

What's Changed

  • feat: add use-setstate-synchronously rule by @Desdaemon in #1120
  • fix: ignore Providers for avoid-returning-widgets by @incendial in #1121
  • feat: support ignoring nesting for prefer-conditional-expressions by @incendial in #1122
  • fix: correctly handle FunctionExpressions for avoid-redundant-async by @incendial in #1124
  • feat: show warning for rules without config that require config to work by @incendial in #1125
  • feat: ignore tear-off methods for avoid-unused-parameters by @incendial in #1126
  • fix: use-setstate-synchronously edge cases by @Desdaemon in #1128
  • fix: handle multiline comments by @incendial in #1129

New Contributors

Full Changelog: 5.3.0...5.4.0

dart_code_metrics 5.3.0

19 Dec 15:47
Compare
Choose a tag to compare

What's Change

  • chore: remove strong-mode from analysis_options since it is no longer supported by @incendial in #1107
  • feat: support ignoring regular comments for format-comment by @incendial in #1110
  • fix: support function expression invocations for prefer-moving-to-variable by @incendial in #1109
  • feat: add strict config option to avoid-collection-methods-with-unrelated-types by @incendial in #1111
  • fix: ignore doc comments for prefer-commenting-analyzer-ignores by @incendial in #1115
  • feat: add list-all-equatable-fields rule by @incendial in #1103

Full Changelog: 5.2.1...5.3.0

dart_code_metrics 5.2.1

08 Dec 19:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.2.0...5.2.1

dart_code_metrics 5.2.0

08 Dec 14:28
Compare
Choose a tag to compare

What's Changed

  • docs: Add better example for presets by @lsaudon in #1089
  • fix: remove recursive traversal for ban-name by @incendial in #1090
  • feat: add static code diagnostic prefer-using-list-view by @lsaudon in #1088
  • feat: add avoid-unnecessary-conditionals rule by @incendial in #1094
  • feat: add avoid-double-slash-imports rule by @incendial in #1095
  • feat: support boolean literals removal for prefer-conditional-expressions auto-fix by @incendial in #1096
  • fix: correctly support conditional imports for check-unused-code by @incendial in #1097

Full Changelog: 5.1.0...5.2.0

dart_code_metrics 5.1.0

01 Dec 13:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.0.0...5.1.0