Skip to content

Commit

Permalink
Remove duplicate case statement
Browse files Browse the repository at this point in the history
  • Loading branch information
KaanOzkan authored Jan 23, 2025
1 parent fbe1841 commit 1bd2b5e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/spoom/sorbet/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ def parse_string(sorbet_config)
when /^--ignore$/
state = :ignore
next
when /^--ignore=/
config.ignore << parse_option(line)
next
when /^--file$/
next
when /^--file=/
Expand Down

0 comments on commit 1bd2b5e

Please sign in to comment.