aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2016-08-16 16:59:51 +0100
committerMike McQuaid2016-08-17 09:19:56 +0100
commit0dc2beef7bc27695fc81c408dde07a341cb24bc2 (patch)
tree673f85c245ba1165b5e657f2876d7f96a610bc2c
parent89687fe122e4262976ffce3c04ed617e485881e8 (diff)
downloadbrew-0dc2beef7bc27695fc81c408dde07a341cb24bc2.tar.bz2
rubocop: remove Ruby 1.8 compatibility checks.
-rw-r--r--Library/.rubocop.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml
index 74aa17b14..86cff402b 100644
--- a/Library/.rubocop.yml
+++ b/Library/.rubocop.yml
@@ -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