From 86170f2de470a4d968400d0743c35cb2159d5513 Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Fri, 7 Oct 2022 04:47:39 +0000 Subject: [PATCH] Cirrus: Mark contextcheck linter as non-mandatory Refs https://github.com/namecoin/encaya/issues/36 --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 424c476..8d383cd 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -37,7 +37,7 @@ task: GOLANGCI_ARGS: "--new-from-rev=HEAD~" - name: Go Lint $GOOS Mandatory env: - GOLANGCI_ARGS: "--disable=cyclop,forbidigo,funlen,gocognit,goerr113,gofumpt,golint,lll,maligned,nestif,nolintlint,paralleltest,revive,scopelint,stylecheck,thelper,unconvert,unparam,wrapcheck" + GOLANGCI_ARGS: "--disable=contextcheck,cyclop,forbidigo,funlen,gocognit,goerr113,gofumpt,golint,lll,maligned,nestif,nolintlint,paralleltest,revive,scopelint,stylecheck,thelper,unconvert,unparam,wrapcheck" - name: Go Lint $GOOS env: GOLANGCI_ARGS: ""