blob: 525929f5b0b64ab093e9783ddf5b38f543ec1d27 [file] [log] [blame]
Jonah Williams55072242020-02-26 08:25:04 -08001# 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
4include: ../../analysis_options.yaml
5
6linter:
7 rules:
8 unawaited_futures: true
9 curly_braces_in_flow_control_structures: true