mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-07-31 12:32:57 +00:00
Add initial linter configuration.
Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
go mod tidy
|
||||
go run github.com/golangci/golangci-lint/cmd/golangci-lint run ./... --fix
|
||||
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
go run github.com/golangci/golangci-lint/cmd/golangci-lint run ./... --modules-download-mode=readonly
|
||||
Reference in New Issue
Block a user