Skip to content

Commit d5453c1

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent 7d9f153 commit d5453c1

File tree

2 files changed

+58
-42
lines changed

2 files changed

+58
-42
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@ It uses the pycodestyle utility to determine what parts of the code needs to be
975975

976976
- [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`.
977977

978-
- [cohesion](https://github.com/mschwager/cohesion) :warning: — A tool for measuring Python class cohesion.
978+
- [cohesion](https://github.com/mschwager/cohesion) — A tool for measuring Python class cohesion.
979979

980980
- [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.
981981

@@ -1576,11 +1576,11 @@ TSLint is an extensible static analysis tool that checks TypeScript code for rea
15761576

15771577
- [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.
15781578

1579-
- [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.
1579+
- [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.
15801580

1581-
- [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.
1581+
- [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.
15821582

1583-
- [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.
1583+
- [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.
15841584

15851585
- [Sonatype](https://www.sonatype.com) :copyright: — Reports known vulnerabilities in common dependencies and recommends updated packages to minimize breaking changes
15861586

data/api/tools.json

Lines changed: 54 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -4016,7 +4016,7 @@
40164016
"plans": null,
40174017
"description": "A tool for measuring Python class cohesion.",
40184018
"discussion": null,
4019-
"deprecated": true,
4019+
"deprecated": null,
40204020
"resources": null,
40214021
"reviews": null,
40224022
"demos": null,
@@ -17698,8 +17698,35 @@
1769817698
"demos": null,
1769917699
"wrapper": null
1770017700
},
17701-
"sonarcloud": {
17702-
"name": "SonarCloud",
17701+
"sonardelphi": {
17702+
"name": "SonarDelphi",
17703+
"categories": [
17704+
"linter"
17705+
],
17706+
"languages": [
17707+
"delphi"
17708+
],
17709+
"other": [],
17710+
"licenses": [
17711+
"LGPL-3.0-only license"
17712+
],
17713+
"types": [
17714+
"cli"
17715+
],
17716+
"homepage": "https://github.com/integrated-application-development/sonar-delphi",
17717+
"source": "https://github.com/integrated-application-development/sonar-delphi",
17718+
"pricing": null,
17719+
"plans": null,
17720+
"description": "Delphi static analyzer for the SonarQube code quality platform.",
17721+
"discussion": null,
17722+
"deprecated": null,
17723+
"resources": null,
17724+
"reviews": null,
17725+
"demos": null,
17726+
"wrapper": null
17727+
},
17728+
"sonarqube-cloud": {
17729+
"name": "SonarQube Cloud",
1770317730
"categories": [
1770417731
"linter"
1770517732
],
@@ -17750,7 +17777,7 @@
1775017777
"free": false,
1775117778
"oss": true
1775217779
},
17753-
"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.",
17780+
"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.",
1775417781
"discussion": null,
1775517782
"deprecated": null,
1775617783
"resources": null,
@@ -17762,35 +17789,8 @@
1776217789
"demos": null,
1776317790
"wrapper": null
1776417791
},
17765-
"sonardelphi": {
17766-
"name": "SonarDelphi",
17767-
"categories": [
17768-
"linter"
17769-
],
17770-
"languages": [
17771-
"delphi"
17772-
],
17773-
"other": [],
17774-
"licenses": [
17775-
"LGPL-3.0-only license"
17776-
],
17777-
"types": [
17778-
"cli"
17779-
],
17780-
"homepage": "https://github.com/integrated-application-development/sonar-delphi",
17781-
"source": "https://github.com/integrated-application-development/sonar-delphi",
17782-
"pricing": null,
17783-
"plans": null,
17784-
"description": "Delphi static analyzer for the SonarQube code quality platform.",
17785-
"discussion": null,
17786-
"deprecated": null,
17787-
"resources": null,
17788-
"reviews": null,
17789-
"demos": null,
17790-
"wrapper": null
17791-
},
17792-
"sonarlint": {
17793-
"name": "SonarLint",
17792+
"sonarqube-for-ide": {
17793+
"name": "SonarQube for IDE",
1779417794
"categories": [
1779517795
"linter"
1779617796
],
@@ -17833,35 +17833,51 @@
1783317833
"source": "https://github.com/SonarSource/sonarlint-intellij",
1783417834
"pricing": null,
1783517835
"plans": null,
17836-
"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.",
17836+
"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.",
1783717837
"discussion": null,
1783817838
"deprecated": null,
1783917839
"resources": null,
1784017840
"reviews": null,
1784117841
"demos": null,
1784217842
"wrapper": null
1784317843
},
17844-
"sonarqube": {
17845-
"name": "SonarQube",
17844+
"sonarqube-server": {
17845+
"name": "SonarQube Server",
1784617846
"categories": [
1784717847
"linter"
1784817848
],
1784917849
"languages": [
17850+
"abap",
17851+
"apex",
17852+
"c",
1785017853
"csharp",
17854+
"cpp",
17855+
"cobol",
1785117856
"go",
1785217857
"java",
1785317858
"javascript",
1785417859
"kotlin",
17860+
"objectivec",
1785517861
"php",
17862+
"plsql",
1785617863
"python",
1785717864
"ruby",
1785817865
"scala",
17859-
"typescript"
17866+
"swift",
17867+
"tsql",
17868+
"typescript",
17869+
"vbnet"
1786017870
],
1786117871
"other": [
17872+
"arm",
17873+
"cloudformation",
1786217874
"ci",
1786317875
"css",
17876+
"dockerfile",
1786417877
"html",
17878+
"kubernetes",
17879+
"security",
17880+
"terraform",
1786517881
"xml"
1786617882
],
1786717883
"licenses": [
@@ -17874,7 +17890,7 @@
1787417890
"source": "https://github.com/SonarSource/sonarqube",
1787517891
"pricing": "https://www.sonarsource.com/plans-and-pricing/",
1787617892
"plans": null,
17877-
"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.",
17893+
"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.",
1787817894
"discussion": null,
1787917895
"deprecated": null,
1788017896
"resources": [

0 commit comments

Comments
 (0)