We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have discovered your project via this thread
golangci/golangci-lint#5342 (comment)
I can understand the point about false positive, so your project won't be accepted as a golangci-lint linter.
Many people are enabling all linters in golangci-lint, so it would cause problem if your linter was merged and enabled.
But I would like to know if you considered adding the things needed to use your linter as a golangci-lint plugin
https://golangci-lint.run/plugins/module-plugins/
At my work, we managed to do it for our linter
https://github.com/synthesio/zconfigcheck
By adding this
https://github.com/synthesio/zconfigcheck/tree/main/golangci
The text was updated successfully, but these errors were encountered:
For record, I have also opened nikolaydubina/vertfn#23
As the project are pretty similar even if they now differ slightly
Sorry, something went wrong.
No branches or pull requests
I have discovered your project via this thread
golangci/golangci-lint#5342 (comment)
I can understand the point about false positive, so your project won't be accepted as a golangci-lint linter.
Many people are enabling all linters in golangci-lint, so it would cause problem if your linter was merged and enabled.
But I would like to know if you considered adding the things needed to use your linter as a golangci-lint plugin
https://golangci-lint.run/plugins/module-plugins/
At my work, we managed to do it for our linter
https://github.com/synthesio/zconfigcheck
By adding this
https://github.com/synthesio/zconfigcheck/tree/main/golangci
The text was updated successfully, but these errors were encountered: