1
0

Updated and re-enabled statickcheck

This commit is contained in:
kolaente
2019-04-23 10:34:06 +02:00
parent 07bdb08f9c
commit 6bab8fb769
72 changed files with 3698 additions and 2843 deletions

View File

@ -34,8 +34,7 @@ steps:
- make misspell-check
- make goconst-check
- make gocyclo-check
# Disabled until the memory leak on their side is resolved. See https://github.com/dominikh/go-tools/issues/419.
# - make static-check
- make static-check
- make build
when:
event: [ push, tag, pull_request ]