fix shfmt
This commit is contained in:
parent
04a61d2fc9
commit
f8172015a8
2
Makefile
2
Makefile
@ -16,7 +16,7 @@ lint:
|
|||||||
go vet ./...
|
go vet ./...
|
||||||
staticcheck -f stylish ./...
|
staticcheck -f stylish ./...
|
||||||
shellcheck $(SCRIPTS)
|
shellcheck $(SCRIPTS)
|
||||||
shfmt $(SCRIPTS)
|
shfmt -w -i 4 $(SCRIPTS)
|
||||||
git diff --exit-code
|
git diff --exit-code
|
||||||
|
|
||||||
.INTERMEDIATE: coverage.out
|
.INTERMEDIATE: coverage.out
|
||||||
|
Loading…
Reference in New Issue
Block a user