Uses of Class
org.sonar.plugins.python.PythonChecks
-
Packages that use PythonChecks Package Description org.sonar.plugins.python -
-
Uses of PythonChecks in org.sonar.plugins.python
Methods in org.sonar.plugins.python that return PythonChecks Modifier and Type Method Description PythonChecksPythonChecks. addChecks(String repositoryKey, Iterable<Class> checkClass)PythonChecksPythonChecks. addCustomChecks(PythonCustomRuleRepository[] customRuleRepositories)Constructors in org.sonar.plugins.python with parameters of type PythonChecks Constructor Description PythonScanner(org.sonar.api.batch.sensor.SensorContext context, PythonChecks checks, org.sonar.api.measures.FileLinesContextFactory fileLinesContextFactory, org.sonar.api.issue.NoSonarFilter noSonarFilter, PythonIndexer indexer)
-