Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SonarQube rebranding #1647

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading