Sign in
◑
Theme
flutter
/
mirrors
/
flutter.git
/
f5abf4e1b4837ada12cde40584698e728de53fa5
/
.
/
engine
/
src
/
flutter
/
lib
/
ui
/
analysis_options.yaml
blob: e84ed2920e8f6d61f30a83d878a0bebee025ed61 [
file
]
include:
../../analysis_options.yaml
analyzer:
exclude:
# fixtures/ depends on dart:ui and raises false positives.
-
fixtures/**
linter:
rules:
unreachable_from_main:
false
# lint not compatible with how dart:ui is structured