Package org.sonar.python.checks
Class FunctionNameCheck
java.lang.Object
org.sonar.plugins.python.api.PythonSubscriptionCheck
org.sonar.python.checks.AbstractNameCheck
org.sonar.python.checks.AbstractFunctionNameCheck
org.sonar.python.checks.FunctionNameCheck
- All Implemented Interfaces:
PythonCheck,SubscriptionCheck
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.sonar.plugins.python.api.PythonCheck
PythonCheck.CheckScope, PythonCheck.PreciseIssueNested classes/interfaces inherited from interface org.sonar.plugins.python.api.SubscriptionCheck
SubscriptionCheck.Context -
Field Summary
FieldsFields inherited from class org.sonar.python.checks.AbstractFunctionNameCheck
format -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanshouldCheckFunctionDeclaration(FunctionDef pyFunctionDefTree) typeName()Methods inherited from class org.sonar.python.checks.AbstractFunctionNameCheck
format, initializeMethods inherited from class org.sonar.python.checks.AbstractNameCheck
patternMethods inherited from class org.sonar.plugins.python.api.PythonSubscriptionCheck
leaveFile, scanFileMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.sonar.plugins.python.api.PythonCheck
scanWithoutParsing, scope
-
Field Details
-
CHECK_KEY
- See Also:
-
-
Constructor Details
-
FunctionNameCheck
public FunctionNameCheck()
-
-
Method Details
-
typeName
- Specified by:
typeNamein classAbstractFunctionNameCheck
-
shouldCheckFunctionDeclaration
- Specified by:
shouldCheckFunctionDeclarationin classAbstractFunctionNameCheck
-