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.
dart_frog_test/example
dart_frog_lint
1 parent 9a28dcb commit 92a4f23Copy full SHA for 92a4f23
packages/dart_frog_test/example/analysis_options.yaml
@@ -1,7 +1 @@
1
-include: package:very_good_analysis/analysis_options.5.1.0.yaml
2
-analyzer:
3
- exclude:
4
- - build/**
5
-linter:
6
- rules:
7
- file_names: false
+include: package:dart_frog_lint/recommended.yaml
packages/dart_frog_test/example/pubspec.yaml
@@ -10,8 +10,8 @@ dependencies:
10
dart_frog: ^1.0.0
11
12
dev_dependencies:
13
+ dart_frog_lint: ^0.1.0
14
dart_frog_test:
15
path: ../
16
mocktail: ^1.0.0
17
test: ^1.19.2
- very_good_analysis: ^5.1.0
0 commit comments