-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[gochecknoglobals] should ignore variables prefixed with //go:embed #1727
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
Comments
Hey, thank you for opening your first Issue ! 🙂 If you would like to contribute we have a guide for contributors. |
Please add an upstream issue for this in the gochecknoglobals repository and we can bump the version when it's implemented. |
Hi @bombsimon ! A fix was merged in gochecknoglobals! Can we bump the version here? |
Sure! @leighmcculloch are you planning on releasing a stable version of |
I think it's almost time to release a v1, but not quite yet. There's an issue, more of an RFC, that I want to pose and for us to make a decision on before tagging a v1. For the moment can we manually bump the version? I'll open the RFC and let's see if we can make v1 happen soon. |
@leighmcculloch instead of creating a v1 you can create a v0. The tags are useful for us because the dependabot can use them. |
Ah, got it. For some reason I thought you folks needed a stable major version. Tagged the latest as v0.1.0. https://github.com/leighmcculloch/gochecknoglobals/releases/tag/v0.1.0 |
Thank you for creating the issue!
Please include the following information:
Version of golangci-lint
Config file
Go environment
Verbose output of running
I have to add a nolint comment to the following code:
The
gochecknoglobals
should ignore global variables prefixed with the new go 1.6 feature://go:embed
like it already does for regular expressions.The text was updated successfully, but these errors were encountered: