From 292060b146004343c2513362db55fcc3d77981f2 Mon Sep 17 00:00:00 2001 From: Rubocop Challenger Date: Thu, 8 Jun 2023 23:33:51 +0000 Subject: [PATCH 1/3] :police_car: regenerate rubocop todo --- .rubocop_todo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 2d540c9..6010860 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config --exclude-limit 180` -# on 2023-04-20 23:33:11 UTC using RuboCop version 1.50.2. +# on 2023-06-08 23:33:50 UTC using RuboCop version 1.52.0. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new From cff581a1122b3b79f1eb680a2e4673067e839039 Mon Sep 17 00:00:00 2001 From: Rubocop Challenger Date: Thu, 8 Jun 2023 23:33:56 +0000 Subject: [PATCH 2/3] :police_car: Layout/SpaceAroundEqualsInParameterDefault --- .rubocop_todo.yml | 7 ------- lib/dispatch-rider/publisher/configuration/destination.rb | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 6010860..126a7c3 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -43,13 +43,6 @@ Layout/LeadingCommentSpace: - 'lib/dispatch-rider/queue_services/received_message.rb' - 'spec/lib/dispatch-rider/configuration_spec.rb' -# Offense count: 1 -# This cop supports safe autocorrection (--autocorrect). -# Configuration parameters: EnforcedStyle. -# SupportedStyles: space, no_space -Layout/SpaceAroundEqualsInParameterDefault: - Exclude: - - 'lib/dispatch-rider/publisher/configuration/destination.rb' # Offense count: 1 # This cop supports safe autocorrection (--autocorrect). diff --git a/lib/dispatch-rider/publisher/configuration/destination.rb b/lib/dispatch-rider/publisher/configuration/destination.rb index 3e38070..f581804 100644 --- a/lib/dispatch-rider/publisher/configuration/destination.rb +++ b/lib/dispatch-rider/publisher/configuration/destination.rb @@ -2,7 +2,7 @@ module DispatchRider class Publisher::Configuration::Destination - def initialize(name, attributes={}) + def initialize(name, attributes = {}) @name = name attributes = attributes.with_indifferent_access From 63161b455179d262b1b522d0a2a49340fe292fc1 Mon Sep 17 00:00:00 2001 From: Rubocop Challenger Date: Thu, 8 Jun 2023 23:34:03 +0000 Subject: [PATCH 3/3] :police_car: regenerate rubocop todo --- .rubocop_todo.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 126a7c3..53557c2 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config --exclude-limit 180` -# on 2023-06-08 23:33:50 UTC using RuboCop version 1.52.0. +# on 2023-06-08 23:34:03 UTC using RuboCop version 1.52.0. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new @@ -43,7 +43,6 @@ Layout/LeadingCommentSpace: - 'lib/dispatch-rider/queue_services/received_message.rb' - 'spec/lib/dispatch-rider/configuration_spec.rb' - # Offense count: 1 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: AllowForAlignment, EnforcedStyleForExponentOperator.