Uses of Interface
org.sonar.plugins.python.api.PythonCheck
Packages that use PythonCheck
-
Uses of PythonCheck in org.sonar.plugins.python.api
Classes in org.sonar.plugins.python.api that implement PythonCheckMethods in org.sonar.plugins.python.api that return PythonCheckConstructors in org.sonar.plugins.python.api with parameters of type PythonCheck -
Uses of PythonCheck in org.sonar.python
Methods in org.sonar.python with parameters of type PythonCheckModifier and TypeMethodDescriptionstatic PythonVisitorContextTestPythonVisitorRunner.scanFile(File file, PythonCheck... visitors) -
Uses of PythonCheck in org.sonar.python.metrics
Classes in org.sonar.python.metrics that implement PythonCheckModifier and TypeClassDescriptionclassVisitor that computesCoreMetrics.NCLOC_DATA_KEYandCoreMetrics.COMMENT_LINESmetrics used by the DevCockpit.