I'd like SonarQube so we installed it and using it during jenkins builds. The problem is how to get results back from the server. I tried some plugin, which apparently worked. So I have seen the errors in my IDE, but I suspect the errors are result of jenkins build, thus are not accurate.
I have investigated SonarLint as I thought it is some kind of local version of SonarQube, but the plugin failed in my IDE(server not found) so I dug deeper and found out this
Currently SonarLint for Eclipse uses https://update.sonarlint.org/ as SonarQube instance
So it is using SonarQube undercoat anyway, I can probably somehow switch to our dev SonarQube.
But can anybody explain to me how it will work from multiple dev machines. If I will run analysis over my code which has different version then other dev has, will it not influence all of us? Is only solution to this really running the SonarQube on each machine locally?
Or is it maybe running locally, but downloading the rules only from remote? Which I do not guess is right as it will need local database somewhere. As it is said here