From b8e4d36dafa908ebda4d4b08861bab75e814dc65 Mon Sep 17 00:00:00 2001 From: Nicolas Quinquenel Date: Mon, 9 Dec 2024 15:39:32 +0100 Subject: [PATCH] SonarQube rebranding --- .../{sonarcloud.yml => sonarqube-cloud.yml} | 6 ++--- .../{sonarlint.yml => sonarqube-for-ide.yml} | 4 ++-- .../{sonarqube.yml => sonarqube-server.yml} | 22 ++++++++++++++++--- 3 files changed, 24 insertions(+), 8 deletions(-) rename data/tools/{sonarcloud.yml => sonarqube-cloud.yml} (83%) rename data/tools/{sonarlint.yml => sonarqube-for-ide.yml} (83%) rename data/tools/{sonarqube.yml => sonarqube-server.yml} (80%) diff --git a/data/tools/sonarcloud.yml b/data/tools/sonarqube-cloud.yml similarity index 83% rename from data/tools/sonarcloud.yml rename to data/tools/sonarqube-cloud.yml index 40e0abbfd6..6a2009e678 100644 --- a/data/tools/sonarcloud.yml +++ b/data/tools/sonarqube-cloud.yml @@ -1,4 +1,4 @@ -name: SonarCloud +name: SonarQube Cloud categories: - linter tags: @@ -37,9 +37,9 @@ types: - service homepage: https://sonarcloud.io description: >- - SonarCloud enables your team to deliver clean code consistently and efficiently with a code review + SonarQube Cloud enables your team to deliver clean code consistently and efficiently with a code review tool that easily integrates into the cloud DevOps platforms and extend your CI/CD workflow. - SonarCloud is free for open source projects. + SonarQube Cloud provides a free plan. pricing: https://sonarcloud.io/pricing plans: free: false diff --git a/data/tools/sonarlint.yml b/data/tools/sonarqube-for-ide.yml similarity index 83% rename from data/tools/sonarlint.yml rename to data/tools/sonarqube-for-ide.yml index 7f889574b7..df66e25e0b 100644 --- a/data/tools/sonarlint.yml +++ b/data/tools/sonarqube-for-ide.yml @@ -1,4 +1,4 @@ -name: SonarLint +name: SonarQube for IDE categories: - linter tags: @@ -33,7 +33,7 @@ types: source: 'https://github.com/SonarSource/sonarlint-intellij' homepage: 'https://sonarlint.org' description: >- - SonarLint is a free IDE extension available for IntelliJ, VS Code, Visual Studio, and Eclipse, + SonarQube for IDE (formerly SonarLint) is a free IDE extension available for IntelliJ, VS Code, Visual Studio, and Eclipse, to find and fix coding issues in real-time, flagging issues as you code, just like a spell-checker. More than a linter, it also delivers rich contextual guidance to help developers understand why there is an issue, assess the risk, and educate them on how to fix it. diff --git a/data/tools/sonarqube.yml b/data/tools/sonarqube-server.yml similarity index 80% rename from data/tools/sonarqube.yml rename to data/tools/sonarqube-server.yml index 0adf080449..43eeede5cc 100644 --- a/data/tools/sonarqube.yml +++ b/data/tools/sonarqube-server.yml @@ -1,21 +1,37 @@ -name: SonarQube +name: SonarQube Server categories: - linter tags: - - ci + - abap + - apex + - arm + - c + - cpp + - cloudformation + - cobol - csharp - css + - dockerfile - go - html - java - javascript - kotlin + - kubernetes + - objectivec - php + - plsql - python - ruby - scala + - swift + - terraform - typescript + - tsql + - vbnet - xml + - ci + - security license: GNU Lesser General Public License v3.0 types: - service @@ -24,7 +40,7 @@ homepage: "https://sonarqube.org" description: SonarQube empowers development teams with a code quality and security solution that deeply integrates into your enterprise environment; enabling you to deploy clean code consistently and reliably. - SonarQube provides a free and open source Community Edition. + SonarQube provides a free and open source Community Build. pricing: "https://www.sonarsource.com/plans-and-pricing/" resources: - title: Write Cleaner, Safer, Modern C++ Code with SonarQube