diff options
author | Guillaume Dequenne <guillaume.dequenne@sonarsource.com> | 2020-05-06 16:40:47 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2020-05-06 20:03:54 +0000 |
commit | f3c7c7af42bf8cb0be2d8066d7f8083bf46120b2 (patch) | |
tree | c78e0f094bfb2e3773eea2900e20952e7c6a9374 | |
parent | ad7580a6105606b03fe7f341d2079df10479272a (diff) | |
download | sonarqube-f3c7c7af42bf8cb0be2d8066d7f8083bf46120b2.tar.gz sonarqube-f3c7c7af42bf8cb0be2d8066d7f8083bf46120b2.zip |
MMF-1947 Python: document import of flake8 external issues (#2733)
-rw-r--r-- | server/sonar-docs/src/pages/analysis/external-issues.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-docs/src/pages/analysis/external-issues.md b/server/sonar-docs/src/pages/analysis/external-issues.md index 61a4bd6663a..82a395fa103 100644 --- a/server/sonar-docs/src/pages/analysis/external-issues.md +++ b/server/sonar-docs/src/pages/analysis/external-issues.md @@ -36,6 +36,7 @@ Kotlin|`sonar.kotlin.detekt.reportPaths`|Comma-delimited list of paths to [Detek 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.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 Scala|`sonar.scala.scalastyle.reportPaths`|Comma-delimited list of paths to [Scalastyle](http://www.scalastyle.org/) reports Scala|`sonar.scala.scapegoat.reportPaths`|Comma-delimited list of paths to [Scapegoat](https://github.com/sksamuel/scapegoat) reports in the **Scalastyle format** |