chore(deps): bump github.com/getsentry/sentry-go from 0.28.1 to 0.29.0 #988
reviewdog [golangci] report
reported by reviewdog 🐶
Findings (0)
Filtered Findings (8)
cmd/screenshot/main.go|54 col 3| exitAfterDefer: os.Exit will exit, and defer span.End()
will not run (gocritic)
infra/firestore/firestore_test.go|25 col 3| exitAfterDefer: log.Fatalf will exit, and defer cancel()
will not run (gocritic)
nl/nl.go|90 col 3| singleCaseSwitch: should rewrite switch statement to if statement (gocritic)
log/cloud_logging.go|119 col 10| string INFO
has 3 occurrences, make it a constant (goconst)
log/cloud_logging.go|125 col 10| string ERROR
has 3 occurrences, make it a constant (goconst)
domain/model/scheduler.go|114 col 8| builtinShadow: shadowing of predeclared identifier: min (gocritic)
infra/external/linebot/message.go|159 col 2| singleCaseSwitch: found switch with default case only (gocritic)
cmd/linebot/main.go|52 col 3| exitAfterDefer: os.Exit will exit, and defer stop()
will not run (gocritic)