No release in over 3 years
Low commit activity in last 3 years
Shared RuboCop configuration for SaleMove projects
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

~> 1.66
>= 2.13, < 4.0
 Project Readme

rubocop-salemove

Shared RuboCop configuration for SaleMove projects

Installation

Add this line to your application's Gemfile:

group :development, :test do
  gem 'rubocop-salemove', require: false
end

Or to your gem's gemspec file:

spec.add_development_dependency 'rubocop-salemove'

Configuration

To use one of the shared RuboCop configurations from this gem, you must define a .rubocop.yml file at the top-level directory in your project:

inherit_gem:
  rubocop-salemove: config/default.yml

Further customization of RuboCop for your local project may also be added to this file.