Skip to content

Instantly share code, notes, and snippets.

@ahawthorne
Created March 23, 2015 15:06
Show Gist options
  • Save ahawthorne/3694fc07fed80e7551df to your computer and use it in GitHub Desktop.
Save ahawthorne/3694fc07fed80e7551df to your computer and use it in GitHub Desktop.
Rubocop config
Style/Documentation:
Enabled: false
Style/WordArray:
MinSize: 4
Metrics/LineLength:
Max: 120
Metrics/AbcSize:
Max: 20
Metrics/MethodLength:
Max: 25
Style/RedundantSelf:
Enabled: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment