5 ms·
I've used VSCode with SonarLint for a very long time: https://github.com/SonarSource/sonarlint-vscode https://github.com/SonarSource/sonarlint-vscode . It also
by aba_cz 7y ago
I've used VSCode with SonarLint for a very long time: https://github.com/SonarSource/sonarlint-vscode https://github.com/SonarSource/sonarlint-vscode . It also works with Java and maybe other languages.
- ollien 7y agoYeah, I was just playing around with it. it looks like despite SonarQube having rules for Go, the plugin doesn't support all of the languages they have support for. That's a shame
- jwdunne 7y agoI can recommend that extension. Hooking it up to our SonarQube instance makes it easy to propagate rule changes/additions. That then catches violations earlier, rather than SonarQube failing a CI build. We closed our feedback loop by several minutes using that and preventing commits/pushes with diffs containing test failures, min coverage violations and static analysis errors.