From 093d77f527d1344798fa306122ff5d91b7095ce7 Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Fri, 7 Oct 2022 10:59:51 +0000 Subject: [PATCH] Cirrus: Disable gci for New task --- .cirrus.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 0bcf496..f14c80f 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -58,7 +58,8 @@ task: matrix: - name: "Go Lint $GOOS New$MODULES_NAME" env: - GOLANGCI_ARGS: "--new-from-rev=HEAD~" + # gci seems to be buggy with --new-from-rev= + GOLANGCI_ARGS: "--new-from-rev=HEAD~ --disable=gci" - name: "Go Lint $GOOS Mandatory$MODULES_NAME" env: # TODO: Re-enable dupword after ncdns issue #166 is fixed.