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

Exclude vendor/, etc. by default #243

Open
mcandre opened this issue May 20, 2024 · 0 comments
Open

Exclude vendor/, etc. by default #243

mcandre opened this issue May 20, 2024 · 0 comments

Comments

@mcandre
Copy link
Owner

mcandre commented May 20, 2024

Exclude vendor (Go), node_modules (npm). This minimizes the chance of a third party dependency triggering a less actionable linter warning.

Yes, technically go mod vendor has a nasty policy currently of stripping out non-Go files such as makefiles. But some legacy projects may have submodules or other faff at vendor.

Relates to #10.

Relates to #121.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant