From 0e09fdb0f490ca8e10bd4178447a92ab0d0a5a6a Mon Sep 17 00:00:00 2001 From: Kaan Ozkan Date: Thu, 23 Jan 2025 10:02:47 -0500 Subject: [PATCH] Remove duplicate case statement --- lib/spoom/sorbet/config.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/spoom/sorbet/config.rb b/lib/spoom/sorbet/config.rb index 83b120c8..45662eeb 100644 --- a/lib/spoom/sorbet/config.rb +++ b/lib/spoom/sorbet/config.rb @@ -95,9 +95,6 @@ def parse_string(sorbet_config) when /^--allowed-extension=/ config.allowed_extensions << parse_option(line) next - when /^--ignore=/ - config.ignore << parse_option(line) - next when /^--ignore$/ state = :ignore next