ci: ignore generated files
This commit is contained in:
parent
09d5bbb953
commit
1855ed4e6b
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@
|
|||
# packages, and plugins designed to encourage good coding practices.
|
||||
include: package:very_good_analysis/analysis_options.yaml
|
||||
|
||||
analyzer:
|
||||
exclude: [/**/*.g.dart]
|
||||
|
||||
linter:
|
||||
# The lint rules applied to this project can be customized in the
|
||||
# section below to disable rules from the `package:flutter_lints/flutter.yaml`
|
||||
|
|
Loading…
Reference in a new issue