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 4eea860 commit 8b95037Copy full SHA for 8b95037
analysis_options.yaml
@@ -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