Workiva / workiva_analysis_options

Workiva's shared Dart static analysis options
Other
3 stars 1 forks source link

[lint] prefer_mixin #110

Open evanweible-wf opened 5 years ago

evanweible-wf commented 5 years ago

http://dart-lang.github.io/linter/lints/prefer_mixin.html

# NOTE: This is currently only available with Dart 2.7.0-dev
dartfix --fix=use-mixin -w .
regenvanwalbeek-wf commented 2 years ago

We had to downgrade this one in DPC to ignore (it causes 314 warnings for us today). This has caused problems with many over_react components.

I wonder if this should be downgraded to ignore until consumers can adhere to it?