WARN [runner] Can't process result by diff processor: can't prepare diff by revgrep: could not read git repo: error executing git diff "REV" "": exit status 128
how do you run golangci-lint? do you have git installed?
I've seen this as well, how did you fix it?
@mbana please attach .golangci.yml, golangci-lint --version and how do you run golangci-lint
change
issues:
new-from-rev: "REV"
to
issues:
new-from-rev: ""
in .golangci.yml
Most helpful comment
change
to
in
.golangci.yml