Skip to content

Commit

Permalink
Cirrus: Mark more linters as mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Rand committed Aug 12, 2022
1 parent 6a70ea7 commit 761221d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,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,errname,errorlint,funlen,gci,godox,goerr113,gofmt,gofumpt,golint,gomnd,gosimple,govet,ifshort,lll,nlreturn,nosnakecase,revive,stylecheck,varnamelen,wrapcheck,wsl"
- name: Go Lint
env:
GOLANGCI_ARGS: ""
Expand Down

0 comments on commit 761221d

Please sign in to comment.