sonarqube
Here are 612 public repositories matching this topic...
-
Updated
Jun 12, 2020 - JavaScript
-
Updated
Mar 17, 2020 - Java
-
Updated
Jun 12, 2020 - Java
We currently refer to individual language analyzers as 'products': SonarJS, but they are not and have never been products. They are benefits delivered by SonarQube, SonarLint, and SonarCloud. Let's eliminate uses of 'SonarJS' to remove confusion. Specifically in
embedded docs & README.md. Use instead:
title "Code Quality and Security for JavaScript'
in text: 'analysis of JavaScript'
the Mark
Having the changelog on top of the README is confusing.
The actual documentation is hidden off-screen when viewing the repository.
Poor documentation
Describe the bug
The documentation about this great plugin is (even in in the wold of developers) really poor
Expected behavior
A clear and concise description what is working in which version and with which SCM and how to configure it
Screenshots
If applicable, screenshots would be very nice
Additional context
I tried to find out the status of this project for some mo
Description
As reported on this community thread Linq FirstOrDefault() extension methods does not trigger S2259 "'item' is null on at least one execution path."
All OrDefault Linq extensions should add null and not-null constraints to SE.
Repro steps
string DoSomething(IEnumerable<ob-
Updated
Jun 7, 2020 - Kotlin
-
Updated
Jun 10, 2020 - HTML
-
Updated
May 28, 2020 - Java
The context menu on the server/project tree does not respond to VS theme/style changes nor does it support High Contrast mode in Windows.
Repo steps:
- In Windows, enable high contrast mode
- In VS, go to Tools > Options > Enironment > Fonts and Colors, and change the environment font to Comic Sans size 15
- Open a bound solution
- Right click on a project/server in the Team Explorer >
-
Updated
Jul 8, 2019 - Java
I was surprised the -Dsonar.stash.comments.reset=true only resets the earlier comments in the diff, but not the overview comment.
Is this the desired behaviour, or is there something wrong on my side?
I find it surprising at least, and the the README also doesn't mention that it would relate to the diff comments only.
-
Updated
Jun 2, 2020 - TypeScript
-
Updated
Jun 14, 2020 - Shell
-
Updated
Jul 12, 2019
-
Updated
Jun 13, 2020 - Java
I've just encountered pmd/pmd#1532 which is listed as fixed in 6.14.0 so having this fix for the PMD sonar plugin would be very nice.
Thanks.
Even your README.md has a broken badge in the README. I have seen suggestions to work around this with an anchor, '#.svg', but that doesn't seem to work anymore either.
-
Updated
May 21, 2020 - Kotlin
When clicking on the buy-icon, feedback about the success of the transaction should be given to the player.
Currently the transaction is done (or not if the requirements are not met) but no visual feedback is given. This leads to players clicking the icon multiple times.
First of all, thank you for making this tool!
I tried it today, and saw that the excel report could be improved with data already present in the docx report
Expected behavior
The excel report includes summary metrics, such as
| Quality Gate | Reliability | Security | Maintainability | Coverage | Duplication |
|---|
and
| Cyclomatic Complexity | Cognitive
For users on SonarCloud, the organization must be specified - which is not that obvious when reading the doc (see #10).
So:
- Let's add an "organization" parameter
- Let's better document this.
Improve this page
Add a description, image, and links to the sonarqube topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sonarqube topic, visit your repo's landing page and select "manage topics."

I want to request a feature.
Typescript noUnusedParameters option ignores params beginning with underscore (understand that some people dislike this, but this is how it is). For such params that are being ignored it would seem preferable to use the optional parameter syntax over providing an unused default value. A default value makes it LESS clear that the parameter is actually not used.