Closed 110y closed 4 years ago
Add Diagnostic.source to diagnostic text.
Diagnostic.source
In case of gopls, which is the language server for Go, it populates Diagnostic.source with the analyzer (linter) name which we violate the rules. So at least for gopls, the Diagnostic.source is necessary information for coding.
gopls
Go
Fix #296
Nice! Just a small fix needed, contributions should now target the dev branch, so if you can change this PR to target that I think we're good to go.
@martskins
Thanks! Rebased the branch to dev.
dev
Thank you!
Add
Diagnostic.source
to diagnostic text.Background
In case of
gopls
, which is the language server forGo
, it populatesDiagnostic.source
with the analyzer (linter) name which we violate the rules. So at least forgopls
, theDiagnostic.source
is necessary information for coding.Fix #296