Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sonarqube

sonar-maven-plugin: extending sonar.sources in multi-module project

java maven sonarqube

SonarQube - how to deactivate inherited rule in quality profile?

sonarqube

False Positive option don't appear on projects

sonarqube

Checking doubles for equality and Sonar issues

java double sonarqube equality

How can we ignore some SonarQube rules in Java?

Sonar Maven Plugin: How do I exclude test source directories?

sonarqube maven-3 jacoco

What is Cognitive Complexity in sonar report?

Split async method into two for code analysis?

c# async-await sonarqube

Error in SonarQube when launching svn blame

Any current workarounds to use Sonar for Java 7 code?

java sonarqube pmd java-7

how to fix "The following classes needed for analysis were missing"

gradle sonarqube

How to make sonar analysis for C++ work?

sonarqube

How to fail maven goal sonar:sonar based on quality gates

maven sonarqube

How do I ignore duplicated code report in Sonar?

java sonarqube

Where is the Sonar "duplicated code" here?

java sonarqube

How to skip a sub module in a sonar analysis in a multi module java project

sonarqube sonarqube-5.0

SonarQube issue "Add at least one assertion to this test case" for unit test with assertions?

Sonarqube bad coverage because of lombok @Data

Calling Optional#isPresent() in single line is reported as not called

Sonar: Array should contain trailing comma

java eclipse syntax sonarqube