python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Change main branch in Sonarqube without deleting branch
I am trying to change my main branch in Sonarqube from master to mainline as I have been doing my analysis on mainline for the past few months.
This post below in the Sonar community says that I have ...
Zach
Votes: 0
Answers: 0
SonarQube Run scanner
I have success log:
INFO: ------------------------------------------------------------------------
INFO: EXECUTION SUCCESS
INFO: -----------------------------------------------------------------------...
User132342345
Votes: 0
Answers: 0
How to see the Code Coverage results in Sonar Qube using Azure DevOps pipelines
I have an .Net Core application along with unit test cases. For that I have configured the Build pipeline in Azure DevOps. In that pipeline I have integrated SonarQube tasks (prepare analysis, run cod...
Pradeep
Votes: 0
Answers: 3
Remove usage of generic wildcard type code smell
Im pretty new to java ,
public static List<TableDataObject<?>> getDbLegObjects(TableProcessingObject processingObject) {
List<TableDataObject<?>> matchinglegob...
aki
Votes: 0
Answers: 1