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
Your feature request related to a problem? Please describe.
I'm working on a project that includes vendored dependencies. This alone appears to be taking ~5 minutes.
I was hoping that configuration like skip-dirs or "issues: new" would help reduce the search space, but instead it looks like it only affects which findings are reported. I was also hoping for a way to say: "only lint these files or directories", but that also doesn't appear to be a feature.
Thank you!
Describe the solution you'd like.
Is there a way to either:
Get more profiling information from golanglint-ci? Using -v doesn't give me any output beyond the initial loading of configuration.
Configure golanglint-ci to only run on a sub directory?
Configure golanglint-ci to ignore any files that were not changed between git revisions?
Describe alternatives you've considered.
It seems that regardless of my configuration for golangci-lint it will always at the very least try to "stat" every file in my directory (by checking with strace).
Additional context.
No response
The text was updated successfully, but these errors were encountered:
Your feature request related to a problem? Please describe.
I'm working on a project that includes vendored dependencies. This alone appears to be taking ~5 minutes.
I was hoping that configuration like skip-dirs or "issues: new" would help reduce the search space, but instead it looks like it only affects which findings are reported. I was also hoping for a way to say: "only lint these files or directories", but that also doesn't appear to be a feature.
Thank you!
Describe the solution you'd like.
Is there a way to either:
Describe alternatives you've considered.
It seems that regardless of my configuration for golangci-lint it will always at the very least try to "stat" every file in my directory (by checking with strace).
Additional context.
No response
The text was updated successfully, but these errors were encountered: