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
It would be better to get rid of the golangci/goconst repo and switch to the main goconst, but it requires to move some code from golangci/goconst to the golangci-lint repo
Sorry, I'm kind of new to golangci-lint internals. Since golangci/goconst has diverged from the original goconst (it's 2 commits ahead and 1 behind it), what's needed here? Rebase golangci/goconst and move the code to this repo?
So, the golangci/goconst contains some code that add a support of goconst (Run function). I think it's better to move the code that has been added to the golangci-lint repo and have a direct import of goconst module. So we will be able to update the goconst if needed.
Thank you for creating the issue!
Please include the following information:
It would be good to rebase https://github.com/golangci/goconst to pick up the commit in the upstream master that matches function params.
The text was updated successfully, but these errors were encountered: