mirror of
https://github.com/encounter/flutter.git
synced 2026-07-10 03:18:48 -07:00
cb3dee79c5
* add an analysis_options excludes for the build/ dir * fix bots
9 lines
190 B
YAML
9 lines
190 B
YAML
# Take our settings from the repo's main analysis_options.yaml file, but add
|
|
# an exclude for the build directory.
|
|
|
|
include: ../../analysis_options.yaml
|
|
|
|
analyzer:
|
|
exclude:
|
|
- build/**
|