Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 453 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 453 Bytes

sequra-style

SeQura code style guide and shared configuration.

Installation

Add this line to your application's Gemfile (we need to point to GitHub since it's not published):

gem "sequra-style", git: "https://github.com/sequra/sequra-style", require: false

And then execute:

$ bundle install

Usage

Use the following directives in a .rubocop.yml file:

inherit_gem:
  sequra-style:
    - default.yml