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

feat: add user resource methods #327

Merged
merged 3 commits into from
Sep 6, 2024

Merge branch 'main' into feat/user-management

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

feat: add user resource methods #327

Merge branch 'main' into feat/user-management
6747584
Select commit
Loading
Failed to load commit list.
GitHub Actions / golangci failed Sep 6, 2024 in 0s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (1)

vela/client.go|553 col 20| printf: non-constant format string in call to fmt.Errorf (govet)

Filtered Findings (0)

Annotations

Check failure on line 553 in vela/client.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] vela/client.go#L553

printf: non-constant format string in call to fmt.Errorf (govet)
Raw output
vela/client.go:553:20: printf: non-constant format string in call to fmt.Errorf (govet)
	return fmt.Errorf(*resp.Message)
	                  ^