aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs/src/pages/analysis
diff options
context:
space:
mode:
authorNicolas Harraudeau <nicolas.harraudeau@sonarsource.com>2019-07-29 18:35:21 +0200
committerSonarTech <sonartech@sonarsource.com>2019-08-02 20:21:14 +0200
commit21c6d535902f3290ae0ef884c8ae97ea1ab4ac83 (patch)
tree361fc93470da0c8ca372c2d0385ddf6b58ff2268 /server/sonar-docs/src/pages/analysis
parent1feb7a0ef4ff095b9712f891385207b60f4c2e6c (diff)
downloadsonarqube-21c6d535902f3290ae0ef884c8ae97ea1ab4ac83.tar.gz
sonarqube-21c6d535902f3290ae0ef884c8ae97ea1ab4ac83.zip
document golangci-lint issues import
Diffstat (limited to 'server/sonar-docs/src/pages/analysis')
-rw-r--r--server/sonar-docs/src/pages/analysis/external-issues.md1
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 c6591874980..8e91299e463 100644
--- a/server/sonar-docs/src/pages/analysis/external-issues.md
+++ b/server/sonar-docs/src/pages/analysis/external-issues.md
@@ -26,6 +26,7 @@ CSS|`sonar.css.stylelint.reportPaths`|Comma-delimited list of paths to [StyleLin
Go|`sonar.go.govet.reportPaths`|Comma-delimited list of paths to [GoVet](https://golang.org/cmd/vet/) reports|
Go|`sonar.go.golint.reportPaths`|Comma-delimited list of paths to [GoLint](https://github.com/golang/lint) reports|
Go|`sonar.go.gometalinter.reportPaths`|Comma-delimited list of paths to [GoMetaLinter](https://github.com/alecthomas/gometalinter) reports|
+Go|`sonar.go.golangci-lint.reportPaths`|Comma-delimited list of paths to [golangci-lint](https://github.com/golangci/golangci-lint) reports in checkstyle format (use `--out-format checkstyle` golangci-lint option)|
Java|`sonar.java.spotbugs.reportPaths`|Comma-delimited list of paths to reports from [SpotBugs](https://spotbugs.github.io/), FindSecBugs, or FindBugs|
Java|`sonar.java.pmd.reportPaths`|Comma-delimited list of paths to reports from [PMD](http://maven.apache.org/plugins/maven-pmd-plugin/usage.html)
Java|`sonar.java.checkstyle.reportPaths`|Comma-delimited list of paths to reports from [Checkstyle](http://maven.apache.org/plugins/maven-checkstyle-plugin/checkstyle-mojo)