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

ci: enable error detection #111

Closed
wants to merge 5 commits into from

Make go vet happy

9e3f606
Select commit
Loading
Failed to load commit list.
Closed

ci: enable error detection #111

Make go vet happy
9e3f606
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor succeeded Mar 20, 2024 in 2s

2 issues fixed. 1 issue found.

Annotations

Check notice on line 20 in scripts/validate

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

scripts/validate#L20

Check exit code directly with e.g. 'if mycmd;', not indirectly with $?. (SC2181)