Disabled staticcheck until their memory leak is resolved
This commit is contained in:
parent
99f83542f6
commit
dd1749f11f
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@ steps:
|
||||||
- make misspell-check
|
- make misspell-check
|
||||||
- make goconst-check
|
- make goconst-check
|
||||||
- make gocyclo-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
|
- make build
|
||||||
when:
|
when:
|
||||||
event: [ push, tag, pull_request ]
|
event: [ push, tag, pull_request ]
|
||||||
|
|
Loading…
Reference in a new issue