rules property

Map<String, LintOptions> rules
final

A list of lints that are explicitly enabled/disabled in the config file, along with extra per-lint configuration.

Implementation

final Map<String, LintOptions> rules;