]> source.dussan.org Git - sonarqube.git/commitdiff
MMF-1778 [Python] Import Pylint reports as standard external issues
authorGuillaume Dequenne <guillaume.dequenne@sonarsource.com>
Fri, 17 Jul 2020 13:34:39 +0000 (15:34 +0200)
committersonartech <sonartech@sonarsource.com>
Fri, 17 Jul 2020 20:05:49 +0000 (20:05 +0000)
server/sonar-docs/src/pages/analysis/external-issues.md

index 82a395fa10312847a605a6a48384362b9657d2f8..69cc43c65c23646b87803d28a6d7c1568fd27351 100644 (file)
@@ -33,8 +33,7 @@ Java|`sonar.java.checkstyle.reportPaths`|Comma-delimited list of paths to report
 JavaScript|`sonar.eslint.reportPaths`|Comma-delimited list of paths to JSON [ESLint](https://eslint.org/) reports (use `-f json` ESLint option)
 Kotlin|`sonar.androidLint.reportPaths`|Comma-delimited list of paths to AndroidLint reports
 Kotlin|`sonar.kotlin.detekt.reportPaths`|Comma-delimited list of paths to [Detekt](https://github.com/arturbosch/detekt) reports
-Python|`sonar.python.pylint.reportPath`|Path to a [Pylint](http://www.pylint.org/) report. Wildcards are supported|
-Python|![](/images/cross.svg) **Deprecated** `sonar.python.pylint_config` `sonar.python.pylint`|By default SonarPython will execute the pylint command for you if you haven't specified the path to a PyLint report. Use `sonar.python.pylint` to use a pylint executable in a non-default location. The property **must** be set on windows (even for the default location), using either escaped backslashes, or single forward slashes (e.g. `C:\\Python26\\Scripts\\pylint.bat`, `C:/Python26/Scripts/pylint.bat`). Use `sonar.python.pylint_config` to specify the relative or absolute path to a non-default pylint configuration file.
+Python|`sonar.python.pylint.reportPaths`|Comma-delimited list of paths to [Pylint](http://www.pylint.org/) reports (use `--output-format=parseable` [Pylint option](https://docs.pylint.org/en/1.6.0/output.html))
 Python|`sonar.python.bandit.reportPaths`|Comma-delimited list of paths to [Bandit](https://github.com/PyCQA/bandit/blob/master/README.rst) reports
 Python|`sonar.python.flake8.reportPaths`|Comma-delimited list of paths to [Flake8](https://flake8.pycqa.org/en/latest/) reports
 Ruby|`sonar.ruby.rubocop.reportPaths`|Comma-delimited list of paths to [Rubocop](https://github.com/rubocop-hq/rubocop) reports