How can I disable the SonarLint automatic scan in Eclipse for the Remote Systems Explorer plugin?
Background:
I recently installed the Sonar
Ok I seem to have fixed my situation on my own...
As it turns out the exclusions parameters did work, however if SonarLint already has made it's analyses it caches the results somewhere. When opening an already scanned file it shows the results from the previous analyses. To remove that just select all in the Sonarlint window, right mouse click and choose the delete option.
Edit
One addition, it seems like if you close Eclipse with open files, and startup Eclipse again, the Sonarlint will automatic check those open files regardless of the exclusions.