Skip to content

Instantly share code, notes, and snippets.

@ianchesal
Created May 18, 2014 00:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ianchesal/352a7963b97a92562a45 to your computer and use it in GitHub Desktop.
Save ianchesal/352a7963b97a92562a45 to your computer and use it in GitHub Desktop.
My ~/.rubocop.yml file
########
# My ~/.rubocop.yml file
#
# Rubocop: https://github.com/bbatsov/rubocop#installation
MethodLength:
Enabled: false
LineLength:
Max: 160
AlignParameters:
Enabled: false
SpaceAroundOperators:
Enabled: false
ClassLength:
Enabled: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment