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 cc36448 commit 677be6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
11 changes: 1 addition & 10 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include: package:workiva_analysis_options/v2.yaml
include: package:lints/recommended.yaml

analyzer:
exclude:
- test/**/fixtures/**
Expand All @@ -9,12 +9,3 @@ analyzer:
strong-mode:
implicit-casts: true
implicit-dynamic: true

linter:
rules:
include:
- avoid_types_on_closure_parameters
- prefer_void_to_null
- void_checks
exclude:
- overridden_fields
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ dev_dependencies:
test: ^1.15.7
test_descriptor: ^2.0.0
test_process: ^2.0.0
workiva_analysis_options: ^1.4.1

0 comments on commit 677be6b

Please sign in to comment.