Arcadia Power Rubocop Configuration
The arcadia_cops gem contains enabled and customized rubocop cops to check and enforce our style guide.
Install
# Add to your gemfile
gem 'arcadia_cops'
Then setup your .rubocop.yml file per rubocop docs.
Development
Add a new cop to the enabled.yml, bump the version, and put in a PR for review.
To see all cops including those that aren't enabled run bundle exec rubocop --show-cops.
Release
Ensure you have bumped the version and run rake release to release to rubygems.org.
Other
arcadia_cops also maintains the rubocop version to maintain parity across repos.