Package org.sonar.plugins.python.api
Interface PythonCustomRuleRepository
-
@ScannerSide @ExtensionPoint public interface PythonCustomRuleRepositoryExtension point to create a custom rule repository for Python.
-
-
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.
-