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: bulk updating dependencies #53

Merged
merged 3 commits into from
Dec 8, 2023

fixing dockerfile

2facc8f
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

chore: bulk updating dependencies #53

fixing dockerfile
2facc8f
Select commit
Loading
Failed to load commit list.
GitHub Actions / golangci failed Dec 8, 2023 in 1s

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) {
                          ^