mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
feat: add golangci-lint to the development environment
This commit is contained in:
committed by
GitHub
parent
b8329d76ec
commit
bdee495a0a
@@ -3,6 +3,7 @@
|
||||
install-go-devtools() {
|
||||
go install github.com/go-delve/delve/cmd/dlv@latest
|
||||
go install honnef.co/go/tools/cmd/staticcheck@latest
|
||||
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
|
||||
}
|
||||
|
||||
setup-ci() {
|
||||
|
||||
Reference in New Issue
Block a user