Skip to content

Commit

Permalink
Prefer lint rules to flutter_lints rules even if they should not
Browse files Browse the repository at this point in the history
conflicts because they only add rules (see this Github comment for more
information dart-lang/sdk#47256 (comment))
  • Loading branch information
julien4215 committed Dec 24, 2024
1 parent 23bf4af commit 9950901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

# The following lines activate a set of recommended lints.
include:
- package:lint/strict.yaml
- package:flutter_lints/flutter.yaml
- package:lint/strict.yaml

analyzer:
language:
Expand Down

0 comments on commit 9950901

Please sign in to comment.