Ian Hickson | 6cff338 | 2020-11-16 11:07:37 -0800 | [diff] [blame] | 1 | # Take our settings from the repo's main analysis_options.yaml file, and include |
| 2 | # additional rules that are specific to production code. |
Devon Carew | 09dec7f | 2018-05-10 09:48:40 -0700 | [diff] [blame] | 3 | |
| 4 | include: ../analysis_options.yaml |
| 5 | |
| 6 | linter: |
| 7 | rules: |
Ian Hickson | 6cff338 | 2020-11-16 11:07:37 -0800 | [diff] [blame] | 8 | - 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 |