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

Add support for --vet command-line option to maelstrom-go-test #356

Closed
3 tasks done
nfachan opened this issue Jul 26, 2024 · 0 comments
Closed
3 tasks done

Add support for --vet command-line option to maelstrom-go-test #356

nfachan opened this issue Jul 26, 2024 · 0 comments
Labels
enhancement New feature or request maelstrom-go-test
Milestone

Comments

@nfachan
Copy link
Collaborator

nfachan commented Jul 26, 2024

go test -c will run go vet with a "curated" set of vet flags. go test provides a -vet option to modify those. We need to provide the same. This will just pass through to the go test -c.

This is part of #319 .

Definition of Done

  • CHANGELOG.md updated.
  • Documentation in doc/book/head updated.
  • Issue is in the correct milestone.
@nfachan nfachan added this to the 0.12.0 milestone Jul 26, 2024
@nfachan nfachan added the enhancement New feature or request label Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request maelstrom-go-test
Projects
None yet
Development

No branches or pull requests

1 participant