This repository has been archived by the owner on Nov 5, 2022. It is now read-only.
Three more lints
- Enforce three new lint rules:
avoid_shadowing_type_parameters
,empty_constructor_bodies
,slash_for_doc_comments
- Violations can be cleaned up with
the formatter's--fix-doc-comments
flag.