aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2015-01-24 21:07:31 -0500
committerJack Nagel2015-01-24 21:08:26 -0500
commitc60454a72f2e0bdbf5a3192bd51439e2de2183d2 (patch)
tree06859f07b5cfb1bf59fab052fcaa7bcdd8c41350
parent105fcb5399a5d644dfca52ad62164386a622dd82 (diff)
downloadbrew-c60454a72f2e0bdbf5a3192bd51439e2de2183d2.tar.bz2
Fix warning about using %w[] instead of %W[]
-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