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 Aug 31, 2024
1 parent d417a63 commit fe94ed2
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1416,6 +1416,8 @@ TSLint is an extensible static analysis tool that checks TypeScript code for rea

- [CodeSonar from GrammaTech](https://codesecure.com/our-products/codesonar/) :copyright: — Advanced, whole program, deep path, static analysis of C, C++, Java and C# with easy-to-understand explanations and code and path visualization.

- [Codety](https://www.codety.io) :copyright: — Codety Scanner is a comprehensive source code scanner that embeds 5000+ static code analysis rules, which aim to detect code issues for 20+ programming languages and IaC tools.

- [Codiga](https://www.codiga.io) :copyright: — Automated Code Reviews and Technical Debt management platform that supports 12+ languages.

- [Corrode](https://github.com/jameysharp/corrode) :warning: — Semi-automatic translation from C to Rust. Could reveal bugs in the original implementation by showing Rust compiler warnings and errors. Superseded by C2Rust.
Expand Down
40 changes: 40 additions & 0 deletions data/api/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3837,6 +3837,46 @@
"demos": null,
"wrapper": null
},
"codety": {
"name": "Codety",
"categories": [
"linter"
],
"languages": [
"cpp",
"go",
"java",
"javascript",
"jsp",
"kotlin",
"plsql",
"python",
"scala",
"swift",
"typescript"
],
"other": [
"ci",
"json"
],
"licenses": [
"proprietary"
],
"types": [
"service"
],
"homepage": "https://www.codety.io",
"source": "https://github.com/codetyio/codety-scanner",
"pricing": null,
"plans": null,
"description": "Codety Scanner is a comprehensive source code scanner that embeds 5000+ static code analysis rules, which aim to detect code issues for 20+ programming languages and IaC tools.",
"discussion": null,
"deprecated": null,
"resources": null,
"reviews": null,
"demos": null,
"wrapper": null
},
"codiga": {
"name": "Codiga",
"categories": [
Expand Down

0 comments on commit fe94ed2

Please sign in to comment.