mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00

Move Flutter Gallery to dev/integration_tests/ as it is an older copy used only for testing. The current version of the Flutter Gallery now lives in https://github.com/flutter/gallery.
9 lines
193 B
YAML
9 lines
193 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/**
|