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'
endAnd then run:
$ bundle installUsage
Create a .rubocop.yml with the following directives:
inherit_gem:
softmaker-rubocop-rspec:
- default.ymlNow, run:
$ bundle exec rubocop