Skip to content

Instantly share code, notes, and snippets.

@dfreerksen
Created June 29, 2016 23:42
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 dfreerksen/0055457adfc85e0c6bf7f21b186416aa to your computer and use it in GitHub Desktop.
Save dfreerksen/0055457adfc85e0c6bf7f21b186416aa to your computer and use it in GitHub Desktop.
AllCops:
Include:
- Rakefile
- config.ru
Exclude:
- "bin/**/*"
- "db/schema.rb"
- "db/migrate/**/*"
- "spec/dummy/**/*"
- "vendor/**/*"
Documentation:
Enabled: false
DotPosition:
EnforcedStyle: leading
LineLength:
Max: 120
MethodLength
Max: 15
StringLiterals:
EnforcedStyle: double_quotes
StringLiteralsInInterpolation:
EnforcedStyle: double_quotes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment