We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For some context, see golang/go#42119. Some low-hanging fruit that we currently do not enforce:
go vet
gofmt
go mod tidy
go mod verify
The text was updated successfully, but these errors were encountered:
From https://review.gerrithub.io/c/cue-lang/cue/+/536196/1#message-4cee1770d8fd1916f3979c36d367933c949f2a76, it sounds like we should be double-checking that Signed-off-by is properly used too.
Signed-off-by
Sorry, something went wrong.
internal/ci: enforce vet and mod tidy on all modules
2ae1a9e
That is, both the root module and internal/e2e. This would have caught our recent failures on master due to internal/e2e not being tidied. Updates #1630. Signed-off-by: Daniel Martí <[email protected]> Change-Id: Ic22d0ae16ea17d748ca16383023b2ee1a9513196 Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1171769 TryBot-Result: CUEcueckoo <[email protected]> Reviewed-by: Roger Peppe <[email protected]> Unity-Result: CUE porcuepine <[email protected]>
No branches or pull requests
For some context, see golang/go#42119. Some low-hanging fruit that we currently do not enforce:
go vet
gofmt
go mod tidy
andgo mod verify
The text was updated successfully, but these errors were encountered: