Skip to content

Commit

Permalink
feat!: Add new rules from Dart 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
witwash committed Nov 29, 2023
1 parent a471309 commit 38ef0db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mews_pedantic/lib/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ linter:
- no_adjacent_strings_in_list
- no_duplicate_case_values
- no_logic_in_create_state
- no_self_assignments
- no_wildcard_variable_uses
# - prefer-relative-imports
- prefer_void_to_null
- test_types_in_equals
Expand All @@ -45,6 +47,7 @@ linter:
# - always_put_required_named_parameters_first
# - always_specify_types
- annotate_overrides
- annotate_redeclares
# - avoid_annotating_with_dynamic
# - avoid_bool_literals_in_conditional_expressions
- avoid_catches_without_on_clauses
Expand Down

0 comments on commit 38ef0db

Please sign in to comment.