blob: 001e88fa3aff7c2c6a3711a30383626c6bf2184c [file] [log] [blame]
Devon Carew09dec7f2018-05-10 09:48:40 -07001# Take our settings from the repo's main analysis_options.yaml file, but include
2# an additional rule to validate that public members are documented.
3
4include: ../analysis_options.yaml
5
6linter:
7 rules:
xstercda2c222018-08-30 20:57:44 -07008 - public_member_api_docs