Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds: * Fix to `public_member_api_docs` to check for documented getters when checking setters (#237). * New `iterable_contains_unrelated_type` lint to detect when `Iterable.contains` is invoked with an object of an unrelated type. * New `comment_references` lint to ensure identifiers referenced in docs are in scope (#240). BUG= R=scheglov@google.com Review URL: https://codereview.chromium.org/1993863002 .
- Loading branch information