rubocop: remove Ruby 1.8 compatibility checks.
This commit is contained in:
parent
89687fe122
commit
0dc2beef7b
@ -3,14 +3,6 @@ AllCops:
|
||||
- 'Homebrew/vendor/**/*'
|
||||
- 'Homebrew/test/vendor/**/*'
|
||||
|
||||
# Ruby 1.8 compatibility
|
||||
Style/DotPosition:
|
||||
EnforcedStyle: trailing
|
||||
Style/HashSyntax:
|
||||
EnforcedStyle: hash_rockets
|
||||
Style/TrailingCommaInArguments:
|
||||
EnforcedStyleForMultiline: no_comma
|
||||
|
||||
# ruby style guide favorite
|
||||
Style/StringLiterals:
|
||||
EnforcedStyle: double_quotes
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user