-
Notifications
You must be signed in to change notification settings - Fork 608
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lint: tighten linting #2771
lint: tighten linting #2771
Conversation
@ValarDragon @p0mvn -- hey :D. So, I removed the exclusion of stableswap from the unused linter, but there and still many things unused. I'm thinking that I should tag them like: //nolint:unused I am also ignoring variable name change requests from |
I found the golangci lint comments quite helpful! I also don't agree with most of the changes as net beneficial. (Though I also don't think deliberation around them is particularly project moving either) |
I agree about not deliberating, so if this doesn't seem real useful, I can just close this, OR I can revert some of the changes and comment them. |
Want to PR just revive + your exclusions? |
Closes: #1939
What is the purpose of the change
Brief Changelog
Testing and Verifying
This PR should not change any APIs or the function of any code. If it does, it should be rejected.
Documentation and Release Note
Unreleased
section inCHANGELOG.md
? not yet