enable some more linters

This commit is contained in:
Michael McLoughlin
2018-12-05 00:49:12 -08:00
parent fa18d7229f
commit 00c50be004
4 changed files with 29 additions and 2 deletions

View File

@@ -3,3 +3,6 @@
# Ensure the repository is clean after code generation.
./script/generate
test -z "$(git status --porcelain)"
# Run suite of golangci-lint checks.
golangci-lint run