run abstract method
Emits lints for a given file.
run will only be invoked with files respecting filesToAnalyze
Implementation
void run(
  CustomLintResolver resolver,
  ErrorReporter reporter,
  CustomLintContext context,
);Emits lints for a given file.
run will only be invoked with files respecting filesToAnalyze
void run(
  CustomLintResolver resolver,
  ErrorReporter reporter,
  CustomLintContext context,
);