Does Sonar offer any way to raise alerts and fail a build when the trend for certain metrics is bad?
I am actually evaluate sonar (sonarsource.org) for using it with c#. Is it possible to specify a different binaries folder (MsBuild OutDir Property) for csharp projects? I use a custom OutDir on our
I was just analyzing our (1 main/ 3 sub) project and wanted to analyze the code with my local Sonar server by typing mvn sonar:sonar (after cleaning and packaging the project(s)).
I am trying to add Sonar to my Continuous Integration build system. I am using ANT as my build script and I am using the sonar-ant-task-1.1.jar for sonar to generate the reports based on my source cod
I have this block of code private void doSomething(Properties properties) throws XXException { PersistenceManager pm = null;
I\'m using: Sonar version: 2.10 Emma version: 2.1.5320 Sonar Emma plugin version: 1开发者_如何学Python.2
Problem I have just installed the Sonar Jenkins plugin. I went into my configured job (a free style job) that produces a WAR file artifact through an ANT build and did as follows:
We\'re using Sonar with jobs started by Jenkins. Now we get this error when Jekins tries to run sonar-maven-plugin:
I try to use Sonar on a Java 7 project (which relies on new syntactic features) and the PMD part and the Checkstyle part fail to parse those files.
Sonar CSharp Plugins Ecosystem is throwing error at the end of processing. I have checked the coverage-report.xml and it only include one line.