Skip to content

Commit

Permalink
[service] Temporarily disable some RuboCop rules
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Feb 7, 2024
1 parent be386a5 commit 68faa19
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions service/lib/yast2/popup.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# frozen_string_literal: true

#
# Copyright (c) [2024] SUSE LLC
#
# All Rights Reserved.
Expand All @@ -20,6 +23,8 @@
require "yast"
require "agama/dbus/clients/questions"

# rubocop:disable Metrics/ParameterLists
# rubocop:disable Lint/UnusedMethodArgument
module Yast2
# Replacement to the Yast2::Popup class to work with Agama.
class Popup
Expand Down Expand Up @@ -65,3 +70,5 @@ def questions_client
end
end
end
# rubocop:enable Metrics/ParameterLists
# rubocop:enable Lint/UnusedMethodArgument

0 comments on commit 68faa19

Please sign in to comment.