Jonah Williams | 5507224 | 2020-02-26 08:25:04 -0800 | [diff] [blame] | 1 | # Use the analysis options settings from the top level of the repo (not |
2 | # the ones from above, which include the `public_member_api_docs` rule). | ||||
3 | |||||
4 | include: ../../analysis_options.yaml | ||||
5 | |||||
6 | linter: | ||||
7 | rules: | ||||
8 | unawaited_futures: true | ||||
9 | curly_braces_in_flow_control_structures: true |