awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 रिपॉजिटरी

Awesome GitHub RepositoriesRuby Linting Tools

Static analysis tools specifically for the Ruby language to detect bugs and style issues.

Distinct from Ruby Extensions: Distinct from Ruby Extensions: focuses specifically on linting and static analysis rather than general utility extensions.

Explore 5 awesome GitHub repositories matching part of an awesome list · Ruby Linting Tools. Refine with filters or upvote what's useful.

Awesome Ruby Linting Tools GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • bbatsov/rubocopbbatsov का अवतार

    bbatsov/rubocop

    12,879GitHub पर देखें↗

    RuboCop is a static code analyzer and linter for Ruby. It functions as a static analysis tool designed to detect potential bugs, identify style violations, and improve overall code quality in Ruby projects. The project provides an automated code formatter that rewrites source code to align with established community standards. It also implements a language server protocol to surface linting and formatting errors directly within text editors. Its capabilities cover automated code linting and the analysis of Ruby code style to ensure consistency across a project. These functions are driven by

    Provides a comprehensive static analysis tool for detecting potential bugs and improving Ruby code quality.

    Ruby
    GitHub पर देखें↗12,879
  • rubocop/rubocoprubocop का अवतार

    rubocop/rubocop

    12,879GitHub पर देखें↗

    RuboCop is a static code analyzer, linter, and formatter for the Ruby language. It identifies style violations, smells, and errors in source code to ensure consistency and maintainability based on community guidelines. The project provides automatic source code formatting to rewrite files according to defined stylistic standards. It also functions as a language server protocol implementation, surfacing violations and suggested fixes directly within code editors. The tool covers code complexity monitoring to track the size of classes and methods and employs non-inclusive language detection to

    Functions as a comprehensive Ruby linter that identifies smells and errors to ensure maintainability.

    Rubycode-formatterhacktoberfestlinter
    GitHub पर देखें↗12,879
  • rubocop-hq/rubocoprubocop-hq का अवतार

    rubocop-hq/rubocop

    12,879GitHub पर देखें↗

    RuboCop is a static code analyzer, linter, and formatter for the Ruby language. It detects style violations, potential bugs, and code smells by scanning source code without executing the program. The tool enforces a predefined Ruby style guide by flagging deviations and automatically rewriting source code to ensure consistency across projects. It includes a language server that provides real-time analysis and formatting suggestions directly within text editors.

    Provides static analysis for the Ruby language to detect bugs and enforce stylistic consistency.

    Ruby
    GitHub पर देखें↗12,879
  • troessner/reektroessner का अवतार

    troessner/reek

    4,126GitHub पर देखें↗

    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

    Acts as a software analysis engine for automating the detection of architectural debt in Ruby codebases.

    Ruby
    GitHub पर देखें↗4,126
  • sds/overcommitsds का अवतार

    sds/overcommit

    4,008GitHub पर देखें↗

    Overcommit is a Git hook manager and pre-commit validation framework designed to automate the execution of scripts and checks during various Git events. It serves as a workflow automation tool that ensures code quality and project standards are met before changes are committed or pushed to a remote repository. The system distinguishes itself through a comprehensive YAML-based configuration that allows for detailed hook behavior control, including file execution filtering, conditional skipping, and the management of hook dependencies. It provides specialized roles such as a commit message vali

    Executes Ruby linters to detect bugs and style issues before code is committed.

    Ruby
    GitHub पर देखें↗4,008
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Ruby Extensions
  5. Ruby Linting Tools

सब-टैग एक्सप्लोर करें

  • Architectural Debt DetectorsTools that identify structural weaknesses and architectural debt specifically within Ruby projects. **Distinct from Ruby Linting Tools:** Focuses on high-level architectural debt and design flaws rather than basic style linting.
  • Ruby LintersStatic analysis tools specifically for the Ruby language to detect bugs and style issues. **Distinct from Ruby Linting Tools:** Specializes the general Ruby linting tools category into the specific identity of a linter tool