Enable missing_whitespace_between_adjacent_strings (#77027)

This commit is contained in:
Michael Goderbauer
2021-03-01 18:30:17 -08:00
committed by GitHub
parent 995bd989dd
commit fc99e7c0d7
24 changed files with 64 additions and 69 deletions

View File

@@ -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