Add -fail-level
support and deprecate -fail-on-error
#67
Annotations
4 warnings
testdata/gofmt.go#L3
[gofmt] reported by reviewdog 🐶
Raw Output:
testdata/gofmt.go:3:-func fmt () {
testdata/gofmt.go:3:+func fmt() {
|
testdata/gofmt.go#L13
[gofmt] reported by reviewdog 🐶
Raw Output:
testdata/gofmt.go:13:-println(
testdata/gofmt.go:14:- "hello, gofmt test" )
testdata/gofmt.go:15:-//comment
testdata/gofmt.go:13:+ println(
testdata/gofmt.go:14:+ "hello, gofmt test")
testdata/gofmt.go:15:+ // comment
|
testdata/gofmt.go#L18
[gofmt] reported by reviewdog 🐶
Raw Output:
testdata/gofmt.go:18:+type s struct{ A int }
|
testdata/gofmt.go#L19
[gofmt] reported by reviewdog 🐶
Raw Output:
testdata/gofmt.go:19:-type s struct { A int }
|
The logs for this run have expired and are no longer available.
Loading