blob: 3f0e82867e7eaa08f89a783d93d41a1496bf07db [file] [log] [blame]
Ian Hickson6cff3382020-11-16 11:07:37 -08001# Take our settings from the repo's main analysis_options.yaml file, and include
2# additional rules that are specific to production code.
Devon Carew09dec7f2018-05-10 09:48:40 -07003
4include: ../analysis_options.yaml
5
6linter:
7 rules:
Ian Hickson6cff3382020-11-16 11:07:37 -08008 - public_member_api_docs # see https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#documentation-dartdocs-javadocs-etc
9 - no_runtimeType_toString # use objectRuntimeType from package:foundation