0.04
The project is in a healthy, maintained state
A Standard plugin that adds Rails-specific rules to Standard
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
 Dependencies

Runtime

 Project Readme

standard-rails

This gem provides a lint_roller plugin configuration for the rubocop-rails ruleset, for use as an extension to the Standard Ruby gem.

To install it, you'll want to start by adding it to your Gemfile:

gem "standard-rails"

Configuration

In your .standard.yml file, you can simply list standard-rails as a plugin:

plugins:
  - standard-rails

Even though it'll usually be inferred automatically, you can specify the exact version of Rails you want the rules to run against by converting the string to a nested hash:

plugins:
  - standard-rails:
      target_rails_version: 7.0

Code of Conduct

This project follows Test Double's code of conduct for all community interactions, including (but not limited to) one-on-one communications, public posts/comments, code reviews, pull requests, and GitHub issues. If violations occur, Test Double will take any action they deem appropriate for the infraction, up to and including blocking a user from the organization's repositories.