Closed b97tsk closed 4 years ago
Fixed golangci-lint-server doesn't report anything if current working directory is not the root directory.
Note that issue.Pos.Filename may contain backslashes on Windows, which would cause previous if-check always fails. This PR makes the problem gone.
issue.Pos.Filename
May have better performance.
Fixed golangci-lint-server doesn't report anything if current working directory is not the root directory.
Note that
issue.Pos.Filename
may contain backslashes on Windows, which would cause previous if-check always fails. This PR makes the problem gone.May have better performance.