Package org.sonar.plugins.python
Class PythonChecks
- java.lang.Object
-
- org.sonar.plugins.python.PythonChecks
-
public class PythonChecks extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PythonChecksaddChecks(String repositoryKey, Iterable<Class> checkClass)PythonChecksaddCustomChecks(PythonCustomRuleRepository[] customRuleRepositories)List<PythonCheck>all()org.sonar.api.rule.RuleKeyruleKey(PythonCheck check)
-
-
-
Method Detail
-
addChecks
public PythonChecks addChecks(String repositoryKey, Iterable<Class> checkClass)
-
addCustomChecks
public PythonChecks addCustomChecks(@Nullable PythonCustomRuleRepository[] customRuleRepositories)
-
all
public List<PythonCheck> all()
-
ruleKey
@Nullable public org.sonar.api.rule.RuleKey ruleKey(PythonCheck check)
-
-