Skip to content

Commit

Permalink
fix(ci): disable gosimple
Browse files Browse the repository at this point in the history
gosimple seems to be eating all memory in CircleCI.  Testing disabling
the check to see if CI builds.
  • Loading branch information
adamreese committed Mar 22, 2017
1 parent e9e6dd3 commit 41f7277
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/validate-go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ gometalinter.v1 \
--enable deadcode \
--severity deadcode:error \
--enable gofmt \
--enable gosimple \
--enable ineffassign \
--enable misspell \
--enable vet \
Expand Down

0 comments on commit 41f7277

Please sign in to comment.