test: Add gometalinter to our test suite

Add a bunch of new linters to our tests! We can uncomment each sub
linter as we fix up the few remaining issues.
This commit is contained in:
James Shubin
2017-06-03 02:04:10 -04:00
parent 6e4157da35
commit 28a6430778
4 changed files with 66 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
. test/util.sh
echo running test-golint.sh
# TODO: replace with gometalinter instead of plain golint
# TODO: output a diff of what has changed in the golint output
# FIXME: test a range of commits, since only the last patch is checked here
PREVIOUS='HEAD^'