-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
I would like to add a "script" directory to make it a bit more convenient to run common development tasks. This follows the pattern of GitHub's scripts-to-rule-them-all.
The scripts would be:
script/test
runsgo test ./...
on all modules.script/generate
- runs
go generate ./...
on all modules. - with
--check
validates that runningscript/generate
produces no diff.
- runs
script/lint
- installs and runs golangci-lint on all modules (except newreposecretwithlibsodium)
- runs
generate --check
.
script/fmt
runsgo fmt ./...
on all modules.
gmlewis
Metadata
Metadata
Assignees
Labels
No labels