About 145,000 results
Open links in new tab
  1. Download SonarQube | Sonar

    Get the latest version of SonarQube, the leading product for code quality and security, from the official download page.

  2. SonarQube - Wikipedia

    SonarQube is an open-source platform developed by Sonar to integrate into software development workflows, ensuring continuous code quality and code security. [2]

  3. What is SonarQube? - GeeksforGeeks

    Jul 23, 2025 · SonarQube identifies bugs, vulnerabilities, and code smells through source code analysis. This tool enforces good coding standards and best practices on projects for better consistency and …

  4. How to Use SonarQube to Improve Your Code Quality

    May 2, 2025 · SonarQube is a powerful open-source tool that helps you maintain code quality and security by analyzing your codebase for bugs and vulnerabilities. And it can play a major role when …

  5. GitHub - SonarSource/sonarqube: Continuous Inspection

    SonarQube provides the capability to not only show the health of an application but also to highlight issues newly introduced. With a Quality Gate in place, you can achieve Clean Code and therefore …

  6. Level Up your Code Quality with SonarQube - a Beginners Guide

    Jun 6, 2025 · In this beginner-friendly guide, we’ll walk through a simple Python example, explore common code smells, and show you how to run SonarQube locally using Docker Compose.

  7. SonarQube: What It Is, Why You Need It, and the ... - DEV Community

    Apr 19, 2025 · SonarQube is an open-source platform used for continuous inspection of code quality. It performs automatic reviews with static analysis of code to detect bugs, code smells, security …

  8. SonarQube Explained: Key Features, Benefits, Setup & Integration

    Jun 27, 2025 · SonarQube is an open-source static code analysis platform from SonarSource that performs continuous inspection of code and helps developers keep their code clean and safe.

  9. SonarQube Free & Open Source Community Build | Sonar

    SonarQube for IDE catches coding issues on the fly in your dev environment, with extensions for Cursor, Windsurf, VS Code, Visual Studio, JetBrains and Eclipse.

  10. Getting Started with SonarQube: A Step-by-Step Installation Guide

    Sep 10, 2024 · We have completed the necessary steps for SonarQube, and now we will download and install SonarQube from a zip file. Additionally, we will configure it to run as a service on Linux and set …