mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 08:23:48 +03:00
"make check-shadow" now produces useful output
This commit is contained in:
parent
642a328ae1
commit
f83fe79f96
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -24,7 +24,7 @@ check:
|
|||
|
||||
# having "err" shadowed is common, best to not have others
|
||||
check-shadow:
|
||||
go vet -vettool=$$(which shadow) ./...
|
||||
go vet -vettool=$$(which shadow) ./... 2>&1 | grep -v '"err"'
|
||||
|
||||
fuzz:
|
||||
go test -fuzz FuzzParseSignature -fuzztime 5m ./dkim
|
||||
|
|
Loading…
Reference in a new issue