blob: e2f23b14f0c57822dceaf0f2782dd1894a6d0d15 [file] [log] [blame]
# Take our settings from the repo's main analysis_options.yaml file, and include
# additional rules that are specific to production code.
include: ../analysis_options.yaml
linter:
rules:
- curly_braces_in_flow_control_structures # Developer-facing code
- public_member_api_docs # see https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#documentation-dartdocs-javadocs-etc
- no_runtimeType_toString # use objectRuntimeType from package:foundation