blob: e0dcdea50f7ef16442ac49bdb3fabaadfe51ca7a [file] [log] [blame] [edit]
# 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