Automated Code Review

The section describes SaaS solutions that provide automated code reviews for Ruby based on RuboCop.

The services are listed in alphabetical order.

Codacy

Codacy checks your code from style to security, duplication, complexity, and also integrates with coverage. Codacy is free for open source, and it provides RuboCop analysis out-of-the-box.

Code Climate

Code Climate provides automated code review for test coverage, complexity, duplication, security, style, and more, and merge with confidence.

CodeFactor

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

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).

Pronto

Pronto does quick automated code review of your changes. Created to be used on GitHub pull requests, but also works locally and integrates with GitLab and Bitbucket.

ReviewDog

ReviewDog is similar to Pronto but with better support for GitHub Actions.