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