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: 159,712 of 193,756
Downloads: 3,514

Daily

Ranking: 71,816 of 193,649
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
44755,328,125rails
56705,297,141rubocop
167304,094,168rubocop-performance
233217,939,329brakeman
373134,078,080bundler-audit
1,73520,130,383rails_best_practices

Owners

#GravatarHandle
1iconaniruddhami