travis: skip maligned lint check

We want to keep the structures identical to spec
as they are used for parsing.
This commit is contained in:
mewmew 2018-05-27 14:43:04 +02:00
parent e8384a1c1b
commit f6859d9088

View file

@ -26,4 +26,4 @@ before_script:
script:
- ./goclean.sh
- golangci-lint run --enable-all -e "(G501:|Error return value of .md5sum\.Write. is not checked)"
- golangci-lint run --enable-all --disable maligned --exclude "(G501:|Error return value of .md5sum\.Write. is not checked)"