Skip to content

Commit

Permalink
Added Codety into the tool list.
Browse files Browse the repository at this point in the history
Added Codety into the tool list, Codety Scanner uses PMD as Java code analyzer. 
Demo: 
GitHub issue review example: https://github.com/codetyio/codety-scanner/actions/runs/10786005219/job/29912188828
GitHub Pull Request automation example: codetyio/codety-scanner#15 (comment)
  • Loading branch information
random1223 authored Sep 12, 2024
1 parent 48c2e32 commit aae54f4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/pages/pmd/userdocs/tools/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ With Codacy you have PMDJava analysis out-of-the-box, and it is free for open so
* Source code: [https://github.com/codacy/codacy-pmdjava](https://github.com/codacy/codacy-pmdjava)
* Maintainer: Codacy

### Codety

[Codety](https://www.codety.io/) provides comprehensive code scanning solution designed to detect code issues for 30+ programming languages and IaC frameworks. It embeds more than 6,000 code analysis rules(including pmd rules) and can detect code smells, vulnerable code, secrets in the code, performance issues, style violations, and more.

Codety Scanner provides out-of-the-box PMD integration, it is free for personal and commercial use.

* Homepage: [https://www.codety.io/](https://www.codety.io/)
* Source code: [https://github.com/codetyio/codety-scanner](https://github.com/codetyio/codety-scanner)

### Codiga

[Codiga](https://www.codiga.io) automates code review, check your code quality and helps you manage your technical debt.
Expand Down

0 comments on commit aae54f4

Please sign in to comment.