rubocop/rubocop
A Ruby static code analyzer and formatter, based on the community Ruby style guide. observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 99
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 8.5
- age_days: 5247
- days_rel: 9
- days_push: 7
- n_releases_24m: 57
Adoption not part of the score
12899 stars · 3131 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
RuboCop is a Ruby static code analyzer (linter) and code formatter that enforces the community Ruby Style Guide. It can automatically fix many offenses and is highly configurable and extensible with custom cops and plugins.
Use cases
- lint ruby code
- auto-format ruby files
- enforce a ruby style guide across a team
- automatically fix style offenses in a ruby project
- integrate ruby linting into CI
- run a ruby linter from my editor via LSP
- customize linting rules for different parts of a codebase
When to choose
- you write Ruby and want consistent, community-standard code style
- you want a linter and formatter in one tool with autocorrection
- you need editor integration via LSP or CI-friendly output formatters
- you want an extensible linter with plugins like rubocop-rails and rubocop-rspec
When to avoid
- you lint languages other than Ruby
- you want a formatter with a radically different style philosophy than the Ruby community guide
- you need runtime type checking or full static type analysis rather than style linting
Facets
cli-tool · maturity stable
linter formatter static-site-generator cli developer-tools developer-tools programming-languages testing ruby cli cross-platform ruby static-code-analysis code-style autocorrection lsp style-guide code-quality automation
3 sources
- readme: https://github.com/rubocop/rubocop · fetched 2026-08-28 · 8f5caff23503
- homepage: https://docs.rubocop.org · fetched 2026-08-29 · 7d55144f9521
- site_page: https://docs.rubocop.org/rubocop/latest/index.html · fetched 2026-08-29 · dea0b2fe95ec
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rubocop/rubocop | main | 99 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem