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 7b8dd6b commit 30e3298Copy full SHA for 30e3298
wakelock_plus_platform_interface/analysis_options.yaml
@@ -2,8 +2,11 @@ include: package:flutter_lints/flutter.yaml
2
3
analyzer:
4
exclude:
5
- - lib/**.g.dart
6
- - test/**.g.dart
+ # Generated files shouldn't really be analyzed. Remove if it becomes a problem.
+ - "**/*.g.dart"
7
+ - ".git/**" # Exclude private git directory
8
+ - "build/**" # Exclude generated files in the build directory
9
+ - ".dart_tool/**" # Exclude Dart tool-generated files
10
11
linter:
12
rules:
0 commit comments