Skip to content

Instantly share code, notes, and snippets.

@emad-elsaid
Created June 11, 2016 14:27
Show Gist options
  • Save emad-elsaid/da73fbf8c159239f9f37518abe083a22 to your computer and use it in GitHub Desktop.
Save emad-elsaid/da73fbf8c159239f9f37518abe083a22 to your computer and use it in GitHub Desktop.
AllCops:
Exclude:
- 'vendor/**/*'
- 'db/schema.rb'
- 'db/migrate/**/*'
Metrics/LineLength:
Enabled: false
Style/Documentation:
Enabled: false
Style/StringLiterals:
Enabled: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment