chore(solargraph): exclude more annoying cops from formatter

This commit is contained in:
2021-10-29 11:36:34 +01:00
parent a56c0b54fa
commit 61c8350b6c

View File

@@ -16,4 +16,6 @@ formatter:
- Lint/Debugger
- Lint/UnusedBlockArgument
- Lint/UnusedMethodArgument
- Rails/Output
- Style/EmptyMethod
- Style/Semicolon