Skip to content

Commit 75d7ce8

Browse files
alexandearldez
andauthored
docs: fix GitLab doc link in CodeClimateIssue comment (#5166)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent 0a42d36 commit 75d7ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/printers/codeclimate.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const defaultCodeClimateSeverity = "critical"
1212
// CodeClimateIssue is a subset of the Code Climate spec.
1313
// https://github.com/codeclimate/platform/blob/master/spec/analyzers/SPEC.md#data-types
1414
// It is just enough to support GitLab CI Code Quality.
15-
// https://docs.gitlab.com/ee/ci/testing/code_quality.html#implement-a-custom-tool
15+
// https://docs.gitlab.com/ee/ci/testing/code_quality.html#code-quality-report-format
1616
type CodeClimateIssue struct {
1717
Description string `json:"description"`
1818
CheckName string `json:"check_name"`

0 commit comments

Comments
 (0)