blob: d46ea0e5ca6a49c2e3625a10d50b2988a29f9b3d [file] [log] [blame]
include: ../../analysis_options.yaml
analyzer:
exclude:
# fixtures/ depends on dart:ui and raises false positives.
- fixtures/**
linter:
rules:
always_specify_types: true # dart:ui is shipped as part of flutter/flutter, let's keep them consistent for now
unreachable_from_main: false # lint not compatible with how dart:ui is structured