Common rubocop configuration for Aha! projects.
Add this line to your application's Gemfile:
gem 'rubocop-aha'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rubocop-aha
Add the following to your project's .rubocop.yml
:
inherit_gem:
rubocop-aha: lib/config.yml
MAJOR version is currently 0: this is unspecified.
MINOR version will update for breaking changes to rubocop, e.g. when existing rules break compatibility.
PATCH version should be updated for new configuration changes that add more restrictive rules, and cause failures in client code.
We are unlikely to accept external contributions to change configuration rules. You are welcome to fork or extend for your own purposes if you like the baseline but disagree with some of our settings. :)
MIT