Skip to content

Commit 571444e

Browse files
committed
lint: Ignore the generated bindings file
1 parent 403e7a5 commit 571444e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

analysis_options.yaml

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

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

0 commit comments

Comments
 (0)