aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
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