Add More Lint Rules With gometalinter (#284)

* turn up linter to 11

* Added extra linting rules and fixed all lint issues

* add deadline of 10m


Former-commit-id: 632999fcaa8370516d6fe76c28c503cb2e3319b7 [formerly d4354f631b1eb4f7918cde28bf063f756ae92a54]
Former-commit-id: 3aaf78a56b76850b0123d61551ac554ccecfe9ad
This commit is contained in:
Preston Van Loon
2018-07-15 15:06:36 -04:00
committed by GitHub
parent fa15f552b1
commit 77267169ea
26 changed files with 96 additions and 602 deletions

View File

@@ -9,7 +9,7 @@ matrix:
- lint
script:
-
go get github.com/alecthomas/gometalinter && gometalinter --install && gometalinter
go get github.com/alecthomas/gometalinter && gometalinter --install && gometalinter ./... --deadline=10m
- os: linux
env: V=0.15.0
before_install: