Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 431 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 431 Bytes

RaiseMe::Common

This gem holds common configurations for Ruby projects at RaiseMe.

Installation

Add this line to your application's Gemfile:

gem 'raiseme-common', git: 'git@github.com:RaiseMe/ruby-common.git', branch: 'master'

And then execute:

$ bundle install

Usage

Include this gem in .rubocop.yml to inherit the common configuration:

inherit_gem:
  ruby-common: .rubocop-hound.yml