-
Notifications
You must be signed in to change notification settings - Fork 63
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
add flag for skipping files inside vendor directory #139
Conversation
Hi, this feature is really a blocker for me to use this library, how could we move forward on this topic ? |
Signed-off-by: Artur Rychlewicz <[email protected]>
@emilien-puget Thanks for reminding about this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
thank you all for your swift response, what are the next steps to integrate this new feature to golangci-lint, if any ? |
@emilien-puget need to wait for the next release of |
Added flag
--skip-vendor
as suggested in #129 for skipping files insidevendor
directory.