No release in over a year
Softmaker rubocop configuration
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.22.1
~> 2.12.2
 Project Readme

softmaker-rubocop-rspec

Gem Version

RuboCop rules for softmaker projects that use Ruby on Rails. Includes:

Installation

Add this line to your application's Gemfile:

group :test, :development do
  gem 'softmaker-rubocop-rspec'
end

And then run:

$ bundle install

Usage

Create a .rubocop.yml with the following directives:

inherit_gem:
  softmaker-rubocop-rspec:
    - default.yml

Now, run:

$ bundle exec rubocop