Hi, > Also it would be helpful if DEVELOPMENT.md were updated to capture the “how > to run sonar locally” info below.
I you use intelliJ you can use the sonar lint plugin, eclipse may have a similar plug in I’m not sure. To run sonar locally (if you just want occasional use) it just a matter of starting the server:’ /bin/macosx-universal-64/sonar.sh start And running the scanner: mvn sonar:sonar -Dsonar.host.url=http://localhost:9000/ -Dsonar.scm.provider=git And go to http://localhost:9000/ in a browser. Thanks, Justin
