mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2025-12-23 06:15:47 +00:00
Add initial linter configuration.
Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
5
hack/update.sh
Executable file
5
hack/update.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
go mod tidy
|
||||
go run github.com/golangci/golangci-lint/cmd/golangci-lint run ./... --fix
|
||||
Reference in New Issue
Block a user