Package org.sonar.plugins.javascript.api
Interface CustomRuleRepository
-
@ScannerSide @SonarLintSide public interface CustomRuleRepositoryThis interface should be implemented by custom rules plugins to register their rules with SonarJS
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Class>checkClasses()List of the custom rules classes.StringrepositoryKey()Key of the custom rule repository.
-