Package org.sonar.python.checks
Class InstanceMethodSelfAsFirstCheck
- java.lang.Object
-
- org.sonar.plugins.python.api.PythonSubscriptionCheck
-
- org.sonar.python.checks.InstanceMethodSelfAsFirstCheck
-
- All Implemented Interfaces:
PythonCheck,SubscriptionCheck
public class InstanceMethodSelfAsFirstCheck extends PythonSubscriptionCheck
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.sonar.plugins.python.api.PythonCheck
PythonCheck.PreciseIssue
-
Nested classes/interfaces inherited from interface org.sonar.plugins.python.api.SubscriptionCheck
SubscriptionCheck.Context
-
-
Field Summary
Fields Modifier and Type Field Description StringignoredDecorators
-
Constructor Summary
Constructors Constructor Description InstanceMethodSelfAsFirstCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitialize(SubscriptionCheck.Context context)-
Methods inherited from class org.sonar.plugins.python.api.PythonSubscriptionCheck
leaveFile, scanFile
-
-
-
-
Field Detail
-
ignoredDecorators
public String ignoredDecorators
-
-
Method Detail
-
initialize
public void initialize(SubscriptionCheck.Context context)
-
-