Skip to content

Catal/catalcop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
  gem "rubocop-performance", require: false
  gem "rubocop-rails", require: false
  gem "rubocop-rspec", require: false
end
.rubocop.yml
inherit_gem:
  catalcop: config/rubocop.yml

License

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