rubocop: remove Ruby 1.8 compatibility checks.
This commit is contained in:
parent
89687fe122
commit
0dc2beef7b
@ -3,14 +3,6 @@ AllCops:
|
|||||||
- 'Homebrew/vendor/**/*'
|
- 'Homebrew/vendor/**/*'
|
||||||
- 'Homebrew/test/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
|
# ruby style guide favorite
|
||||||
Style/StringLiterals:
|
Style/StringLiterals:
|
||||||
EnforcedStyle: double_quotes
|
EnforcedStyle: double_quotes
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user