| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
KEY |
"py" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
FILE_SUFFIXES_KEY |
"sonar.python.file.suffixes" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
LINTER_KEY |
"bandit" |
public static final String |
LINTER_NAME |
"Bandit" |
public static final String |
REPORT_PATH_KEY |
"sonar.python.bandit.reportPaths" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_REPORT_PATH |
"coverage-reports/*coverage-*.xml" |
public static final String |
IT_REPORT_PATH_KEY |
"sonar.python.coverage.itReportPath" |
public static final String |
OVERALL_REPORT_PATH_KEY |
"sonar.python.coverage.overallReportPath" |
public static final String |
REPORT_PATH_KEY |
"sonar.python.coverage.reportPath" |
public static final String |
REPORT_PATHS_KEY |
"sonar.python.coverage.reportPaths" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
PYLINT_CONFIG_KEY |
"sonar.python.pylint_config" |
public static final String |
PYLINT_KEY |
"sonar.python.pylint" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
REPORT_PATH_KEY |
"sonar.python.pylint.reportPath" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
REPOSITORY_KEY |
"Pylint" |
public static final String |
REPOSITORY_NAME |
"Pylint" |
public static final String |
RULES_FILE |
"/org/sonar/plugins/python/pylint/rules.xml" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_REPORT_PATH |
"xunit-reports/xunit-result-*.xml" |
public static final String |
REPORT_PATH_KEY |
"sonar.python.xunit.reportPath" |
public static final String |
SKIP_DETAILS |
"sonar.python.xunit.skipDetails" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
STATUS_ERROR |
"error" |
public static final String |
STATUS_FAILURE |
"failure" |
public static final String |
STATUS_OK |
"ok" |
public static final String |
STATUS_SKIPPED |
"skipped" |
Copyright © 2011–2019 SonarSource and Waleri Enns. All rights reserved.