Skip to content

Commit

Permalink
disable gofmt/goimports metalinter
Browse files Browse the repository at this point in the history
  • Loading branch information
bitspill committed May 11, 2018
1 parent d9dc567 commit 5d0bb42
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions goclean.sh
Expand Up @@ -15,9 +15,10 @@
set -ex

# Automatic checks
# Disabled options failing in go master
# --enable=gofmt \
# --enable=goimports \
test -z "$(gometalinter --disable-all \
--enable=gofmt \
--enable=goimports \
--enable=golint \
--enable=vet \
--enable=gosimple \
Expand Down

0 comments on commit 5d0bb42

Please sign in to comment.