Package org.sonar.plugins.python.pylint
Class PylintConfiguration
- java.lang.Object
-
- org.sonar.plugins.python.pylint.PylintConfiguration
-
@ScannerSide @ExtensionPoint public class PylintConfiguration extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringPYLINT_CONFIG_KEYstatic StringPYLINT_KEY
-
Constructor Summary
Constructors Constructor Description PylintConfiguration(org.sonar.api.config.Configuration conf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPylintConfigPath(org.sonar.api.batch.fs.FileSystem fileSystem)StringgetPylintPath()
-
-
-
Field Detail
-
PYLINT_CONFIG_KEY
public static final String PYLINT_CONFIG_KEY
- See Also:
- Constant Field Values
-
PYLINT_KEY
public static final String PYLINT_KEY
- See Also:
- Constant Field Values
-
-