Skip to content

aha-app/rubocop-aha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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