| 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 |
DEFAULT_REPORT_PATH |
"coverage-reports/coverage-*.xml" |
public static final String |
FORCE_ZERO_COVERAGE_KEY |
"sonar.python.coverage.forceZeroCoverage" |
public static final String |
IT_DEFAULT_REPORT_PATH |
"coverage-reports/it-coverage-*.xml" |
public static final String |
IT_REPORT_PATH_KEY |
"sonar.python.coverage.itReportPath" |
public static final String |
OVERALL_DEFAULT_REPORT_PATH |
"coverage-reports/overall-coverage-*.xml" |
public static final String |
OVERALL_REPORT_PATH_KEY |
"sonar.python.coverage.overallReportPath" |
public static final String |
REPORT_PATH_KEY |
"sonar.python.coverage.reportPath" |
| 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" |
| 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 |
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" |
Copyright © 2011–2015 SonarSource and Waleri Enns. All rights reserved.