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
after some digging, I managed to pinpoint the offending error:
which decoded to the follow error message by base64 -d:
level=warning msg="[runner] Can't run linter goanalysis_metalinter: goheader: open .golangci-goheader.template: no such file or directory"
level=error msg="Running error: 1 error occurred:\n\t* can't run linter goanalysis_metalinter: goheader: open .golangci-goheader.template: no such file or directory\n\n"
Using
nvim-lspconfig
configuration onnvim 0.7.2
withgolang 1.19
When renaming variables, the linting error doesn't seem to update, unless I reload the file:

The text was updated successfully, but these errors were encountered: