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