-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Proposal: development scripts #2927
Copy link
Copy link
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/testrunsgo test ./...on all modules.script/generate- runs
go generate ./...on all modules. - with
--checkvalidates that runningscript/generateproduces no diff.
- runs
script/lint- installs and runs golangci-lint on all modules (except newreposecretwithlibsodium)
- runs
generate --check.
script/fmtrunsgo fmt ./...on all modules.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels