Interface CustomRuleRepository


  • @ScannerSide
    @SonarLintSide
    @Deprecated
    public 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
    • Method Detail

      • repositoryKey

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

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