Skip to content

Commit

Permalink
Add gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdoherty4 committed Nov 18, 2022
1 parent 3f3f7fe commit 1c0d566
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions ci-checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ set -eux

failed=0

go install mvdan.cc/[email protected]

# spell-checks only language files to avoid spell-checking checksums
if ! git ls-files '*.sh' '*.go' '*.md' | xargs codespell -q 3 -I .codespell-whitelist; then
failed=1
Expand Down
1 change: 1 addition & 0 deletions tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import (
_ "github.com/tinkerbell/lint-install"
_ "google.golang.org/grpc/cmd/protoc-gen-go-grpc"
_ "google.golang.org/protobuf/cmd/protoc-gen-go"
_ "mvdan.cc/gofumpt"
_ "sigs.k8s.io/controller-runtime/tools/setup-envtest"
_ "sigs.k8s.io/kustomize/kustomize/v4"
)

0 comments on commit 1c0d566

Please sign in to comment.