blob: df0f388ff45551e65f01b287a2b072275142077a [file]
include: ../analysis_options.yaml
plugins:
flutter_analyzer_plugin:
path: ../../../dev/flutter_analyzer_plugin
diagnostics:
no_double_clamp: true
no_stopwatches: true
protect_public_state_subtypes: true
render_box_intrinsics: true
dependency_overrides:
analysis_server_plugin: ^0.3.22
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