From db2e9b8375535f5cb71b5974909bc0fcc3d29e9d Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Wed, 17 Aug 2016 16:54:07 +0100 Subject: [PATCH] rubocop: reinstate hash_rockets Temporarily. --- Library/.rubocop.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 86cff402b5..343362d62e 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -3,6 +3,12 @@ AllCops: - 'Homebrew/vendor/**/*' - 'Homebrew/test/vendor/**/*' +# Whilst we now can handle the newer hash syntax of 1.9+ the +# hash rockets are everywhere & it'd be good to change this more +# consistently than piecemeal. +Style/HashSyntax: + EnforcedStyle: hash_rockets + # ruby style guide favorite Style/StringLiterals: EnforcedStyle: double_quotes