Skip to content

Instantly share code, notes, and snippets.

@Aevin1387
Created January 8, 2014 19:49
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 Aevin1387/8323345 to your computer and use it in GitHub Desktop.
Save Aevin1387/8323345 to your computer and use it in GitHub Desktop.
Example .rubocop.yml
StringLiterals:
# Set enforcement to double quotes instead of single
EnforcedStyle: double_quotes
ClassLength:
Max: 150
CyclomaticComplexity:
Max: 10
MethodLength:
Max: 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment