Skip to content

Commit 86ddd2e

Browse files
committed
review
1 parent 0aa10d0 commit 86ddd2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/printers/codeclimate.go

Lines changed: 1 addition & 1 deletion
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/17.6/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)