Catalcop provides recommended RuboCop configuration for use on Catal Ruby projects.
Add this line to your application's Gemfile:
gem 'catalcop', github: 'catal/catalcop'
And then execute:
$ bundle install
group :development do
gem "rubocop"
gem "rubocop-performance", require: false
gem "rubocop-rails", require: false
gem "rubocop-rspec", require: false
end
inherit_gem:
catalcop: config/rubocop.yml
The gem is available as open source under the terms of the MIT License.