aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/.rubocop.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml
index 7306009f3..629192354 100644
--- a/Library/.rubocop.yml
+++ b/Library/.rubocop.yml
@@ -23,6 +23,11 @@ Style/CommandLiteral:
Style/RegexpLiteral:
EnforcedStyle: slashes
+# our current conditional style is established, clear and
+# requiring users to change that now would be confusing.
+Style/ConditionalAssignment:
+ Enabled: false
+
# no metrics for formulas
Metrics/AbcSize:
Enabled: false