mirror of
https://github.com/flutter/flutter.git
synced 2026-02-10 21:07:38 +08:00
7 lines
257 B
YAML
7 lines
257 B
YAML
include: ../analysis_options.yaml
|
|
|
|
linter:
|
|
rules:
|
|
# diagnostic_describe_all_properties: true # blocked on https://github.com/dart-lang/sdk/issues/47418
|
|
prefer_relative_imports: false # doesn't really work when you have subpackages like we do here
|