A custom rubocop extension and default config for AL ruby projects.
Add the gem to the development dependencies:
group :development do
gem 'rubocop-angellist', github: 'angellist/rubocop-angellist'
endand then inherit the default config in the project's .rubocop.yml:
inherit_gem:
rubocop-angellist: rubocop.yml
# ... rest of config- Add your rule configuration to the
rubocop.ymlfile in top level of this repo - Commit the changes through PR
- Run
bundle update rubocop-angellistin your project to pull the latest changes.
Follow the directions here.
New custom cops will be automatically included and configured with the defaults.