mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
10 lines
275 B
YAML
10 lines
275 B
YAML
# Take our settings from the repo's main analysis_options.yaml file, but add
|
|
# an exclude for the lib/main.dart file, which requires a code-generated file,
|
|
# in order to be properly analyzed.
|
|
|
|
include: ../../../analysis_options.yaml
|
|
|
|
analyzer:
|
|
exclude:
|
|
- lib/main.dart
|