From 7b1334d4b713546a4c776526d412cbbde199efb4 Mon Sep 17 00:00:00 2001 From: Rubocop Challenger Date: Wed, 5 Apr 2023 23:33:07 +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 90366f7..d2aaaf8 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-03-21 23:33:15 UTC using RuboCop version 1.48.1. +# on 2023-04-05 23:33:06 UTC using RuboCop version 1.49.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 f4a2848ab2d26e40281647e727908229735b5daf Mon Sep 17 00:00:00 2001 From: Rubocop Challenger Date: Wed, 5 Apr 2023 23:33:13 +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 d2aaaf8..355609e 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 8327af232a87110db04ae2c3831e4c0f834dfde6 Mon Sep 17 00:00:00 2001 From: Rubocop Challenger Date: Wed, 5 Apr 2023 23:33:20 +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 355609e..ce10453 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-05 23:33:06 UTC using RuboCop version 1.49.0. +# on 2023-04-05 23:33:20 UTC using RuboCop version 1.49.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 @@ -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.