Skip to content

Commit 80524e5

Browse files
committed
fix(lint): remove exclude
Allows you to have the linter in test files that are not generated. Now, generated code have ignore_for_file: type=lint, type=warning
1 parent 8440142 commit 80524e5

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

analysis_options.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
include: package:very_good_analysis/analysis_options.yaml
22

3-
analyzer:
4-
exclude: [test/**_test.dart, example/test/**_test.dart]
5-
63
linter:
74
rules:
85
avoid_positional_boolean_parameters: false

0 commit comments

Comments
 (0)