diff --git a/Library/.rubocop_rules.yml b/Library/.rubocop_rules.yml
index c5a0018f8d2f6e38fc99c8cfc39837ec17a90f86..95f8ae0a36a00852bcf6fe6110fc1a9f6301eae2 100644
--- a/Library/.rubocop_rules.yml
+++ b/Library/.rubocop_rules.yml
@@ -104,6 +104,11 @@ Style/IfUnlessModifier:
 Style/VariableNumber:
   Enabled: false
 
+# TODO: enforce when rubocop has shipped this
+# https://github.com/bbatsov/rubocop/pull/3513
+Style/TernaryParentheses:
+  Enabled: false
+
 # dashes in filenames are typical
 Style/FileName:
   # matches:
diff --git a/Library/.rubocop_todo.yml b/Library/.rubocop_todo.yml
index c6a4f279e0624047e2ca59cb6dfdd98e17d1311c..e27d89617091381e2f0c1545df98d0d685804252 100644
--- a/Library/.rubocop_todo.yml
+++ b/Library/.rubocop_todo.yml
@@ -1,6 +1,6 @@
 # This configuration was generated by
 # `rubocop --auto-gen-config --exclude-limit 100`
-# on 2016-09-20 22:27:29 +0200 using RuboCop version 0.43.0.
+# on 2016-09-21 14:04:48 +0200 using RuboCop version 0.43.0.
 # The point is for the user to remove these configuration records
 # one by one as the offenses are removed from the code base.
 # Note that changes in the inspected code, or installation of new