Skip to content

icelab/icelab-style

Repository files navigation

icelab-style

Icelab internal shared style configurations.

Installation

Add this line to your application's Gemfile:

group :development do
  gem "icelab-style", git: "https://github.com/icelab/icelab-style"
end

And then execute:

$ bundle

Usage

Create a .rubocop.yml with the following directives:

inherit_gem:
  icelab-style:
    - default.yml

There's no need to add the rubocop gem to your project's Gemfile; rubocop is a dependency of icelab-style, to ensure we use a consistent minimum version across all of our projects.

License

The gem is available as open source under the terms of the MIT License.

Credits

Inspired by percy-style by Percy.

About

Icelab shared Rubocop style configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages