registerLintRule abstract method

void registerLintRule(
  1. AbstractAnalysisRule rule
)

Registers this rule with the analyzer's rule registry.

Implementation

void registerLintRule(AbstractAnalysisRule rule);