sequra-style

SeQura code style guide and shared configuration.

Installation

Add this line to your application's Gemfile (the gem is automatically released to rubygems.org):

gem "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

# Add any project-specific cop settings here