Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

dart_code_metrics 5.4.0

Compare
Choose a tag to compare
@incendial incendial released this 04 Jan 17:31
· 98 commits to master since this release

What's Changed

  • feat: add use-setstate-synchronously rule by @Desdaemon in #1120
  • fix: ignore Providers for avoid-returning-widgets by @incendial in #1121
  • feat: support ignoring nesting for prefer-conditional-expressions by @incendial in #1122
  • fix: correctly handle FunctionExpressions for avoid-redundant-async by @incendial in #1124
  • feat: show warning for rules without config that require config to work by @incendial in #1125
  • feat: ignore tear-off methods for avoid-unused-parameters by @incendial in #1126
  • fix: use-setstate-synchronously edge cases by @Desdaemon in #1128
  • fix: handle multiline comments by @incendial in #1129

New Contributors

Full Changelog: 5.3.0...5.4.0