Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Commit

Permalink
Merge pull request #47 from negz/gml
Browse files Browse the repository at this point in the history
Disable new gosec linter
  • Loading branch information
negz authored Jul 24, 2018
2 parents 08e4933 + 8aaddae commit 3a18468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- gometalinter --install
script:
- ./scripts/test.sh
- gometalinter --fast --vendor --deadline 5m --disable gotype --disable gas --exclude "\.pb.*\.go" --exclude "_strings\.go" --exclude "_test\.go" --exclude "not checked.+Close" ./...
- gometalinter --fast --vendor --deadline 5m --disable gotype --disable gas --disable gosec --exclude "\.pb.*\.go" --exclude "_strings\.go" --exclude "_test\.go" --exclude "not checked.+Close" ./...
after_success:
- bash <(curl -s https://codecov.io/bash)
- stage: push
Expand Down

0 comments on commit 3a18468

Please sign in to comment.