Skip to content

Commit

Permalink
Commit list
Browse files Browse the repository at this point in the history
  • Loading branch information
Analysis Tools Bot committed Dec 9, 2024
1 parent 7d9f153 commit d5453c1
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 42 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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

Expand Down
92 changes: 54 additions & 38 deletions data/api/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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"
],
Expand Down Expand Up @@ -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,
Expand All @@ -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"
],
Expand Down Expand Up @@ -17833,35 +17833,51 @@
"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,
"reviews": null,
"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": [
Expand All @@ -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": [
Expand Down

0 comments on commit d5453c1

Please sign in to comment.