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:
@@ -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^'
|
||||
|
||||
Reference in New Issue
Block a user