From dd1749f11fed1ad22ff1be693f69ddc70a860132 Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 22 Apr 2019 13:04:16 +0200 Subject: [PATCH] Disabled staticcheck until their memory leak is resolved --- .drone1.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone1.yml b/.drone1.yml index 255f3695c6a..e612835771f 100644 --- a/.drone1.yml +++ b/.drone1.yml @@ -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 ]