Skip to content

Commit

Permalink
Migrates to workiva_analysis_options v2
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewnitschke-wk committed Oct 16, 2024
1 parent f15aa02 commit 93c54e2
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions tools/analyzer_plugin/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
include: package:workiva_analysis_options/v1.recommended.yaml

include: package:workiva_analysis_options/v2.yaml
analyzer:
exclude:
- playground/**
Expand All @@ -17,7 +16,6 @@ analyzer:
unused_import: info
import_of_legacy_library_into_null_safe: warning
implementation_imports: warning

# ignores from v1.recommended
prefer_interpolation_to_compose_strings: ignore
cascade_invocations: ignore
Expand All @@ -26,9 +24,3 @@ analyzer:
prefer_final_locals: ignore
# This is less readable in some cases, and isn't worth it.
join_return_with_assignment: ignore

linter:
rules:
- avoid_returning_null_for_future
- avoid_void_async
- implementation_imports

0 comments on commit 93c54e2

Please sign in to comment.