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): update actions/checkout action to v4 - autoclosed #48

Closed
wants to merge 1 commit into from

chore(deps): update actions/checkout action to v4

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

chore(deps): update actions/checkout action to v4 - autoclosed #48

chore(deps): update actions/checkout action to v4
5b9672c
Select commit
Loading
Failed to load commit list.
GitHub Actions / golangci failed Oct 19, 2023 in 0s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (1)

cmd/vela-email/loginauth.go|29 col 27| unused-parameter: parameter 'server' seems to be unused, consider removing or renaming it as _ (revive)

Filtered Findings (0)

Annotations

Check failure on line 29 in cmd/vela-email/loginauth.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-email/loginauth.go#L29

unused-parameter: parameter 'server' seems to be unused, consider removing or renaming it as _ (revive)
Raw output
cmd/vela-email/loginauth.go:29:27: unused-parameter: parameter 'server' seems to be unused, consider removing or renaming it as _ (revive)
func (a *loginAuth) Start(server *smtp.ServerInfo) (string, []byte, error) {
                          ^