SeQura code style guide and shared configuration.
Add this line to your application's Gemfile (the gem is automatically released to rubygems.org):
gem "sequra-style", require: falseAnd then execute:
$ bundle installUse the following directives in a .rubocop.yml file:
inherit_gem:
sequra-style:
- default.yml
# Add any project-specific cop settings here