14 lines
341 B
YAML
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
|