We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c66737 commit 0a9a21aCopy full SHA for 0a9a21a
Makefile
@@ -29,7 +29,7 @@ lint:
29
30
format:
31
@echo "$(OK_COLOR)==> Checking code formating with 'gofmt' tool$(NO_COLOR)"
32
- @gofmt -l -s cmd pkg | grep ".*\.go"; if [ "$$?" = "0" ]; then exit 1; fi
+ @gofmt -l -s checks | grep ".*\.go"; if [ "$$?" = "0" ]; then exit 1; fi
33
34
vet:
35
@echo "$(OK_COLOR)==> Checking code correctness with 'go vet' tool$(NO_COLOR)"
0 commit comments