Enable prefer_mixin (#123159)

Enable prefer_mixin
This commit is contained in:
Michael Goderbauer
2023-03-21 16:12:26 -07:00
committed by GitHub
parent e15c92852f
commit 06ed8e65a7
3 changed files with 13 additions and 7 deletions

View File

@@ -173,7 +173,7 @@ linter:
- prefer_is_not_empty
- prefer_is_not_operator
- prefer_iterable_whereType
# - prefer_mixin # has false positives, see https://github.com/dart-lang/linter/issues/3018
- prefer_mixin
# - prefer_null_aware_method_calls # "call()" is confusing to people new to the language since it's not documented anywhere
- prefer_null_aware_operators
- prefer_relative_imports