Skip to content

Commit

Permalink
Update all lint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Dec 6, 2023
1 parent 1d0b85e commit e3574a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions all_lint_rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ linter:
- always_specify_types
- always_use_package_imports
- annotate_overrides
- annotate_redeclares
- avoid_annotating_with_dynamic
- avoid_bool_literals_in_conditional_expressions
- avoid_catches_without_on_clauses
Expand Down Expand Up @@ -44,6 +45,7 @@ linter:
- avoid_types_as_parameter_names
- avoid_types_on_closure_parameters
- avoid_unnecessary_containers
- avoid_unstable_final_fields
- avoid_unused_constructor_parameters
- avoid_void_async
- avoid_web_libraries_in_flutter
Expand Down

0 comments on commit e3574a6

Please sign in to comment.