blob: fda5f01ac51ed7a0156062d1f9105bd85926feda [file] [log] [blame] [edit]
include: package:dart_flutter_team_lints/analysis_options.yaml
analyzer:
errors:
todo: ignore
exclude: [build/**, third_party/**]
language:
strict-casts: true
strict-inference: true
strict-raw-types: true
linter:
rules:
dangling_library_doc_comments: true
prefer_final_locals: true
prefer_const_declarations: true