comment out gas linter for now

This commit is contained in:
Anton Kaliaev 2017-11-29 13:18:34 -06:00
parent 691e266bef
commit ceb8ba2e15
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with 3 additions and 3 deletions

View File

@ -89,11 +89,11 @@ metalinter:
metalinter_test:
@gometalinter --vendor --deadline=600s --disable-all \
--enable=deadcode \
--enable=gas \
--enable=misspell \
--enable=safesql \
./...
# --enable=gas \
#--enable=maligned \
#--enable=dupl \
#--enable=errcheck \