diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 2d540c9..834cbf2 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-01 23:33:27 UTC using RuboCop version 1.51.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 @@ -459,12 +459,6 @@ Style/NestedParenthesizedCalls: - 'spec/lib/dispatch-rider/notification_services/aws_sns_spec.rb' - 'spec/lib/dispatch-rider/notification_services/base_spec.rb' -# Offense count: 1 -# This cop supports safe autocorrection (--autocorrect). -# Configuration parameters: Strict, AllowedNumbers, AllowedPatterns. -Style/NumericLiterals: - MinDigits: 6 - # Offense count: 1 # This cop supports unsafe autocorrection (--autocorrect-all). # Configuration parameters: EnforcedStyle, AllowedMethods, AllowedPatterns. 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..c7493bb 100644 --- a/spec/lib/dispatch-rider/queue_services/aws_sqs_spec.rb +++ b/spec/lib/dispatch-rider/queue_services/aws_sqs_spec.rb @@ -130,7 +130,7 @@ let(:response_message) do OpenStruct.new({ - message_id: 12345, + message_id: 12_345, md5_of_body: "mmmddd555", body: { subject: "foo", body: { bar: "baz" } }.to_json, receipt_handle: "HANDLE",