From d378f6131c7c77ff0c67b5a990bf1ef4d8ce9b9d Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sat, 4 Jul 2020 09:46:44 +0100 Subject: [PATCH] Disable the single_line_throw fixer --- .styleci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.styleci.yml b/.styleci.yml index cec81a8..33c908d 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -9,3 +9,6 @@ finder: enabled: - short_array_syntax + +disabled: + - single_line_throw