We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc36448 commit 677be6bCopy full SHA for 677be6b
analysis_options.yaml
@@ -1,5 +1,5 @@
1
+include: package:workiva_analysis_options/v2.yaml
2
include: package:lints/recommended.yaml
-
3
analyzer:
4
exclude:
5
- test/**/fixtures/**
@@ -9,12 +9,3 @@ analyzer:
9
strong-mode:
10
implicit-casts: true
11
implicit-dynamic: true
12
13
-linter:
14
- rules:
15
- include:
16
- - avoid_types_on_closure_parameters
17
- - prefer_void_to_null
18
- - void_checks
19
- exclude:
20
- - overridden_fields
pubspec.yaml
@@ -32,3 +32,4 @@ dev_dependencies:
32
test: ^1.15.7
33
test_descriptor: ^2.0.0
34
test_process: ^2.0.0
35
+ workiva_analysis_options: ^1.4.1
0 commit comments