Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#52 from RinkiyaKeDad/enable_go_fmt
Browse files Browse the repository at this point in the history
enabling gofmt for golangci
  • Loading branch information
k8s-ci-robot authored Aug 12, 2021
2 parents 5effd4f + e0b1360 commit a708fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ build:
.PHONY: lint
lint:
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.39.0
./bin/golangci-lint run -v
./bin/golangci-lint run --verbose --enable gofmt

0 comments on commit a708fc3

Please sign in to comment.