Skip to content

Commit

Permalink
Fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangarha committed Nov 26, 2023
1 parent ad26c1e commit fe3ad7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/command/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def self.commit_option(required: false)
}
end

def self.location_option(required: false)
def self.location_option(required: false) # rubocop:disable Metrics/MethodLength
{
name: :location,
params: {
Expand Down

0 comments on commit fe3ad7f

Please sign in to comment.