SonarCloud, a core component of the Sonar solution, is a Software-as-a-Service (SaaS) tool that systematically helps developers and organizations deliver Clean Code. SonarCloud easily integrates into the cloud DevOps platforms and extends the CI/CD workflow to perform automated code reviews to detect and help fix issues in the code.
Supported by the Sonar Clean as You Code methodology, only code that meets the defined quality standard can be released to production. SonarCloud analyzes the most popular programming languages, frameworks, and infrastructure technologies and supports over 5,000 Clean Code rules.
Trusted by 7 million developers and 400,000 organizations globally to clean more than half a trillion lines of code, Sonar has become integral to delivering better software.
SAST Analysis
Bug, Security Vulnerability, and Code Smell detection with remediation guidance
Code Reveiw
Automatic code review and pull request feedback in your code repository
Quality Gate
Go/No Go Quality Gate failing your pipelines when code doesn’t meet requirements
Promote SonarCloud. You can add any of these badges on your website.
Sonarcloud.io — Automated source code analysis for Java, JavaScript, C/C++, C#, VB.NET, PHP, Objective-C, Swift, Python, Groovy and even more languages, free for Open Source. - Source: dev.to / over 2 years ago
Website has been improved with a lot of UI enhancements and updated content. On CI side, dependabot is now enabled as well as SonarCloud. Source: over 2 years ago
I am also using [SonarCloud](https://sonarcloud.io/) for static code analysis to minimize the chances of bugs. Source: almost 3 years ago
Ideally, software can quickly go from development to production. Continuous deployment and delivery are some processes that make this possible. Continuous deployment means establishing an automated pipeline from development to production while continuous delivery means maintaining the main branch in a deployable state so that a deployment can be requested at any time. Predecos uses these tools. When a commit goes... - Source: dev.to / almost 3 years ago
There are tools that scan a repo and automatically drop a comment on a PR if it picks up smells on new code. We used Sonarcloud at a previous job. Source: about 3 years ago
Use static analysis tools, something like sonarcloud (but I've yet to find one dedicated to React): this will highlight some known anti-patterns in your code so you can correct them. Source: about 3 years ago
Build code analysis for security and bug issues then upload it to sonarcloud. - Source: dev.to / over 3 years ago
I started coding. This time I didn't want it to be buggy. I wanted to do it well. Well... Let's just say "as well as I can". I implemented sonarcloud to keep an eye on me. I chose NuxtJS to give me structure I needed out of the box and I combined all I knew about REST, Django, Cloud, Python and Databased from the journeys before. That was not much but I managed to draw the database schema and went on coding it. Source: over 3 years ago
SonarCloud is one the most popular solution. - Source: dev.to / over 3 years ago
That’s my personal favorite. It supports 27 programming languages (at the moment of writing). It has predefined recommended code styles for everything and it is easily integrated with Github/Bitbucket/Gitlab. Although it costs money, you can use SonarCloud for your open-source projects absolutely for free. - Source: dev.to / over 3 years ago
Sonarcloud.io — Automated source code analysis for Java, JavaScript, C/C++, C#, VB.NET, PHP, Objective-C, Swift, Python, Groovy and even more languages, free for Open Source. - Source: dev.to / almost 4 years ago
Once your build pipeline is completed, you can view the results of the analysis performed by SonarCloud by navigating to https://sonarcloud.io/ in your browser and selecting the appropriate SonarCloud project. - Source: dev.to / almost 4 years ago
Do you know an article comparing SonarCloud to other products?
Suggest a link to a post with product alternatives.
This is an informative page about SonarCloud. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.