This repository has been archived by the owner on Jul 16, 2023. It is now read-only.
dart_code_metrics 5.0.0
What's Changed
- feat: add avoid-cascade-after-if-null rule by @incendial in #1039
- feat: export cli runner and add documentation for use-case by @incendial in #1040
- feat: support report to the json file option for the analyze command by @incendial in #1042
- feat: rename member-ordering-extended to member-ordering by @incendial in #1041
- feat: handle widget members order separately by @incendial in #1043
- feat: support dynamic method name for member-ordering by @incendial in #1044
- fix: check
of
constructor exist forprefer-iterable-of
by @lsaudon in #1050 - feat: change severity for avoid-banned-imports, prefer-trailing-comma, ban-name rules by @incendial in #1052
- chore: specify platform support in the pubspec by @dkrutskikh in #1045
- feat: cleanup public API by @incendial in #1053
- feat: support proxy calls for check-unused-l10n by @incendial in #1054
- feat: add print-config option to all commands by @incendial in #1057
- fix: ignore override methods for avoid-redundant-async by @incendial in #1060
- feat: support includes in the rules config by @incendial in #1061
- feat: add validation for rule names in analysis_options by @incendial in #1059
Full Changelog: 4.21.2...5.0.0