code_quality_check 0.1.8
Code Quality Check is a Ruby on Rails gem that runs automated quality and security checks on every commit using Overcommit and Git hooks. It bundles and configures RuboCop (style and lint), Brakeman (security), Rails Best Practices, and BundleAudit (CVE checks). The installer sets up a Rails initializer that verifies the gem is installed and ensures Overcommit hooks are present, so teams don't silently skip checks. Optional support for Reek, Flay, and Fasterer via .overcommit.yml. Requires Overcommit in your Gemfile; add the gem and run `rails generate code_quality_check:install` to get started.
Gemfile:
=
install:
=
Runtime Dependencies (5):
brakeman
~> 5.4.0
bundler-audit
~> 0.9
rails_best_practices
~> 1.23.2
rubocop
~> 1.21
rubocop-performance
~> 1.23, >= 1.23.1
Development Dependencies (1):
rails
>= 6.0, < 9