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
WIP: consider path prefix when matching exclude rules
When invoking or configuring golangci-lint with a path prefix,
the output contains files with that path. But the paths that
the exclude rules get compared against are the ones without
the additional prefix.
This makes it impossible to use a configuration file with non-trivial path
rules (i.e. anything that tries to match directory names) from different
directories because the rules will only match in one of them (typically the
root).
0 commit comments