This repository has been archived by the owner on Jul 16, 2023. It is now read-only.
dart_code_metrics 4.10.0
What's Changed
- chore: restrict
analyzer
version to>=2.4.0 <3.2.0
. by @dkrutskikh in #645 - fix: ignore private variables in
avoid-global-state
rule by @vlkonoshenko in #646 - feat: ignore private members for check-unused-l10n command by @incendial in #650
- chore: remove
@immutable
annotation from code. by @dkrutskikh in #652 - feat: add check unused code command by @incendial in #649
- fix: support excludes and conditional imports for check-unused-code by @incendial in #654
- chore: restrict
analyzer
version to>=2.4.0 <3.3.0
by @dkrutskikh in #656 - fix: make
check-unused-l10n
also cover supertype member calls by @incendial in #658 - feat: add new command flag
--no-congratulate
by @dkrutskikh in #662 - feat: add version flag to print package version by @incendial in #660
- fix: cyclomatic complexity calculation for functions with internal la… by @dkrutskikh in #666
- docs: change name of metric number-of-arguments to number-of-parameters by @Ae-Mc in #670
- chore: update algolia integration by @incendial in #672
- fix:
check-unused-files
now ignored some system files by @dkrutskikh in #671 - feat: add experimental monorepo support for check-unused-code by @incendial in #659
New Contributors
Full Changelog: 4.9.1...4.10.0