Replies: 1 comment
|
Hello, First, add this configuration: # ...
linters:
settings:
goconst:
# ...
ignore-tests: trueWe will not downgrade In the next version of golangci-lint, we will introduce a new option #6573 for |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Due to the changes introduced in jgautheron/goconst#46 and the missing possibility to disable this new behavior,
goconsthas caused a lot of noise in our repos and is blocking golangci-lint updates for us. Can we maybe downgrade until this is fixed upstream?All reactions