Skip to content

Commit

Permalink
SonarQube rebranding
Browse files Browse the repository at this point in the history
  • Loading branch information
nquinquenel committed Dec 9, 2024
1 parent 0886a30 commit b8e4d36
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 8 deletions.
6 changes: 3 additions & 3 deletions data/tools/sonarcloud.yml → data/tools/sonarqube-cloud.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: SonarCloud
name: SonarQube Cloud
categories:
- linter
tags:
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions data/tools/sonarlint.yml → data/tools/sonarqube-for-ide.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: SonarLint
name: SonarQube for IDE
categories:
- linter
tags:
Expand Down Expand Up @@ -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.
22 changes: 19 additions & 3 deletions data/tools/sonarqube.yml → data/tools/sonarqube-server.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit b8e4d36

Please sign in to comment.