Skip to content

Commit

Permalink
Remove an unused private method
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Jul 23, 2024
1 parent 635ed7f commit 000bad7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/rubocop/cop/style/missing_else.rb
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,6 @@ def unless_else_config
config.for_cop('Style/UnlessElse')
end

def empty_else_cop_enabled?
empty_else_config.fetch('Enabled')
end

def empty_else_style
return unless empty_else_config.key?('EnforcedStyle')

Expand Down

0 comments on commit 000bad7

Please sign in to comment.