0.0
The project is in a healthy, maintained state
Shared Rubocop configuration for all Instructure Ruby projects
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Instructure Rubocop Configuration

Shared Rubocop configuraiton used by Instructure's Ruby projects.

Installation

For applications

Add this line to your application's Gemfile:

gem "rubocop-inst", "~> 1"

For gems

Add this line to your gem's gemspec:

add_development_dependency "rubocop-inst", "~> 1"

Usage

Add these lines to your .rubocop.yml:

# /.rubocop.yml
inherit_gem:
  rubocop-inst:
  - rubocop.yml
  - rubocop-rspec.yml # if you use rspec and rubocop-rspec