From c4cd5eaa2bd8b7bd36b781028cf9f4f8e42728d9 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 18 Sep 2023 11:16:32 +0100 Subject: [PATCH] chore(solargraph): update default list of disabled rubocop cops --- config/solargraph/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/solargraph/config.yml b/config/solargraph/config.yml index 2339d80..4f70e75 100644 --- a/config/solargraph/config.yml +++ b/config/solargraph/config.yml @@ -18,6 +18,6 @@ formatter: - Lint/Debugger - Lint/UnusedBlockArgument - Lint/UnusedMethodArgument - - Rails/Output + - Lint/UselessAssignment - Style/EmptyMethod - Style/Semicolon