replace some ._() constructors with class modifiers (#122765)
This commit is contained in:
committed by
GitHub
parent
7b7af9f34c
commit
31798757e7
@@ -42,7 +42,7 @@ linter:
|
||||
- avoid_bool_literals_in_conditional_expressions
|
||||
# - avoid_catches_without_on_clauses # blocked on https://github.com/dart-lang/linter/issues/3023
|
||||
# - avoid_catching_errors # blocked on https://github.com/dart-lang/linter/issues/3023
|
||||
- avoid_classes_with_only_static_members
|
||||
# avoid_classes_with_only_static_members # # we do this commonly for `abstract final class`es
|
||||
- avoid_double_and_int_checks
|
||||
- avoid_dynamic_calls
|
||||
- avoid_empty_else
|
||||
|
||||
Reference in New Issue
Block a user