Disabled staticcheck until their memory leak is resolved

This commit is contained in:
kolaente 2019-04-22 13:04:16 +02:00
parent 99f83542f6
commit dd1749f11f
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 1 deletions

View File

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