From 759425b67c03c77c223a686f6609efd7806bbe40 Mon Sep 17 00:00:00 2001 From: Rubocop Challenger Date: Thu, 11 May 2023 23:33:04 +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..849d1a2 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-05-11 23:33:03 UTC using RuboCop version 1.50.2. # 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 8a796fedfce1155b6419947d5376969b27648965 Mon Sep 17 00:00:00 2001 From: Rubocop Challenger Date: Thu, 11 May 2023 23:33:09 +0000 Subject: [PATCH 2/3] :police_car: Layout/SpaceAroundOperators --- .rubocop_todo.yml | 7 ------- spec/lib/dispatch-rider/queue_services/aws_sqs_spec.rb | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 849d1a2..5c7c9ef 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -51,13 +51,6 @@ Layout/SpaceAroundEqualsInParameterDefault: Exclude: - 'lib/dispatch-rider/publisher/configuration/destination.rb' -# Offense count: 1 -# This cop supports safe autocorrection (--autocorrect). -# Configuration parameters: AllowForAlignment, EnforcedStyleForExponentOperator. -# SupportedStylesForExponentOperator: space, no_space -Layout/SpaceAroundOperators: - Exclude: - - 'spec/lib/dispatch-rider/queue_services/aws_sqs_spec.rb' # Offense count: 4 # This cop supports safe autocorrection (--autocorrect). diff --git a/spec/lib/dispatch-rider/queue_services/aws_sqs_spec.rb b/spec/lib/dispatch-rider/queue_services/aws_sqs_spec.rb index 297000e..ac74eb0 100644 --- a/spec/lib/dispatch-rider/queue_services/aws_sqs_spec.rb +++ b/spec/lib/dispatch-rider/queue_services/aws_sqs_spec.rb @@ -15,7 +15,7 @@ allow_any_instance_of(Aws::SQS::Client).to receive(:get_queue_attributes).and_return( OpenStruct.new( { - attributes: { "VisibilityTimeout"=>visibility_timeout } + attributes: { "VisibilityTimeout" => visibility_timeout } } ) ) From 9c24cba4bee09da95c6498f6f015ed6b1ea8a130 Mon Sep 17 00:00:00 2001 From: Rubocop Challenger Date: Thu, 11 May 2023 23:33:16 +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 5c7c9ef..f8a85ec 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-05-11 23:33:03 UTC using RuboCop version 1.50.2. +# on 2023-05-11 23:33:16 UTC using RuboCop version 1.50.2. # 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 @@ -51,7 +51,6 @@ Layout/SpaceAroundEqualsInParameterDefault: Exclude: - 'lib/dispatch-rider/publisher/configuration/destination.rb' - # Offense count: 4 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: EnforcedStyle.