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