lint: partially

This commit is contained in:
David Arnold 2020-06-10 02:16:34 -05:00
parent 47d6fbf381
commit 67f30f86ef
No known key found for this signature in database
GPG key ID: 6D6A936E69C59D08
7 changed files with 14 additions and 27 deletions

View file

@ -9,7 +9,6 @@ fix:
lint:
pre-commit run go-vet-mod || true # runs go vet
pre-commit run go-lint || true # runs golint
pre-commit run go-critic || true # runs gocritic
# lint all issues in - or due - to staged files
lint-all: