diff --git a/.cirrus.yml b/.cirrus.yml index 7a10c26..2a531e5 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -187,7 +187,7 @@ task: GOLANGCI_ARGS: "--new-from-rev=HEAD~" - name: Go Lint Mandatory env: - GOLANGCI_ARGS: "--disable=cyclop,dupl,errcheck,errname,errorlint,exhaustive,funlen,gci,gocritic,godox,goerr113,gofmt,gofumpt,goimports,golint,gomnd,gosimple,govet,ifshort,lll,makezero,nestif,nlreturn,nosnakecase,paralleltest,revive,stylecheck,thelper,unconvert,varnamelen,wrapcheck,wsl" + GOLANGCI_ARGS: "--disable=cyclop,dupl,errcheck,errname,errorlint,exhaustive,funlen,gci,godox,goerr113,gofmt,gofumpt,goimports,golint,gomnd,gosimple,govet,ifshort,lll,makezero,nestif,nlreturn,nosnakecase,paralleltest,revive,stylecheck,thelper,unconvert,varnamelen,wrapcheck,wsl" - name: Go Lint env: GOLANGCI_ARGS: ""