Skip to content

Commit

Permalink
Merge pull request #859 from nats-io/update_staticcheck
Browse files Browse the repository at this point in the history
Update staticcheck
  • Loading branch information
kozlovic committed Jun 13, 2019
2 parents 8e6aa7c + 4c8377b commit 2327eaa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ before_script:
- $(exit $(go fmt $EXCLUDE_VENDOR | wc -l))
- go vet $EXCLUDE_VENDOR
- $(exit $(misspell -locale US . | grep -v "vendor/" | wc -l))
- staticcheck -ignore "$(cat staticcheck.ignore)" $EXCLUDE_VENDOR_AND_PROTO_DIR
- staticcheck $EXCLUDE_VENDOR_AND_PROTO_DIR
script:
- mysql -u root -e "CREATE USER 'nss'@'localhost' IDENTIFIED BY 'password'; GRANT ALL PRIVILEGES ON *.* TO 'nss'@'localhost'; CREATE DATABASE test_nats_streaming;"
- go test -i $EXCLUDE_VENDOR
Expand Down
3 changes: 0 additions & 3 deletions staticcheck.ignore

This file was deleted.

0 comments on commit 2327eaa

Please sign in to comment.