awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
rubocop avatar

rubocop/ruby-style-guide

0
View on GitHub↗
16,546 estrellas·3,349 forks·5 vistasrubystyle.guide↗

Ruby Style Guide

This project is a community-driven style guide that defines standards for formatting and structuring Ruby code. It serves as a collection of language conventions and best practices intended to ensure that Ruby applications are written idiomatically and maintainably.

The guide functions as a static analysis standard, providing a reference that automated linting tools use to enforce uniform coding patterns and structural rules. By mapping written guidelines to these automated configurations, it establishes a shared source of truth for code consistency.

The scope of the project covers Ruby code standardization and static analysis, focusing on naming conventions and structural patterns to reduce friction during peer reviews and simplify contributions across open-source projects.

Features

  • Ruby Code Standardization - Establishes consistent formatting and structural rules to standardize Ruby code style across projects.
  • Static Analysis Standards - Serves as a reference for automated linting tools to enforce uniform coding patterns in Ruby source files.
  • Code Linters - Defines patterns and rules used by static analysis tools to identify and report non-compliant code.
  • Ruby Linting Rules - Defines the specific static analysis rules and patterns used to check Ruby code for consistency.
  • Ruby Style Enforcement - Implements predictable coding styles to reduce friction during peer reviews and improve long-term maintainability.
  • Code Style Guides - Provides a community-driven style guide for naming, formatting, and layout to ensure consistent Ruby code readability.
  • Static Analysis - Implements automated verification that source code adheres to defined structural and formatting constraints.
  • Community-Driven Specifications - Provides a set of coding standards evolved through community consensus and shared contributions.
  • Naming Conventions - Defines best practices and standardized naming conventions for writing idiomatic Ruby applications.
  • Open Source & Collaboration - Provides shared community standards to simplify contributions and peer reviews in open-source Ruby projects.
  • Documentation-Driven Standards - Uses human-readable documentation as the primary source of truth for automated linting enforcement.
  • Style Patterns - Organizes coding standards into specific structural patterns and examples for consistent application.
  • Programming Language Standards - Community-driven style guide for Ruby.

Historial de estrellas

Gráfico del historial de estrellas de rubocop/ruby-style-guideGráfico del historial de estrellas de rubocop/ruby-style-guide

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Ruby Style Guide

Proyectos open-source similares, clasificados según cuántas características comparten con Ruby Style Guide.
  • airbnb/rubyAvatar de airbnb

    airbnb/ruby

    3,890Ver en GitHub↗

    This project provides a collection of coding standard specifications, style guides, and configuration assets used to define automated rules for static code analysis in Ruby. It serves as a centralized set of RuboCop configurations and static analysis rules to ensure consistent syntax and idiomatic usage across a codebase. The project establishes a comprehensive Ruby style guide that defines naming conventions, indentation, and structural requirements. It utilizes a pluggable linting engine to enforce these standards through a defined set of patterns and constraints. The capability surface co

    Ruby
    Ver en GitHub↗3,890
  • bbatsov/ruby-style-guideAvatar de bbatsov

    bbatsov/ruby-style-guide

    16,546Ver en GitHub↗

    This project is a community-driven Ruby coding style guide and static analysis standard. It provides a collection of agreed-upon rules for syntax, naming conventions, and structural guidelines to ensure uniform code appearance and maintainability across Ruby projects. The project serves as both a human-readable documentation resource for developers and a machine-readable RuboCop configuration specification. This allows natural language style guidelines to be mapped directly to automated linting rules. The system covers Ruby code standardization, style enforcement, and project governance thro

    Ver en GitHub↗16,546
  • thoughtbot/guidesAvatar de thoughtbot

    thoughtbot/guides

    9,556Ver en GitHub↗

    This project is a software engineering style guide and a curated collection of architectural patterns and coding standards. It provides a multi-language coding standard to ensure maintainable software across Ruby, Python, JavaScript, and Swift. The project establishes a development workflow specification for version control, continuous integration, and peer review to maintain a linear project history. It also includes a web accessibility framework based on ARIA and WCAG standards, using design tokens and semantic HTML patterns to build inclusive interfaces. The guides cover a broad range of

    Ruby
    Ver en GitHub↗9,556
  • bbatsov/rubocopAvatar de bbatsov

    bbatsov/rubocop

    12,879Ver en GitHub↗

    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

    Ruby
    Ver en GitHub↗12,879
Ver las 30 alternativas a Ruby Style Guide→

Preguntas frecuentes

¿Qué hace rubocop/ruby-style-guide?

This project is a community-driven style guide that defines standards for formatting and structuring Ruby code. It serves as a collection of language conventions and best practices intended to ensure that Ruby applications are written idiomatically and maintainably.

¿Cuáles son las características principales de rubocop/ruby-style-guide?

Las características principales de rubocop/ruby-style-guide son: Ruby Code Standardization, Static Analysis Standards, Code Linters, Ruby Linting Rules, Ruby Style Enforcement, Code Style Guides, Static Analysis, Community-Driven Specifications.

¿Qué alternativas de código abierto existen para rubocop/ruby-style-guide?

Las alternativas de código abierto para rubocop/ruby-style-guide incluyen: airbnb/ruby — This project provides a collection of coding standard specifications, style guides, and configuration assets used to… bbatsov/ruby-style-guide — This project is a community-driven Ruby coding style guide and static analysis standard. It provides a collection of… thoughtbot/guides — This project is a software engineering style guide and a curated collection of architectural patterns and coding… bbatsov/rubocop — RuboCop is a static code analyzer and linter for Ruby. It functions as a static analysis tool designed to detect… flyerhzm/rails_best_practices — This project is a static analysis tool and linter for Ruby on Rails designed to identify architectural smells and… raywenderlich/swift-style-guide — This project is a collection of Swift coding standards and static analysis rules designed to ensure consistency across…