You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have set list of strings in linters-settings.wrapcheck.ignoreSigs in .golangci.yml that include the default set plus one more, but the added one isn't being respected.
When adding the same list to .wrapcheck.yaml, wrapcheck honors the new list when run standalone, but not with golangci-lint.
Version of golangci-lint
$ golangci-lint --versiongolangci-lint has version 1.39.0 built from 9aea4aee on 2021-03-26T08:02:53Z
Description of the problem
Have set list of strings in
linters-settings.wrapcheck.ignoreSigs
in.golangci.yml
that include the default set plus one more, but the added one isn't being respected.When adding the same list to
.wrapcheck.yaml
, wrapcheck honors the new list when run standalone, but not with golangci-lint.Version of golangci-lint
Config file
Go environment
Code example or link to a public repository
The text was updated successfully, but these errors were encountered: