aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2015-01-24 21:07:31 -0500
committerJack Nagel2015-01-24 21:08:26 -0500
commitae222e0a3e0ce66e96e477f0cc6ad08b3fb94809 (patch)
treef2cff7e3a4086a396e10e876eec428b854cf74df /Library
parent24b9935bf37f2dd85703684f2fd7c820b3ced5b8 (diff)
downloadhomebrew-ae222e0a3e0ce66e96e477f0cc6ad08b3fb94809.tar.bz2
Fix warning about using %w[] instead of %W[]
Diffstat (limited to 'Library')
-rw-r--r--Library/.rubocop.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml
index d69412125..039f51d83 100644
--- a/Library/.rubocop.yml
+++ b/Library/.rubocop.yml
@@ -98,6 +98,8 @@ Style/FileName:
# https://github.com/bbatsov/rubocop/issues/1543
Style/WordArray:
Enabled: false
+Style/UnneededCapitalW:
+ Enabled: false
# percent-x is allowed for multiline
# TODO: enforce when rubocop has fixed this