Package org.sonar.plugins.python.api
Interface PythonCustomRuleRepository
@ScannerSide
@ExtensionPoint
public interface PythonCustomRuleRepository
Extension point to create a custom rule repository for Python.
-
Method Summary
Modifier and TypeMethodDescriptionList of the custom rules classes.Key of the custom rule repository.
-
Method Details
-
repositoryKey
String repositoryKey()Key of the custom rule repository. -
checkClasses
List of the custom rules classes.
-