Skip to content

Commit

Permalink
Cirrus: Mark contextcheck linter as non-mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Rand committed Oct 7, 2022
1 parent 4de5b8d commit 86170f2
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 @@ -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: ""
Expand Down

0 comments on commit 86170f2

Please sign in to comment.