Skip to content

Instantly share code, notes, and snippets.

@johnallen3d
Created June 17, 2014 17:57
Show Gist options
  • Save johnallen3d/3f161b9cd66299026946 to your computer and use it in GitHub Desktop.
Save johnallen3d/3f161b9cd66299026946 to your computer and use it in GitHub Desktop.
Connexio Labs Standard Rubocop Config
AllCops:
Excludes:
- vendor/**
- bin/**
- config/puma*
Documentation:
# don't require classes to be documented
Enabled: false
Encoding:
# no need to always specify encoding
Enabled: false
LineLength:
# just one more character please
Max: 80
AlignParameters:
# allow for multi-line methods to have normal indentation
EnforcedStyle: with_fixed_indentation
ClassAndModuleChildren:
# ok to use compact style when modules are predefined
Enabled: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment