Created
May 4, 2017 18:54
-
-
Save bryanp/2cdb832c31fb2f99a6fc2228c1c0518f to your computer and use it in GitHub Desktop.
Rubocop Defaults
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: | |
Exclude: | |
- 'bin/**/*' | |
- 'vendor/**/*' | |
DisplayCopNames: true | |
BlockDelimiters: | |
EnforcedStyle: semantic | |
Lint/AssignmentInCondition: | |
Enabled: false | |
Metrics: | |
Enabled: false | |
Style/StringLiterals: | |
EnforcedStyle: double_quotes | |
Style/FrozenStringLiteralComment: | |
Enabled: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment