Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump github.com/getsentry/sentry-go from 0.28.1 to 0.29.0 #988

chore(deps): bump github.com/getsentry/sentry-go from 0.28.1 to 0.29.0

5447174
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

chore(deps): bump github.com/getsentry/sentry-go from 0.28.1 to 0.29.0 #988

chore(deps): bump github.com/getsentry/sentry-go from 0.28.1 to 0.29.0
5447174
Select commit
Loading
Failed to load commit list.
GitHub Actions / golangci succeeded Sep 11, 2024 in 0s

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)