We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e58d5a commit 701bdcaCopy full SHA for 701bdca
pkg/printers/codeclimate.go
@@ -14,7 +14,7 @@ import (
14
// It is just enough to support GitLab CI Code Quality - https://docs.gitlab.com/ee/user/project/merge_requests/code_quality.html
15
type CodeClimateIssue struct {
16
Description string `json:"description"`
17
- Severity string `json:"severity"`
+ Severity string `json:"severity,omitempty"`
18
Fingerprint string `json:"fingerprint"`
19
Location struct {
20
Path string `json:"path"`
0 commit comments