flutter/dev/analysis_options.yaml
Phil Quitslund bb9bac9f3f
Prep for new directives_ordering (#84579)
* sort directives

* prep for new directives ordering

* update excludes

* - blank
2021-06-14 12:13:28 -07:00

14 lines
341 B
YAML

# Temporary work-around for breaking changes to `directives_ordering`
include: ../analysis_options.yaml
analyzer:
exclude:
# Ignore protoc generated files
- "conductor/lib/proto/*"
linter:
rules:
# Disable temporarily to unblock an SDK roll (https://github.com/flutter/flutter/issues/84577)
directives_ordering: false