From d5453c186e5e678d0ca462f238318efc741d04dd Mon Sep 17 00:00:00 2001 From: Analysis Tools Bot Date: Mon, 9 Dec 2024 15:50:00 +0000 Subject: [PATCH] Commit list --- README.md | 8 ++-- data/api/tools.json | 92 ++++++++++++++++++++++++++------------------- 2 files changed, 58 insertions(+), 42 deletions(-) diff --git a/README.md b/README.md index bcd43770d..c3d7fa4ee 100644 --- a/README.md +++ b/README.md @@ -975,7 +975,7 @@ It uses the pycodestyle utility to determine what parts of the code needs to be - [ciocheck](https://github.com/ContinuumIO/ciocheck) :warning: — Linter, formatter and test suite helper. As a linter, it is a wrapper around `pep8`, `pydocstyle`, `flake8`, and `pylint`. -- [cohesion](https://github.com/mschwager/cohesion) :warning: — A tool for measuring Python class cohesion. +- [cohesion](https://github.com/mschwager/cohesion) — A tool for measuring Python class cohesion. - [deal](https://deal.readthedocs.io/) — Design by contract for Python. Write bug-free code. By adding a few decorators to your code, you get for free tests, static analysis, formal verification, and much more. @@ -1576,11 +1576,11 @@ TSLint is an extensible static analysis tool that checks TypeScript code for rea - [Snyk Code](https://snyk.io) :copyright: — Snyk Code finds security vulnerabilities based on AI. Its speed of analysis allow us to analyse your code in real time and deliver results when you hit the save button in your IDE. Supported languages are Java, JavaScript, Python, PHP, C#, Go and TypeScript. Integrations with GitHub, BitBucket and Gitlab. It is free to try and part of the Snyk platform also covering SCA, containers and IaC. -- [SonarCloud](https://sonarcloud.io) :copyright: — SonarCloud 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](https://sonarcloud.io) :copyright: — 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. SonarQube Cloud provides a free plan. -- [SonarLint](https://sonarlint.org) — 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. +- [SonarQube for IDE](https://sonarlint.org) — 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. -- [SonarQube](https://sonarqube.org) — 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 Server](https://sonarqube.org) — 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 Build. - [Sonatype](https://www.sonatype.com) :copyright: — Reports known vulnerabilities in common dependencies and recommends updated packages to minimize breaking changes diff --git a/data/api/tools.json b/data/api/tools.json index 8e65a0352..d9ee7d7f6 100644 --- a/data/api/tools.json +++ b/data/api/tools.json @@ -4016,7 +4016,7 @@ "plans": null, "description": "A tool for measuring Python class cohesion.", "discussion": null, - "deprecated": true, + "deprecated": null, "resources": null, "reviews": null, "demos": null, @@ -17698,8 +17698,35 @@ "demos": null, "wrapper": null }, - "sonarcloud": { - "name": "SonarCloud", + "sonardelphi": { + "name": "SonarDelphi", + "categories": [ + "linter" + ], + "languages": [ + "delphi" + ], + "other": [], + "licenses": [ + "LGPL-3.0-only license" + ], + "types": [ + "cli" + ], + "homepage": "https://github.com/integrated-application-development/sonar-delphi", + "source": "https://github.com/integrated-application-development/sonar-delphi", + "pricing": null, + "plans": null, + "description": "Delphi static analyzer for the SonarQube code quality platform.", + "discussion": null, + "deprecated": null, + "resources": null, + "reviews": null, + "demos": null, + "wrapper": null + }, + "sonarqube-cloud": { + "name": "SonarQube Cloud", "categories": [ "linter" ], @@ -17750,7 +17777,7 @@ "free": false, "oss": true }, - "description": "SonarCloud 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.", + "description": "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. SonarQube Cloud provides a free plan.", "discussion": null, "deprecated": null, "resources": null, @@ -17762,35 +17789,8 @@ "demos": null, "wrapper": null }, - "sonardelphi": { - "name": "SonarDelphi", - "categories": [ - "linter" - ], - "languages": [ - "delphi" - ], - "other": [], - "licenses": [ - "LGPL-3.0-only license" - ], - "types": [ - "cli" - ], - "homepage": "https://github.com/integrated-application-development/sonar-delphi", - "source": "https://github.com/integrated-application-development/sonar-delphi", - "pricing": null, - "plans": null, - "description": "Delphi static analyzer for the SonarQube code quality platform.", - "discussion": null, - "deprecated": null, - "resources": null, - "reviews": null, - "demos": null, - "wrapper": null - }, - "sonarlint": { - "name": "SonarLint", + "sonarqube-for-ide": { + "name": "SonarQube for IDE", "categories": [ "linter" ], @@ -17833,7 +17833,7 @@ "source": "https://github.com/SonarSource/sonarlint-intellij", "pricing": null, "plans": null, - "description": "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.", + "description": "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.", "discussion": null, "deprecated": null, "resources": null, @@ -17841,27 +17841,43 @@ "demos": null, "wrapper": null }, - "sonarqube": { - "name": "SonarQube", + "sonarqube-server": { + "name": "SonarQube Server", "categories": [ "linter" ], "languages": [ + "abap", + "apex", + "c", "csharp", + "cpp", + "cobol", "go", "java", "javascript", "kotlin", + "objectivec", "php", + "plsql", "python", "ruby", "scala", - "typescript" + "swift", + "tsql", + "typescript", + "vbnet" ], "other": [ + "arm", + "cloudformation", "ci", "css", + "dockerfile", "html", + "kubernetes", + "security", + "terraform", "xml" ], "licenses": [ @@ -17874,7 +17890,7 @@ "source": "https://github.com/SonarSource/sonarqube", "pricing": "https://www.sonarsource.com/plans-and-pricing/", "plans": null, - "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.", + "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 Build.", "discussion": null, "deprecated": null, "resources": [