This repository was archived by the owner on Jul 16, 2023. It is now read-only.
dart_code_metrics 5.6.0
What's Changed
- feat: add
allow-only-once
option tono-magic-number
rule by @san-smith in #1173 - chore: update bug report template by @incendial in #1175
- chore: update issue templates by @incendial in #1176
- chore: improve PR template by @incendial in #1177
- docs: remove old website by @incendial in #1174
- feat: add new rule correct-game-instantiating by @incendial in #1163
- feat: add static code diagnostic avoid-initializing-in-on-mount by @incendial in #1165
- feat: add avoid-creating-vector-in-update by @incendial in #1166
- feat: add static code diagnostic avoid-redundant-async-on-load by @incendial in #1168
- chore: remove unused code by @incendial in #1157
- fix: correctly support dartdoc tags for format-comment by @incendial in #1182
- fix: support assert(mounted) for use-setstate-synchronously by @incendial in #1181
- feat: add allow-nullable config option for avoid-returning-widgets by @incendial in #1180
- fix: fix moving to variable false positives by @incendial in #1186
- feat: add new config option by @incendial in #1187
- fix: check didChangeDependencies for avoid-unnecessary-setstate by @incendial in #1188
- fix: correctly handle dynamic type for avoid-passing-async-when-sync-expected by @incendial in #1189
- fix: correctly handle implicit type parameters for no-equal-arguments by @incendial in #1190
New Contributors
- @san-smith made their first contribution in #1173
Full Changelog: 5.5.1...5.6.0