awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
rubocop avatar

rubocop/ruby-style-guide

0
View on GitHub↗
16,546 نجوم·3,349 تفرعات·5 مشاهداتrubystyle.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.

سجل النجوم

مخطط تاريخ النجوم لـ rubocop/ruby-style-guideمخطط تاريخ النجوم لـ rubocop/ruby-style-guide

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة 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.

ما هي الميزات الرئيسية لـ rubocop/ruby-style-guide؟

الميزات الرئيسية لـ rubocop/ruby-style-guide هي: Ruby Code Standardization, Static Analysis Standards, Code Linters, Ruby Linting Rules, Ruby Style Enforcement, Code Style Guides, Static Analysis, Community-Driven Specifications.

ما هي البدائل مفتوحة المصدر لـ rubocop/ruby-style-guide؟

تشمل البدائل مفتوحة المصدر لـ rubocop/ruby-style-guide: 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…

بدائل مفتوحة المصدر لـ Ruby Style Guide

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Ruby Style Guide.
  • airbnb/rubyالصورة الرمزية لـ airbnb

    airbnb/ruby

    3,890عرض على 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
    عرض على GitHub↗3,890
  • bbatsov/ruby-style-guideالصورة الرمزية لـ bbatsov

    bbatsov/ruby-style-guide

    16,546عرض على 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

    عرض على GitHub↗16,546
  • thoughtbot/guidesالصورة الرمزية لـ thoughtbot

    thoughtbot/guides

    9,556عرض على 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
    عرض على GitHub↗9,556
  • bbatsov/rubocopالصورة الرمزية لـ bbatsov

    bbatsov/rubocop

    12,879عرض على 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
    عرض على GitHub↗12,879
  • عرض جميع البدائل الـ 30 لـ Ruby Style Guide→