aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/.rubocop.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml
index 86cff402b..343362d62 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