chore(deps): update protocolbuffers/protobuf to 29.2 #110
reviewdog [golangci] report
reported by reviewdog 🐶
Findings (0)
Filtered Findings (35)
diff/parse.go|291 col 12| Error return value is not checked (errcheck)
service/github/diff_test.go|39 col 10| Error return value of w.Write
is not checked (errcheck)
service/github/github.go|546 col 28| Error return value of commentutil.WriteCodeFence
is not checked (errcheck)
service/github/github.go|552 col 28| Error return value of commentutil.WriteCodeFence
is not checked (errcheck)
service/github/github.go|577 col 28| Error return value of commentutil.WriteCodeFence
is not checked (errcheck)
service/github/github_test.go|57 col 10| Error return value of os.Chdir
is not checked (errcheck)
service/github/github_test.go|131 col 16| Error return value of os.Chdir
is not checked (errcheck)
service/github/github_test.go|1305 col 16| Error return value of os.Chdir
is not checked (errcheck)
service/github/github_test.go|1395 col 8| Error return value of g.Post
is not checked (errcheck)
service/github/github_test.go|1411 col 8| Error return value of g.Post
is not checked (errcheck)
parser/checkstyle_test.go|23 col 14| Error return value of json.Indent
is not checked (errcheck)
parser/diff_test.go|50 col 14| Error return value of json.Indent
is not checked (errcheck)
parser/errorformat_test.go|40 col 14| Error return value of json.Indent
is not checked (errcheck)
reviewdog_test.go|54 col 9| Error return value of app.Run
is not checked (errcheck)
reviewdog_test.go|100 col 9| Error return value of app.Run
is not checked (errcheck)
doghouse/client/client_test.go|19 col 10| Error return value of w.Write
is not checked (errcheck)
doghouse/client/client_test.go|41 col 10| Error return value of w.Write
is not checked (errcheck)
service/gitlab/gitlab_mr_commit_test.go|151 col 8| Error return value of g.Post
is not checked (errcheck)
cmd/reviewdog/main_test.go|40 col 21| Error return value of beforef.WriteString
is not checked (errcheck)
cmd/reviewdog/main_test.go|41 col 20| Error return value of afterf.WriteString
is not checked (errcheck)
cmd/reviewdog/main_test.go|163 col 23| Error return value of conffile.WriteString
is not checked (errcheck)
cmd/reviewdog/main_test.go|184 col 23| Error return value of conffile.WriteString
is not checked (errcheck)
doghouse/server/token.go|18 col 13| Error return value of io.ReadFull
is not checked (errcheck)
doghouse/appengine/github.go|128 col 18| Error return value of g.tokenStore.Set
is not checked (errcheck)
doghouse/appengine/github.go|153 col 22| Error return value of g.redirURLStore.Set
is not checked (errcheck)
doghouse/appengine/github.go|154 col 23| Error return value of g.authStateStore.Set
is not checked (errcheck)
doghouse/appengine/github.go|166 col 13| Error return value of io.ReadFull
is not checked (errcheck)
doghouse/appengine/github.go|313 col 27| Error return value of ghTopTmpl.ExecuteTemplate
is not checked (errcheck)
doghouse/appengine/github.go|358 col 28| Error return value of ghRepoTmpl.ExecuteTemplate
is not checked (errcheck)
doghouse/appengine/main.go|129 col 25| Error return value of topTmpl.ExecuteTemplate
is not checked (errcheck)
doghouse/server/doghouse.go|50 col 32| SA1019: ch.req.OutsideDiff is deprecated: Use FilterMode == filter.NoFilter instead. (staticcheck)
doghouse/server/doghouse.go|127 col 10| SA1019: a.Path is deprecated: Use Diagnostic. (staticcheck)
doghouse/server/doghouse.go|131 col 18| SA1019: a.Line is deprecated: Use Diagnostic. (staticcheck)
doghouse/server/doghouse.go|136 col 12| SA1019: a.Message is deprecated: Use Diagnostic. (staticcheck)
doghouse/server/doghouse.go|138 col 19| SA1019: a.RawMessage is deprecated: Use Diagnostic. (staticcheck)