chore(deps): update dependencies #624
reviewdog [golangci] report
reported by reviewdog 🐶
Findings (0)
Filtered Findings (12)
pkg/ruler/rule_test.go|40 col 12| printf: non-constant format string in call to (*testing.common).Errorf (govet)
pkg/rules/dockerSock.go|18 col 5| SA4023: this comparison is always true (staticcheck)
pkg/rules/dockerSock.go|14 col 11| SA4023(related information): the lhs of the comparison is the 1st return value of this function call (staticcheck)
../../../go/pkg/mod/github.com/thedevsaddam/gojsonq/[email protected]/jsonq.go|515 col 17| SA4023(related information): (*github.com/thedevsaddam/gojsonq/v2.JSONQ).Only never returns a nil interface value (staticcheck)
pkg/rules/limitsCPU.go|17 col 5| SA4023: this comparison is always true (staticcheck)
pkg/rules/limitsCPU.go|13 col 11| SA4023(related information): the lhs of the comparison is the 1st return value of this function call (staticcheck)
pkg/rules/limitsMemory.go|16 col 5| SA4023: this comparison is always true (staticcheck)
pkg/rules/limitsMemory.go|12 col 11| SA4023(related information): the lhs of the comparison is the 1st return value of this function call (staticcheck)
pkg/server/server.go|37 col 10| Error return value of w.Write
is not checked (errcheck)
pkg/server/server.go|127 col 11| Error return value of w.Write
is not checked (errcheck)
pkg/server/server.go|135 col 11| Error return value of w.Write
is not checked (errcheck)
cmd/main.go|40 col 19| Error return value of logger.Sync
is not checked (errcheck)