I've set up a SonarQube server, also I use the default sonar-scanner 2.5 version to scan my C# and JS files. I've successfully created the projects and can view them in sonar qube admin panel.
Now my question is I've seen in the documentation the following:
It says "Automatic Build + Code Analysis" Im using SVN and I have no idea how to automatically run Sonar Qube when I commit code changes? I use VS 2012 and it has an old plugin for sonar which is kinda confusing and I want to avoid using it.
Can someone please elaborate or point me to the place in the documentation on how to set up automatic code analysis for C# and JS mostly?