travis: add note to describe that G501 refers to blacklist of md5 check

This commit is contained in:
mewmew 2018-05-27 15:37:20 +02:00
parent 10505c0392
commit 8e870c4eed

View file

@ -27,3 +27,5 @@ before_script:
script:
- ./goclean.sh
- golangci-lint run --enable-all --disable maligned --exclude "(G501:|Error return value of .md5sum\.Write. is not checked)"
# skip G501: Import blacklist: crypto/md5