From ea47a5b995e651f23c571ec86851bd7f00ddcb4c Mon Sep 17 00:00:00 2001 From: Collin Brittle Date: Wed, 10 Jun 2020 20:08:24 +0000 Subject: [PATCH] Removes supported styles for IndentationConsistency Bixby will accept any option that Rubocop will accept. --- bixby_default.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bixby_default.yml b/bixby_default.yml index 39f71e8..e201174 100644 --- a/bixby_default.yml +++ b/bixby_default.yml @@ -447,9 +447,7 @@ Layout/FirstParameterIndentation: Enabled: true Layout/IndentationConsistency: - SupportedStyles: - - normal - - rails + Enabled: true EnforcedStyle: normal Layout/IndentationWidth: