Skip to content

Commit 93c54e2

Browse files
Migrates to workiva_analysis_options v2
1 parent f15aa02 commit 93c54e2

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

tools/analyzer_plugin/analysis_options.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
include: package:workiva_analysis_options/v1.recommended.yaml
2-
1+
include: package:workiva_analysis_options/v2.yaml
32
analyzer:
43
exclude:
54
- playground/**
@@ -17,7 +16,6 @@ analyzer:
1716
unused_import: info
1817
import_of_legacy_library_into_null_safe: warning
1918
implementation_imports: warning
20-
2119
# ignores from v1.recommended
2220
prefer_interpolation_to_compose_strings: ignore
2321
cascade_invocations: ignore
@@ -26,9 +24,3 @@ analyzer:
2624
prefer_final_locals: ignore
2725
# This is less readable in some cases, and isn't worth it.
2826
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

Comments
 (0)