Update vendored tools/.
This commit is contained in:
2
tools/vendor/github.com/alecthomas/gometalinter/checkstyle.go
generated
vendored
2
tools/vendor/github.com/alecthomas/gometalinter/checkstyle.go
generated
vendored
@@ -52,7 +52,7 @@ func outputToCheckstyle(issues chan *Issue) int {
|
||||
Line: issue.Line,
|
||||
Message: issue.Message,
|
||||
Severity: string(issue.Severity),
|
||||
Source: issue.Linter.Name,
|
||||
Source: issue.Linter,
|
||||
})
|
||||
status = 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user