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: 162,206 of 192,085
Downloads: 3,238

Daily

Ranking: 153,501 of 192,065
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
44733,518,931rails
56678,172,019rubocop
171288,879,212rubocop-performance
236206,809,429brakeman
385127,704,758bundler-audit
1,72019,665,153rails_best_practices

Owners

#GravatarHandle
1iconaniruddhami