lintRules property

List<Linter> lintRules

Return a list of the lint rules that are to be run in an analysis context if lint returns true.

Implementation

List<Linter> get lintRules;