Skip to content

Commit 92a4f23

Browse files
authored
chore: adjust dart_frog_test/example to use dart_frog_lint (#1836)
1 parent 9a28dcb commit 92a4f23

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed
Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
include: package:dart_frog_lint/recommended.yaml

packages/dart_frog_test/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ dependencies:
1010
dart_frog: ^1.0.0
1111

1212
dev_dependencies:
13+
dart_frog_lint: ^0.1.0
1314
dart_frog_test:
1415
path: ../
1516
mocktail: ^1.0.0
1617
test: ^1.19.2
17-
very_good_analysis: ^5.1.0

0 commit comments

Comments
 (0)