From 8fade2896476baa83e85985cd020fd4972e2318b Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Sun, 14 Mar 2021 07:30:04 +0000 Subject: [PATCH] Cirrus: Mark forcetypeassert,govet,nilerr,wastedassign linters as non-mandatory --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index fbff0c1..5a22a6b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -44,7 +44,7 @@ task: GOLANGCI_ARGS: "--new-from-rev=HEAD~" - name: Go Lint $GOOS Mandatory env: - GOLANGCI_ARGS: "--disable=cyclop,deadcode,errcheck,errorlint,exhaustivestruct,forbidigo,funlen,gci,gocognit,gocritic,godot,godox,goerr113,gofumpt,goimports,golint,gosec,gosimple,ineffassign,lll,maligned,nakedret,nestif,nlreturn,paralleltest,revive,scopelint,staticcheck,stylecheck,thelper,unconvert,unparam,unused,whitespace,wrapcheck,wsl" + GOLANGCI_ARGS: "--disable=cyclop,deadcode,errcheck,errorlint,exhaustivestruct,forbidigo,forcetypeassert,funlen,gci,gocognit,gocritic,godot,godox,goerr113,gofumpt,goimports,golint,gosec,gosimple,govet,ineffassign,lll,maligned,nakedret,nestif,nilerr,nlreturn,paralleltest,revive,scopelint,staticcheck,stylecheck,thelper,unconvert,unparam,unused,wastedassign,whitespace,wrapcheck,wsl" - name: Go Lint $GOOS env: GOLANGCI_ARGS: ""