python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to disable SonarQube rule for code block in JavaScript
I want to disable a block of code (a function) for a specific set of SonarQube rules (javascript:S1541 and javascript:S3776) in a javascript file.
Any suggestions on how to do that?

Tenusha Guruge
Votes: 0
Answers: 0
How can I fix below sonarqube issue
Please check the below screenshot. I was able to fix all the other issues using try-with-resources. But I'm confusing how to fix this using try-with-resources.
thusila
Votes: 0
Answers: 1
Sonarqube coverage report is missing the number of unit tests
Sonarqube is currently reporting the percent coverage of the project, but not the number of unit tests. I am using jest-sonar-reporter, so a test-report.xml file is being generated after tests run.
Lo...
Lindsey
Votes: 0
Answers: 0
How to wait for background task in jenkins pipeline for sonar scanner
I have a jenkins pipeline which scans the project with command
/opt/sonar-scanner/bin/sonar-scanner
but after the completion of sonarscan in the jenkins pipeline the results are not immediately reflec...

bonthusaireddy
Votes: 0
Answers: 1