This repository has been archived by the owner on Jul 16, 2023. It is now read-only.
dart_code_metrics 5.5.0
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
- @akaiser made their first contribution in #1141
- @nxtSwitch made their first contribution in #1150
Full Changelog: 5.4.0...5.5.0