1 - Is it just installing SonarLint on Eclipse and fixing errors reported by the plugin in real time ?
2 -Or it’s Installing a local version of Sonar Qube with the same rules and quality gates of the server and also Sonar Scanner, and before each commit run Sonar Scanner locally and check if Sonar will pass by success.
The first point is stressful because SonarLint plugin analyzes all the file and not just the last changes and it gives me many Sonar Warnings and Alerts that I don’t need and it prevents me from moving forward in my main task.