Disable Sonarlint automatic scan for Eclipse Remote Systems Explorer

耗尽温柔 提交于 2019-12-01 20:33:07

Step 1 : Close all opened files in eclipse editor window.

Step 2 : Go To Project > Properties > SonarLint , then uncheck 'Run SonarLint Automatically' checkbox.

Step 3 : Restart Eclipse.

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!