softmaker-rubocop-rspec
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