From c380abeb247b90272c291010915dba91b6e1cde2 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Mon, 1 Oct 2018 13:58:36 +0200 Subject: [PATCH] Explain why Style/WhileUntilModifier is disabled --- .rubocop.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.rubocop.yml b/.rubocop.yml index 5e5112f4c..25d9b1f0d 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1258,6 +1258,7 @@ Style/WhenThen: Style/WhileUntilDo: Enabled: false +# Disabled because we don't want to use modifiers Style/WhileUntilModifier: Enabled: false