Disabled staticcheck until their memory leak is resolved
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
99f83542f6
commit
dd1749f11f
@ -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 ]
|
||||
|
Loading…
Reference in New Issue
Block a user