rubocop-rails
Rails linter
An extension of the RuboCop linter tool that enforces best practices and coding conventions for Rails projects.
A RuboCop extension focused on enforcing Rails best practices and coding conventions.
820 stars
19 watching
263 forks
Language: Ruby
last commit: 6 days ago
Linked from 2 awesome lists
code-formatterhacktoberfestlinterrailsrubocoprubystatic-code-analysis
Related projects:
Repository | Description | Stars |
---|---|---|
rubocop/guard-rubocop | Automatically checks Ruby code style with RuboCop when files are modified. | 262 |
rubocop/rubocop-performance | Analyzes code performance and provides suggestions for optimization | 685 |
rubocop/rails-style-guide | Provides guidelines and best practices for writing maintainable Ruby on Rails code | 6,484 |
rubocop/rubocop-rspec | Analyzes Ruby code for style and syntax errors in RSpec files | 810 |
rubocop/rubocop | Analyzes and enforces code quality and style in Ruby projects | 12,650 |
rubocop/ruby-style-guide | Provides guidelines for writing maintainable and readable Ruby code | 16,464 |
lockstep/rails_new | A template for building modern Ruby on Rails applications | 164 |
asyraffff/open-source-ruby-and-rails-apps | A collection of production-ready Ruby and Rails applications for various purposes, including CMS, CRM, ecommerce, and more. | 1,042 |
prontolabs/pronto-rubocop | An integration that automates code analysis using RuboCop and Pronto | 83 |
opal/opal-rails | A Ruby implementation of Rails bindings for the Opal JavaScript runtime | 489 |
enkessler/cuke_linter | A tool that checks Cucumber feature files for coding errors and style issues | 32 |
siebertm/pronto-coffeelint | A tool that runs Coffeelint on Coffeescript code to enforce coding standards and quality | 1 |
fsprojects/fsharplint | A style checking tool for F# that identifies coding issues and provides suggestions to improve code quality. | 303 |
ros-tooling/action-ros-lint | Automates linting of ROS 2 packages to quickly identify coding issues | 19 |
rails/rails | A web application framework that organizes an app into three interconnected layers: Model, View, and Controller, to efficiently build database-backed web applications. | 56,069 |