Skip to content

Commit

Permalink
Papercut[2]: Restrain shfmt to hack/ directory
Browse files Browse the repository at this point in the history
Signed-off-by: Connor Catlett <[email protected]>
  • Loading branch information
ConnorJC3 committed Feb 14, 2024
1 parent 39d18e5 commit ff468a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ bin/%: hack/tools/install.sh hack/tools/python-runner.sh

.PHONY: update/gofmt
update/gofmt:
gofmt -s -w .
gofmt -s -w ./hack/

.PHONY: update/kustomize
update/kustomize: bin/helm
Expand All @@ -240,7 +240,7 @@ update/gomod:

.PHONY: update/shfmt
update/shfmt: bin/shfmt
./bin/shfmt -w -i 2 -d .
./bin/shfmt -w -i 2 -d ./hack/

## Verifiers
# Linters and similar
Expand Down

0 comments on commit ff468a3

Please sign in to comment.