KitRubocopStyle is a gem that contains Rubocop shared configuration for Kit.
Add this line to your application's Gemfile:
group :test, :development do
gem 'kit_rubocop_style'
end
Or, for a Ruby library, add this to your gemspec:
spec.add_development_dependency 'kit_rubocop_style'
And then run:
$ bundle install
Create a .rubocop.yml
with the following directives:
inherit_gem:
kit_rubocop_style:
- kit_rubocop_style.yml
Now, run:
$ bundle exec rubocop
Copyright (c) 2020, Nathan Appere.
KitRubocopStyle is licensed under MIT License.