[go: nahoru, domu]

Skip to content

Commit

Permalink
Enable invalid_case_patterns lint (flutter#40185)
Browse files Browse the repository at this point in the history
Enable invalid_case_patterns lint
  • Loading branch information
goderbauer committed Mar 9, 2023
1 parent 7b9af00 commit 4429efe
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 @@ -95,6 +95,7 @@ linter:
- flutter_style_todos
- hash_and_equals
- implementation_imports
- invalid_case_patterns
- iterable_contains_unrelated_type
# - join_return_with_assignment # not required by flutter style
- leading_newlines_in_multiline_strings
Expand Down

0 comments on commit 4429efe

Please sign in to comment.