Package org.sonar.plugins.python.api
Interface PythonCheck
- All Known Implementing Classes:
FileLinesVisitor,PythonSubscriptionCheck,PythonVisitorCheck
public interface PythonCheck
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumstatic class -
Method Summary
Modifier and TypeMethodDescriptionvoidscanFile(PythonVisitorContext visitorContext) default booleanscanWithoutParsing(PythonInputFileContext inputFileContext) default PythonCheck.CheckScopescope()
-
Method Details
-
scanFile
-
scanWithoutParsing
-
scope
-