Interface CustomRuleRepository


  • @ScannerSide
    @SonarLintSide
    public interface CustomRuleRepository
    This interface should be implemented by custom rules plugins to register their rules with SonarJS
    • Method Detail

      • repositoryKey

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

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