-
Updated
May 24, 2020 - Java
sonarcloud
Here are 112 public repositories matching this topic...
-
Updated
Jul 2, 2020 - Java
When we use a rule from eslint core, we don't control which node is reported, in the case of big nodes, the resulting highlighting is ugly in the UI. Knowing that 30 more rules (see SonarSource/SonarJS#1918) will rely on eslint-core, this situation may happen again in the future.
Rules concerned
- S138 (already fixed in https://github.com/SonarSource/SonarJS/iss
-
Updated
Jul 3, 2020 - C++
-
Updated
Jun 4, 2020 - Dockerfile
Running the examples gives me:
ERROR: You must define the following mandatory properties for 'Unknown': sonar.projectKey
(which makes sense)
However, I don't know how to pass this and other properties (like properties file, branch name etc)
We are having issues connecting to our sonar and didn't know the best practice for providing our own CA. We have seen the maven resource add support for a custom certificate for a repository: nulldriver/maven-resource@26d48ad We also had in the past followed the work around done when concourse started clobbering the certs that come with
-
Updated
Mar 24, 2020 - Swift
-
Updated
Jul 1, 2020 - JavaScript
-
Updated
May 28, 2020 - Java
User story
As the author of generator-apiproxy,
I must ensure that all release tasks have been addressed
In order to deliver my product.
Acceptance criteria
📝 Source: npm-module-checklist
- 1. Watch the [egghead.io][egghead] series [How to Write an Open Source JavaScript Library][egghead series];
it is extremely u
-
Updated
Dec 3, 2018 - Java
-
Updated
Jul 3, 2020 - JavaScript
-
Updated
May 21, 2019 - Shell
-
Updated
Jun 24, 2020 - C#
-
Updated
Jun 6, 2020 - TypeScript
-
Updated
Jul 3, 2020 - JavaScript
-
Updated
May 9, 2018 - Java
-
Updated
May 23, 2020 - HTML
-
Updated
Oct 19, 2018 - Java
-
Updated
Mar 26, 2020
-
Updated
Jun 8, 2018 - Java
-
Updated
May 8, 2020 - Java
Improve this page
Add a description, image, and links to the sonarcloud topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sonarcloud 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.