From 71137f3b269e2c69f297a33757f9bbe36990d1f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert-Andr=C3=A9=20Mauchin?= Date: Thu, 6 Aug 2020 16:13:07 +0200 Subject: [PATCH] Disable some tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert-André Mauchin --- golang-honnef-tools.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/golang-honnef-tools.spec b/golang-honnef-tools.spec index b1b7d28..3961a68 100644 --- a/golang-honnef-tools.spec +++ b/golang-honnef-tools.spec @@ -64,7 +64,7 @@ install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ %if %{with check} %check # https://github.com/dominikh/go-tools/issues/687 -%gocheck -d unused +%gocheck -d unused -d staticcheck %endif %files