0.0
No commit activity in last 3 years
No release in over 3 years
Homelight Shared Ruby Style Guides
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.1
~> 13.0

Runtime

 Project Readme

HomeLight Ruby Style

HomeLight shared ruby style configs.

Installation

Add this line to your application's Gemfile:

group :development do
  gem "hl_ruby_style"
end

And then execute:

$ bundle install

Usage

Create a .rubocop.yml with the following directives:

inherit_gem:
  hl_ruby_style:
    - default.yml

Now, run:

$ bundle exec rubocop

No need to include rubocop directly application dependencies. Hl-ruby-style will include specific versions of rubocop, rubocop-performance, rubocop-rails and rubocop-rspec that is shared across projects.