Closed
Description
Welcome
- Yes, I've searched similar issues on GitHub and didn't find any.
- I agree to follow this project's Code of Conduct
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
- I am a sponsor through GitHub or OpenCollective