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 71928f9 commit 0249bd9Copy full SHA for 0249bd9
packages/dart_frog_auth/analysis_options.yaml
@@ -1 +1,5 @@
1
-include: package:very_good_analysis/analysis_options.7.0.0.yaml
+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
@@ -16,4 +16,4 @@ dependencies:
16
dev_dependencies:
17
mocktail: ^1.0.0
18
test: ^1.19.2
19
- very_good_analysis: ^7.0.0
+ very_good_analysis: ^9.0.0
0 commit comments