Project

catalcop

0.0
No release in over a year
Code style checking for Catal Ruby repositories.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

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.