This repository was archived by the owner on Jul 16, 2023. It is now read-only.
dart_code_metrics 4.18.0
What's Changed
- docs: Add check-unnecessary-nullable in available commands by @lsaudon in #942
- docs: rework website rules list page by @incendial in #950
- docs: rework website rule page by @incendial in #959
- docs: rework index pages for all categories by @incendial in #960
- fix: avoid-top-level-members-in-tests by @lsaudon in #945
- feat: support passing file paths to all commands by @incendial in #965
- fix:
--reporter=json
forcheck-unnecessary-nullable
crashes, sayingConverting object to an encodable object failed: Instance of 'MappedIterable<FormalParameter, String>'
by @fzyzcjy in #980 - feat: replace relative path in reporters output with absolute to support IDE clicks by @incendial in #966
- feat: make avoid-unnecessary-type-assertions handle is! checks by @incendial in #995
- fix: support not named builder parameters for avoid-returning-widgets by @incendial in #992
- fix: support variables shadowing for avoid-unused-parameters by @incendial in #993
- fix: make check-unnecessary-nullable command ignore Flutter keys by @incendial in #994
- fix: add const to edge insets constructors when appropriate by @orevial in #972
- fix: make avoid-border-all not report errors on final variables by @Ascenio in #988
- feat: avoid passing async when sync expected by @Ascenio in #987
New Contributors
Full Changelog: 4.17.0...4.18.0