Skip to content

Conversation

quasilyte
Copy link
Member

@quasilyte quasilyte commented Oct 19, 2021

  • failOn is a new-style param that configures the error handling behavior

  • failOnError remains an old-style param of bool type

failOnError=true -> failOn='all'
failOnError=false -> failOn=''

See golangci/golangci-lint#2041 (comment)

* `failOn` is a new-style param that configures the error handling behavior

* `failOnError` remains an old-style param of bool type

`failOnError=true`  = `failOn='all'`
`failOnError=false` = `failOn=''`

See golangci/golangci-lint#2041 (comment)
@quasilyte quasilyte merged commit 78f672b into master Oct 19, 2021
@quasilyte quasilyte deleted the quasilyte/split_failOn_ruleguard_param branch October 19, 2021 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants