You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: