/kit_rubocop_style

Shared rubocop configuration

Primary LanguageRubyOtherNOASSERTION

KitRubocopStyle

KitRubocopStyle is a gem that contains Rubocop shared configuration for Kit.

Installation

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

Usage

Create a .rubocop.yml with the following directives:

inherit_gem:
  kit_rubocop_style:
    - kit_rubocop_style.yml

Now, run:

$ bundle exec rubocop

Copyright & License

Copyright (c) 2020, Nathan Appere.

KitRubocopStyle is licensed under MIT License.