We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f15aa02 commit 93c54e2Copy full SHA for 93c54e2
tools/analyzer_plugin/analysis_options.yaml
@@ -1,5 +1,4 @@
1
-include: package:workiva_analysis_options/v1.recommended.yaml
2
-
+include: package:workiva_analysis_options/v2.yaml
3
analyzer:
4
exclude:
5
- playground/**
@@ -17,7 +16,6 @@ analyzer:
17
16
unused_import: info
18
import_of_legacy_library_into_null_safe: warning
19
implementation_imports: warning
20
21
# ignores from v1.recommended
22
prefer_interpolation_to_compose_strings: ignore
23
cascade_invocations: ignore
@@ -26,9 +24,3 @@ analyzer:
26
24
prefer_final_locals: ignore
27
25
# This is less readable in some cases, and isn't worth it.
28
join_return_with_assignment: ignore
29
30
-linter:
31
- rules:
32
- - avoid_returning_null_for_future
33
- - avoid_void_async
34
- - implementation_imports
0 commit comments