mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
Disable a not-yet-defined lint
R=pquitslund@google.com Review-Url: https://codereview.chromium.org/2955583002 .
This commit is contained in:
parent
b8b9e3eae4
commit
8cd2a4924d
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ linter:
|
|||
- annotate_overrides
|
||||
- empty_constructor_bodies
|
||||
- empty_statements
|
||||
- prefer_single_quotes
|
||||
# - prefer_single_quotes
|
||||
- unawaited_futures
|
||||
- unnecessary_brace_in_string_interps
|
||||
- valid_regexps
|
||||
|
|
Loading…
Reference in a new issue