From 61c8350b6c09d5980601500359be1b7fddb1f979 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 29 Oct 2021 11:36:34 +0100 Subject: [PATCH] chore(solargraph): exclude more annoying cops from formatter --- config/solargraph/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/solargraph/config.yml b/config/solargraph/config.yml index d1d72e2..16b4d3c 100644 --- a/config/solargraph/config.yml +++ b/config/solargraph/config.yml @@ -16,4 +16,6 @@ formatter: - Lint/Debugger - Lint/UnusedBlockArgument - Lint/UnusedMethodArgument + - Rails/Output - Style/EmptyMethod + - Style/Semicolon