Add shfmt to the validate make target

We need to run on a directory since shell files might have no extension.
There are few shell files, so speed should not be an issue.

Fixes #1166.
This commit is contained in:
Daniel Martí
2016-11-17 11:51:24 +00:00
parent cdb66f5421
commit b9d13467b9
3 changed files with 31 additions and 0 deletions
+1
View File
@@ -119,6 +119,7 @@ clean:
validate:
script/validate-gofmt
script/validate-shfmt
go vet ./...
ci: validate localtest