Skip to content

Instantly share code, notes, and snippets.

@AfonsoTsukamoto
Created October 10, 2014 17:01
Show Gist options
  • Save AfonsoTsukamoto/c99b56f8ea8386257d80 to your computer and use it in GitHub Desktop.
Save AfonsoTsukamoto/c99b56f8ea8386257d80 to your computer and use it in GitHub Desktop.
The config for rubocop
AllCops:
Exclude:
- 'spec/**/*'
- 'db/**/*'
- 'config/**/*'
- 'bin/**/*'
# Max line length is changed from default 80
Metrics/LineLength:
Max: 100
# Class top level documentation
Style/Documentation:
Enabled: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment