Package org.sonar.plugins.javascript.api
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
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionList<Class<? extends JavaScriptCheck>>
Deprecated.List of the custom rules classes.default Set<CustomRuleRepository.Language>
Deprecated.Deprecated.Key of the custom rule repository.
-
Method Details
-
languages
Deprecated. -
repositoryKey
String repositoryKey()Deprecated.Key of the custom rule repository. -
checkClasses
List<Class<? extends JavaScriptCheck>> checkClasses()Deprecated.List of the custom rules classes.- Returns:
-