8 dépôts
Establishing consistent formatting and structural rules for the Ruby language.
Distinct from Ruby Environments: Existing candidates are either generic extensions or environment runtimes
Explore 8 awesome GitHub repositories matching programming languages & runtimes · Ruby Code Standardization. Refine with filters or upvote what's useful.
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
Establishes consistent formatting and structural rules to standardize Ruby code style across projects.
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
Establishes a consistent set of formatting and structural rules for Ruby source code.
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
Automatically rewrites Ruby source code to ensure consistent indentation, spacing, and stylistic standards.
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.
Automatically rewrites Ruby source code to follow a consistent style guide.
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
Provides a curated set of stylistic and structural rules for writing maintainable Ruby code.
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
Defines consistent naming conventions and structural rules to ensure long-term maintainability of the codebase.
Ce projet est un guide d'optimisation des performances Ruby et une ressource de refactorisation. Il fournit une collection de modèles de code benchmarkés et de comparaisons idiomatiques conçus pour augmenter la vitesse d'exécution et réduire les allocations mémoire dans les applications Ruby. La ressource se concentre sur le mappage des constructions linguistiques courantes vers leurs équivalents les plus efficaces sur le plan computationnel. Elle utilise une analyse comparative du timing et un profilage du nombre d'allocations pour identifier des idiomes haute performance qui remplacent les expressions gourmandes en objets. Le projet couvre le réglage du runtime applicatif et la gestion de la mémoire en identifiant les modèles qui réduisent la surcharge du garbage collector. Il emploie un développement piloté par les benchmarks pour évaluer l'impact de fonctionnalités linguistiques spécifiques sur la mémoire système et la vitesse d'exécution.
Offers a collection of benchmarked coding patterns to increase execution speed and reduce memory allocations in Ruby.
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
Establishes consistent formatting and structural rules specifically tailored for the Ruby language.