Created
June 29, 2016 23:42
-
-
Save dfreerksen/0055457adfc85e0c6bf7f21b186416aa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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