Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 537 Bytes

File metadata and controls

36 lines (23 loc) · 537 Bytes

Catalcop

Catalcop provides recommended RuboCop configuration for use on Catal Ruby projects.

Installation

Add this line to your application's Gemfile:

gem 'catalcop', github: 'catal/catalcop'

And then execute:

$ bundle install

Usage

Gemfile
group :development do
  gem "rubocop"
end
.rubocop.yml
inherit_gem:
  catalcop: config/rubocop.yml

License

The gem is available as open source under the terms of the MIT License.