Skip to content

Instantly share code, notes, and snippets.

@eunjae-lee
Created May 5, 2018 09:59
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 eunjae-lee/7c685fbade2cae0ceb7a70f252266517 to your computer and use it in GitHub Desktop.
Save eunjae-lee/7c685fbade2cae0ceb7a70f252266517 to your computer and use it in GitHub Desktop.
Default Rubocop configuration
AllCops:
Exclude:
- "db/schema.rb"
- "node_modules/**/*"
- "tmp/**/*"
- "vendor/**/*"
Documentation:
Enabled: false
Metrics/LineLength:
Max: 100
Metrics/MethodLength:
Max: 5
Metrics/BlockLength:
Exclude:
- "**/*.gemspec"
- "spec/**/*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment