-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Private linters must be explicitly enabled in .golangci.yml to make effect #1335
Closed
3 tasks done
Labels
Comments
Hey, thank you for opening your first Issue ! 🙂 If you would like to contribute we have a guide for contributors. |
I met the same problem with 1.31.0 master branch, |
ldez
added
area: docs
linter: custom
About custom/private linters
and removed
bug
Something isn't working
labels
Feb 13, 2021
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for creating the issue!
Please include the following information:
Version of golangci-lint
I built the golangci-lint binary from souce code (tag: v1.30.0)
Config file
Go environment
I tried to follow the add private linter guide and found that if I didn't explicitly enable the custom plugin, then the linter wont take effect:
After I modified the config file as below:
The private linter works:
This is different from the guide:
Is there something wrong here ?
The text was updated successfully, but these errors were encountered: