Categories: None [Edit]

code_quality_check

https://rubygems.org/gems/code_quality_check
https://github.com/aniruddhami/code_quality_check
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.

Total

Ranking: 160,167 of 193,214
Downloads: 3,466

Daily

Ranking: 61,331 of 193,188
Downloads: 3

Depended by

RankDownloadsName

Depends on

RankDownloadsName
44748,261,752rails
56695,992,094rubocop
168298,975,463rubocop-performance
232214,092,803brakeman
377131,912,794bundler-audit
1,72819,969,484rails_best_practices

Owners

#GravatarHandle
1iconaniruddhami