Skip to content

Commit

Permalink
[Docs] Add Codety Scanner into the tool list (rubocop#13207)
Browse files Browse the repository at this point in the history
  • Loading branch information
random1223 committed Sep 11, 2024
1 parent 66d987a commit 91a472d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/modules/ROOT/pages/automated_code_review.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ https://codeclimate.com/[Code Climate] provides automated code review for test c

https://www.codefactor.io[CodeFactor] reports various code metrics like duplication, churn, and problems for code style, performance, complexity, and many others. CodeFactor is free for open source. It supports analysis and autocorrection for RuboCop.

== Codety

https://www.codety.io[Codety] detects code issues for 30+ programming languages and IaC frameworks, Codety Scanner is open source and it embeds 6,000+ code analysis rules(including RuboCop rules).

== Hound

https://houndci.com/[Hound] comments on style violations in GitHub pull requests, allowing you and your team to better review and maintain a clean codebase.
Expand Down

0 comments on commit 91a472d

Please sign in to comment.