Interface PythonCustomRuleRepository


  • @ScannerSide
    @ExtensionPoint
    public interface PythonCustomRuleRepository
    Extension point to create a custom rule repository for Python.
    • Method Detail

      • repositoryKey

        String repositoryKey()
        Key of the custom rule repository.
      • checkClasses

        List<Class> checkClasses()
        List of the custom rules classes.