Skip to content

Commit

Permalink
Remove no_adjacent_strings_in_list from enabled lint rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
srawlins authored Oct 15, 2024
1 parent bf751e6 commit c6c3c31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ linter:
- literal_only_boolean_expressions
# - matching_super_parameters # blocked on https://github.com/dart-lang/language/issues/2509
- missing_whitespace_between_adjacent_strings
- no_adjacent_strings_in_list
- no_default_cases
- no_duplicate_case_values
- no_leading_underscores_for_library_prefixes
Expand Down

0 comments on commit c6c3c31

Please sign in to comment.