From ee69d49c9d2245fcfc032d428a6e856706000024 Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Tue, 16 Jun 2020 12:25:05 +0200 Subject: [PATCH] Disable Style/TrailingCommaInArguments check This is conflicting with Rufo --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index f1ea14e8cc..05dd2cc324 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -227,7 +227,7 @@ Style/StringLiteralsInInterpolation: EnforcedStyle: double_quotes Style/TrailingCommaInArguments: - EnforcedStyleForMultiline: comma + Enabled: false Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: comma