Skip to content

Commit 8b95037

Browse files
committed
Create analysis_options.yaml
1 parent 4eea860 commit 8b95037

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

analysis_options.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
include: package:lints/recommended.yaml
2+
3+
analyzer:
4+
exclude:
5+
- test/dtos/aiserver.dtos.dart
6+
- test/dtos/techstacks.dtos.dart
7+
- test/dtos/test.dtos.dart
8+
- example/test.dtos.dart
9+
- test/issues/dartrefsandbox.dtos.dart
10+
11+
linter:
12+
rules:
13+
# Add any custom lint rules here if needed

0 commit comments

Comments
 (0)