From 135c5dd63dee1500a2d6c6b661ff2a6f85187472 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 9 Aug 2024 13:36:45 -0400 Subject: [PATCH] revive: adjust for default do_check --- srcpkgs/revive/template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srcpkgs/revive/template b/srcpkgs/revive/template index 9787c23e5d8..4fe5a210a31 100644 --- a/srcpkgs/revive/template +++ b/srcpkgs/revive/template @@ -13,10 +13,6 @@ changelog="https://github.com/mgechev/revive/releases" distfiles="https://github.com/mgechev/revive/archive/refs/tags/v${version}.tar.gz" checksum=a9373b4a2cd480d5383831b6927bc701f9ca1d02c5dc3e7c3f34d4bb189167cb -do_check() { - go test -v ./... -} - post_install() { vdoc RULES_DESCRIPTIONS.md vdoc README.md