Skip to content

Commit

Permalink
Merge #37: Cirrus: Mark contextcheck linter as non-mandatory
Browse files Browse the repository at this point in the history
86170f2 Cirrus: Mark contextcheck linter as non-mandatory (Jeremy Rand)

Pull request description:

  Refs #36

Top commit has no ACKs.

Tree-SHA512: 7d91fe983ccf7b9ff0e08582018604af596fe01d756a35e56559ca9811bb84a7acfed422573cbe5445209fb6103ed3142376be3ce7fc54aab184a1041d982c12
  • Loading branch information
Jeremy Rand committed Oct 7, 2022
2 parents 208e0a4 + 86170f2 commit d04dfe7
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 d04dfe7

Please sign in to comment.