Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit 45cb4078198b182b50034f9cd46e7fa17ca40b95 Author: Wim <wim@42.be> Date: Thu Nov 08 00:17:38 2018 +0000 Enable go vet diff --git a/.travis.yml b/.travis.yml index 32aefb5..17143fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -347 +347 @@ before_script:  script:   - test -z "$(go fmt ./...)" # Fail if a .go file hasn't been formatted with gofmt   - go test -v -race $PKGS # Run all the tests with the race detector enabled - # - go vet $PKGS # go vet is the official Go static analyzer + - go vet $PKGS # go vet is the official Go static analyzer   - megacheck $PKGS # "go vet on steroids" + linter   - /bin/bash ci/bintray.sh   #- golint -set_exit_status $PKGS # one last linter