From fe3ad7f852866714a0beca2454e679d25ee3ecb4 Mon Sep 17 00:00:00 2001 From: Mostafa Ahangarha Date: Sun, 26 Nov 2023 10:51:32 +0330 Subject: [PATCH] Fix linter issue --- lib/command/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/command/base.rb b/lib/command/base.rb index a6370577..94a454a2 100644 --- a/lib/command/base.rb +++ b/lib/command/base.rb @@ -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: {