0.0
There's a lot of open issues
No release in over a year
Automatic Infinum code style checking tool.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Rubocop Infinum

This gem provides the .RuboCop configuration file alongside some custom cops used at Infinum.

To use it, you can add this to your Gemfile (group :development):

gem 'rubocop-infinum', require: false

And add to the top of your project's RuboCop configuration file:

inherit_gem:
  rubocop-infinum: rubocop.yml

require: rubocop-infinum

If you dislike some rules, please check RuboCop's documentation on inheriting configuration from a gem.