awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
bbatsov avatar

bbatsov/ruby-style-guide

0
View on GitHub↗
16,546 stars·3,351 forks·11 vuesrubystyle.guide↗

Ruby Style Guide

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 through the use of rule-based static analysis. It leverages RuboCop to programmatically identify and fix stylistic inconsistencies based on the established community standards.

Features

  • Coding Standards - Provides a curated collection of Ruby language conventions and formatting rules.
  • Static Analysis Standards - Defines agreed-upon naming and syntax conventions for identifying stylistic deviations in Ruby.
  • Static Analysis Rules - Evaluates source code against predefined patterns to identify stylistic deviations.
  • RuboCop Integration - Leverages RuboCop to programmatically enforce defined style rules.
  • Ruby Style Enforcement - Applies uniform guidelines to Ruby files to eliminate stylistic inconsistencies.
  • Linting Configuration Specifications - Provides a machine-readable RuboCop configuration specification mapped from natural language guidelines.
  • Community-Driven Specifications - Provides a community-driven specification for Ruby coding style and formatting.
  • Language-Specific Quality Standards - Establishes a community-consensual set of quality standards for Ruby code.
  • Ruby Code Standardization - Establishes a consistent set of formatting and structural rules for Ruby source code.
  • Coding Standards - Provides a collection of agreed-upon rules for Ruby syntax and naming conventions.
  • Linter Configuration Management - Defines machine-readable rules for RuboCop to automatically enforce coding styles.
  • Configuration-Driven Rules - Maps natural language style guidelines to a machine-readable RuboCop configuration file.
  • Static Code Analysis - Uses automated tools to evaluate source code against predefined patterns.
  • Ruby Programming Resources - Serves as a human-readable reference guide for Ruby best practices.
  • Documentation-Driven Standards - Uses human-readable guides as the primary reference for the linting configuration.
  • Project Governance Standards - Defines community-accepted standards for clean and maintainable Ruby code.
  • Coding Standards - Community-driven Ruby coding style guide.
  • Programming Language Guides - Comprehensive guide for writing idiomatic Ruby code.
  • Programming Languages - Community-driven style guide for Ruby coding.
  • Coding Style Guides - Standardized community coding style and conventions.

Historique des stars

Graphique de l'historique des stars pour bbatsov/ruby-style-guideGraphique de l'historique des stars pour bbatsov/ruby-style-guide

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Ruby Style Guide

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Ruby Style Guide.
  • airbnb/rubyAvatar de airbnb

    airbnb/ruby

    3,890Voir sur 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
    Voir sur GitHub↗3,890
  • thoughtbot/guidesAvatar de thoughtbot

    thoughtbot/guides

    9,556Voir sur 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
    Voir sur GitHub↗9,556
  • rubocop/ruby-style-guideAvatar de rubocop

    rubocop/ruby-style-guide

    16,546Voir sur GitHub↗

    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

    rubocoprubystyle-guide
    Voir sur GitHub↗16,546
  • bbatsov/rails-style-guideAvatar de bbatsov

    bbatsov/rails-style-guide

    6,509Voir sur GitHub↗

    This project is a collection of community-driven coding standards and best practices for developing maintainable Ruby on Rails applications. It serves as a style guide, architecture reference, and development guide to ensure consistency across a codebase. The guide provides technical recommendations for establishing naming conventions and architectural patterns. It specifically focuses on organizing models, controllers, and views to separate business logic from data persistence and user interface presentation. The documentation covers a broad range of capabilities, including RESTful API desi

    Voir sur GitHub↗6,509
Voir les 30 alternatives à Ruby Style Guide→

Questions fréquentes

Que fait bbatsov/ruby-style-guide ?

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.

Quelles sont les fonctionnalités principales de bbatsov/ruby-style-guide ?

Les fonctionnalités principales de bbatsov/ruby-style-guide sont : Coding Standards, Static Analysis Standards, Static Analysis Rules, RuboCop Integration, Ruby Style Enforcement, Linting Configuration Specifications, Community-Driven Specifications, Language-Specific Quality Standards.

Quelles sont les alternatives open-source à bbatsov/ruby-style-guide ?

Les alternatives open-source à bbatsov/ruby-style-guide incluent : airbnb/ruby — This project provides a collection of coding standard specifications, style guides, and configuration assets used to… thoughtbot/guides — This project is a software engineering style guide and a curated collection of architectural patterns and coding… rubocop/ruby-style-guide — This project is a community-driven style guide that defines standards for formatting and structuring Ruby code. It… bbatsov/rails-style-guide — This project is a collection of community-driven coding standards and best practices for developing maintainable Ruby… rwaldron/idiomatic.js — This project is a JavaScript style guide and a set of coding standards designed to ensure codebase consistency. It… bbatsov/rubocop — RuboCop is a static code analyzer and linter for Ruby. It functions as a static analysis tool designed to detect…