Skip to content

AL's very own Alex James Murphy.

Notifications You must be signed in to change notification settings

angellist/rubocop-angellist

Repository files navigation

RuboCop::Angellist

A custom rubocop extension and default config for AL ruby projects.

Usage

Add the gem to the development dependencies:

group :development do
  gem 'rubocop-angellist', github: 'angellist/rubocop-angellist'
end

and then inherit the default config in the project's .rubocop.yml:

inherit_gem:
  rubocop-angellist: rubocop.yml

# ... rest of config

Configuring Cops

  1. Add your rule configuration to the rubocop.yml file in top level of this repo
  2. Commit the changes through PR
  3. Run bundle update rubocop-angellist in your project to pull the latest changes.

Adding Custom Cops

Follow the directions here.

New custom cops will be automatically included and configured with the defaults.

About

AL's very own Alex James Murphy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages