diff options
| author | Mike McQuaid | 2016-08-16 16:59:51 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2016-08-17 09:19:56 +0100 |
| commit | 0dc2beef7bc27695fc81c408dde07a341cb24bc2 (patch) | |
| tree | 673f85c245ba1165b5e657f2876d7f96a610bc2c /Library | |
| parent | 89687fe122e4262976ffce3c04ed617e485881e8 (diff) | |
| download | brew-0dc2beef7bc27695fc81c408dde07a341cb24bc2.tar.bz2 | |
rubocop: remove Ruby 1.8 compatibility checks.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/.rubocop.yml | 8 |
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 |
