Sha256: 3d11e9abe8d1743172255ed5d207425b9d19cd7349d72d65b9e705d58df36553

Contents?: true

Size: 611 Bytes

Versions: 3

Compression:

Stored size: 611 Bytes

Contents

# 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`):

  ~~~ruby
  gem 'rubocop-infinum', require: false
  ~~~

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

  ~~~yml
  inherit_gem:
    rubocop-infinum: .rubocop.yml

  require: rubocop-infinum
  ~~~

If you dislike some rules, please check [RuboCop's documentation](https://rubocop.readthedocs.io/en/latest/configuration/#inheriting-configuration-from-a-dependency-gem) on inheriting configuration from a gem.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rubocop-infinum-0.2.0 README.md
rubocop-infinum-0.1.1 README.md
rubocop-infinum-0.1.0 README.md