1 dépôt
Tools that automatically rewrite source code to follow language-specific structural rules.
Distinct from Ruby Code Standardization: Focuses on the automated rewriting tool rather than the abstract standards of standardization
Explore 1 awesome GitHub repository matching programming languages & runtimes · Automatic Formatters. Refine with filters or upvote what's useful.
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.