rubocop: remove Ruby 1.8 compatibility checks.

This commit is contained in:
Mike McQuaid 2016-08-16 16:59:51 +01:00
parent 89687fe122
commit 0dc2beef7b

View File

@ -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