Skip to content

Commit

Permalink
chore(lints): add avoid_classes_with_only_static_members
Browse files Browse the repository at this point in the history
  • Loading branch information
albertms10 committed Dec 19, 2021
1 parent 2e81262 commit 0b55f8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ linter:
- always_put_required_named_parameters_first
- avoid_bool_literals_in_conditional_expressions
- avoid_catches_without_on_clauses
- avoid_classes_with_only_static_members
- avoid_dynamic_calls
- avoid_function_literals_in_foreach_calls
- avoid_redundant_argument_values
Expand Down

0 comments on commit 0b55f8d

Please sign in to comment.