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
In my workflow, I run golangci-lint on several projects at the same time (from a script).
When an issue is reported, the file path is relative to the directory of each projets.
It's not very convenient, because I don't know from which project the error is coming from.
My terminal can linkify the files paths, but it doesn't work if the path is relative an match several projects.
Describe the solution you'd like
It would be nice to have a flag/option similar to the -fullpath of the Go command that show the full/absolute path of files.
Describe alternatives you've considered
I could use the --path-prefix flag and provide the full/absolute path of each repository.
But it's not convenient.
Welcome
How did you install golangci-lint?
Official binary
Your feature request related to a problem? Please describe
In my workflow, I run golangci-lint on several projects at the same time (from a script).
When an issue is reported, the file path is relative to the directory of each projets.
It's not very convenient, because I don't know from which project the error is coming from.
My terminal can linkify the files paths, but it doesn't work if the path is relative an match several projects.
Describe the solution you'd like
It would be nice to have a flag/option similar to the
-fullpath
of the Go command that show the full/absolute path of files.Describe alternatives you've considered
I could use the
--path-prefix
flag and provide the full/absolute path of each repository.But it's not convenient.
Additional context
No response
Supporter
The text was updated successfully, but these errors were encountered: