Skip to content

Instantly share code, notes, and snippets.

@A5308Y
Created May 31, 2015 14:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save A5308Y/d1a331ed55f616b089b8 to your computer and use it in GitHub Desktop.
Save A5308Y/d1a331ed55f616b089b8 to your computer and use it in GitHub Desktop.
Documentation:
Enabled: false
Style/IfUnlessModifier:
MaxLineLength: 100
Style/WhileUntilModifier:
MaxLineLength: 100
Style/AlignHash:
Enabled: false
Metrics/LineLength:
Max: 100
Metrics/MethodLength:
Max: 5
Metrics/ParameterLists:
Max: 4
AllCops:
Include:
- '**/Rakefile'
- '**/config.ru'
Exclude:
- 'db/**/*'
- 'config/**/*'
- 'bin/**/*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment