grunt-sonar-runner icon indicating copy to clipboard operation
grunt-sonar-runner copied to clipboard

analysis code with -Dsonar.analysis.mode=incremental

Open garyganyang opened this issue 9 years ago • 1 comments

I have a grunt project , as a developer i want to analysis code in Jetbrains IDEs(eg. webstorm) with -Dsonar.analysis.mode=incremental like sonar-intellij-plugin(https://github.com/sonar-intellij-plugin/sonar-intellij-plugin) told, so that i can easily see new sonar issue in IDEs.

garyganyang avatar May 14 '15 08:05 garyganyang

@garyganyang this worked from me : analysis: {mode: 'issues'}, You can try that approach too ;D

dmoskovtsov avatar Jan 14 '16 09:01 dmoskovtsov