Skip to content

Commit 9950901

Browse files
committed
Prefer lint rules to flutter_lints rules even if they should not
conflicts because they only add rules (see this Github comment for more information dart-lang/sdk#47256 (comment))
1 parent 23bf4af commit 9950901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analysis_options.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
# The following lines activate a set of recommended lints.
99
include:
10-
- package:lint/strict.yaml
1110
- package:flutter_lints/flutter.yaml
11+
- package:lint/strict.yaml
1212

1313
analyzer:
1414
language:

0 commit comments

Comments
 (0)