grunt-sonar-runner
grunt-sonar-runner copied to clipboard
analysis code with -Dsonar.analysis.mode=incremental
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 this worked from me : analysis: {mode: 'issues'}, You can try that approach too ;D