Skip to content

Commit 93734c0

Browse files
committed
exclude vendor directory in dart analyze
1 parent b208e3b commit 93734c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

analysis_options.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
# packages, and plugins designed to encourage good coding practices.
1010
include: package:flutter_lints/flutter.yaml
1111

12+
analyzer:
13+
exclude: [vendor/**]
14+
1215
linter:
1316
# The lint rules applied to this project can be customized in the
1417
# section below to disable rules from the `package:flutter_lints/flutter.yaml`

0 commit comments

Comments
 (0)