Enable missing_whitespace_between_adjacent_strings (#77027)
This commit is contained in:
committed by
GitHub
parent
995bd989dd
commit
fc99e7c0d7
@@ -125,7 +125,7 @@ linter:
|
||||
# - lines_longer_than_80_chars # not required by flutter style
|
||||
- list_remove_unrelated_type
|
||||
# - literal_only_boolean_expressions # too many false positives: https://github.com/dart-lang/sdk/issues/34181
|
||||
# - missing_whitespace_between_adjacent_strings # not yet tested
|
||||
- missing_whitespace_between_adjacent_strings
|
||||
- no_adjacent_strings_in_list
|
||||
# - no_default_cases # too many false positives
|
||||
- no_duplicate_case_values
|
||||
|
||||
Reference in New Issue
Block a user