Uses of Class
org.sonar.plugins.python.PythonChecks
Packages that use PythonChecks
-
Uses of PythonChecks in org.sonar.plugins.python
Methods in org.sonar.plugins.python that return PythonChecksModifier and TypeMethodDescriptionPythonChecks.addCustomChecks(PythonCustomRuleRepository[] customRuleRepositories) Constructors in org.sonar.plugins.python with parameters of type PythonChecksModifierConstructorDescriptionIssuesRepository(org.sonar.api.batch.sensor.SensorContext context, PythonChecks checks, PythonIndexer indexer, boolean isInSonarLint, Lock lock) PythonScanner(org.sonar.api.batch.sensor.SensorContext context, PythonChecks checks, org.sonar.api.measures.FileLinesContextFactory fileLinesContextFactory, org.sonar.api.issue.NoSonarFilter noSonarFilter, Supplier<PythonParser> parserSupplier, PythonIndexer indexer, PythonFileConsumer architectureCallback, NoSonarLineInfoCollector noSonarLineInfoCollector)