mirror of
https://github.com/mpolden/echoip.git
synced 2025-03-13 07:50:08 +01:00
Avoid printing nested diff
This commit is contained in:
parent
61ac57720a
commit
e282ac2729
2
Makefile
2
Makefile
@ -23,7 +23,7 @@ ifdef TRAVIS
|
||||
endif
|
||||
|
||||
check-fmt:
|
||||
bash -c "diff -u <(echo -n) <(gofmt -d -s .)"
|
||||
bash -c "diff --line-format='%L' <(echo -n) <(gofmt -d -s .)"
|
||||
|
||||
lint: check-fmt vet megacheck
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user