We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9272e87 commit df15cb2Copy full SHA for df15cb2
Makefile
@@ -32,7 +32,7 @@ build:
32
33
.PHONY: gofmt
34
gofmt:
35
- @test -z $(shell gofmt -l -s $(SOURCE_DIRS) ./ | tee /dev/stderr) || (echo "[WARN] Fix formatting issues with 'make gofmt'" && exit 1)
+ @test -z $(shell gofmt -l -s $(SOURCE_DIRS) ./ | grep -v vendor | tee /dev/stderr) || (echo "[WARN] Fix formatting issues with 'make gofmt'" && exit 1)
36
37
.PHONY: test
38
test:
0 commit comments