Skip to content

Commit 0249bd9

Browse files
committed
refactor(dart_frog_auth): upgrade analysis options
1 parent 71928f9 commit 0249bd9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
include: package:very_good_analysis/analysis_options.7.0.0.yaml
1+
include: package:very_good_analysis/analysis_options.9.0.0.yaml
2+
linter:
3+
rules:
4+
# Experimental and there are lots of false positives
5+
specify_nonobvious_property_types: false

packages/dart_frog_auth/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ dependencies:
1616
dev_dependencies:
1717
mocktail: ^1.0.0
1818
test: ^1.19.2
19-
very_good_analysis: ^7.0.0
19+
very_good_analysis: ^9.0.0

0 commit comments

Comments
 (0)