From c60454a72f2e0bdbf5a3192bd51439e2de2183d2 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 24 Jan 2015 21:07:31 -0500 Subject: [PATCH] Fix warning about using %w[] instead of %W[] --- Library/.rubocop.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index d694121255..039f51d835 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