Package com.sonarsource.cobol.api.ast
Interface RulesDefinitionExtension
-
@ScannerSide @SonarLintSide @ServerSide public interface RulesDefinitionExtensionExtension point to define custom COBOL rules inside the same SonarQube rule repository as the standard rules. New custom plugins should instead implementRulesDefinitionto define custom rules in a dedicated rule repository.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidextend(org.sonar.api.server.rule.RulesDefinition.NewExtendedRepository repository)
-