Package org.sonar.python.checks
Class TrailingWhitespaceCheck
- java.lang.Object
-
- org.sonar.python.checks.TrailingWhitespaceCheck
-
- All Implemented Interfaces:
PythonCheck
public class TrailingWhitespaceCheck extends Object implements PythonCheck
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.sonar.plugins.python.api.PythonCheck
PythonCheck.CheckScope, PythonCheck.PreciseIssue
-
-
Constructor Summary
Constructors Constructor Description TrailingWhitespaceCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidscanFile(PythonVisitorContext ctx)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.sonar.plugins.python.api.PythonCheck
scope
-
-
-
-
Method Detail
-
scanFile
public void scanFile(PythonVisitorContext ctx)
- Specified by:
scanFilein interfacePythonCheck
-
-