Skip to content
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

Evaluate and enable new linters in golangci-lint 1.62.2 #4096

Open
mstoykov opened this issue Dec 10, 2024 · 0 comments
Open

Evaluate and enable new linters in golangci-lint 1.62.2 #4096

mstoykov opened this issue Dec 10, 2024 · 0 comments
Milestone

Comments

@mstoykov
Copy link
Contributor

After #4095 the following three new linters are available:

  • recvcheck - seems useful as it checks we do not mix receiver types, which sometimes might mean bugs.
  • iface - seems like a good idea
  • filen - length of files in this one seem to be incredibly low for our cases and I am not certain file length is good indicator of anything

Unfortuantely recvcheck got a screen of errors when enabled, which might mean problems, but it also means more work to enable it - so I am openning an issue.

@mstoykov mstoykov added this to the v0.57.0 milestone Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant