0.0
No release in over 3 years
Low commit activity in last 3 years
Aha! rubocop config
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Gem Version

rubocop

Common rubocop configuration for Aha! projects.

Installation

Add this line to your application's Gemfile:

gem 'rubocop-aha'

And then execute:

$ bundle

Or install it yourself as:

$ gem install rubocop-aha

Usage

Add the following to your project's .rubocop.yml:

inherit_gem:
  rubocop-aha: lib/config.yml

Semantic Versioning

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.

Contributing

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. :)

License

MIT