awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
whitesmith avatar

whitesmith/rubycritic

0
View on GitHub↗
3,496 stars·234 forks·Ruby·MIT·3 views

Rubycritic

A Ruby code quality reporter

Features

  • Code Analysis and Metrics - Reporter for overall code quality and maintainability.
  • Static Analysis Tools - Ruby code quality reporter.

Star history

Star history chart for whitesmith/rubycriticStar history chart for whitesmith/rubycritic

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Rubycritic

Similar open-source projects, ranked by how many features they share with Rubycritic.
  • troessner/reektroessner avatar

    troessner/reek

    4,126View on GitHub↗

    Reek is a static code analyzer for Ruby projects designed to identify design flaws and maintainability issues known as code smells. It functions as a quality assurance tool that inspects source code without executing it to find structural weaknesses and architectural debt. The analyzer identifies specific patterns such as large classes, long methods, and uncommunicative naming. It also detects more complex design issues, including feature envy, data clumps, simulated polymorphism, and control coupling. The tool includes capabilities for issue baselining to manage legacy code and configuratio

    Ruby
    View on GitHub↗4,126
  • aldanial/clocAlDanial avatar

    AlDanial/cloc

    23,201View on GitHub↗

    cloc is a codebase metrics tool and multi-language code analyzer designed to count blank lines, comment lines, and physical lines of code. It serves as a source code line counter and report generator that identifies file types to calculate source volume across a wide variety of programming languages. The tool distinguishes itself by providing codebase version comparison to measure relative changes in source and comment lines between two versions of a directory or archive. It also supports the definition of custom languages and the extension of language recognition by loading custom comment fi

    Perl
    View on GitHub↗23,201
  • alexkohler/dogsledalexkohler avatar

    alexkohler/dogsled

    75View on GitHub↗

    dogsled is a Go static analysis tool to find assignments/declarations with too many blank identifiers.

    Go
    View on GitHub↗75
  • activestate/tdkActiveState avatar

    ActiveState/tdk

    82View on GitHub↗

    Tcl Dev Kit (TDK)

    Tcl
    View on GitHub↗82
See all 30 alternatives to Rubycritic→

Frequently asked questions

What does whitesmith/rubycritic do?

A Ruby code quality reporter

What are the main features of whitesmith/rubycritic?

The main features of whitesmith/rubycritic are: Code Analysis and Metrics, Static Analysis Tools.

What are some open-source alternatives to whitesmith/rubycritic?

Open-source alternatives to whitesmith/rubycritic include: troessner/reek — Reek is a static code analyzer for Ruby projects designed to identify design flaws and maintainability issues known as… aldanial/cloc — cloc is a codebase metrics tool and multi-language code analyzer designed to count blank lines, comment lines, and… alexkohler/prealloc — prealloc is a Go static analysis tool to find slice declarations that could potentially be preallocated. alexkohler/nargs — nargs is a Go static analysis tool to find unused arguments in function declarations. alexkohler/dogsled — dogsled is a Go static analysis tool to find assignments/declarations with too many blank identifiers. activestate/tdk — Tcl Dev Kit (TDK).