Skip to content

Commit 2580b35

Browse files
committed
Exclude gen.dart from analyzer checks
Added lib/src/gen.dart to the analyzer exclude list in analysis_options.yaml to prevent analysis of generated code.
1 parent 40938f4 commit 2580b35

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
include: package:flutter_lints/flutter.yaml
22

3+
analyzer:
4+
exclude:
5+
- lib/src/gen.dart
6+
37
# Additional information about this file can be found at
48
# https://dart.dev/guides/language/analysis-options

0 commit comments

Comments
 (0)