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'
endOr, for a Ruby library, add this to your gemspec:
spec.add_development_dependency 'kit_rubocop_style'And then run:
$ bundle installCreate a .rubocop.yml with the following directives:
inherit_gem:
kit_rubocop_style:
- kit_rubocop_style.ymlNow, run:
$ bundle exec rubocopCopyright (c) 2020, Nathan Appere.
KitRubocopStyle is licensed under MIT License.