From 52f134fc9e8c0dd33cdb67775482c2364fc18bfd Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Wed, 19 Apr 2023 15:25:20 +1000 Subject: [PATCH] Regenerate Rubocop's TODO file --- .rubocop_todo.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index f7c1a784b2..8189cb6f12 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config --auto-gen-only-exclude --exclude-limit 1400` -# on 2023-04-14 06:27:24 UTC using RuboCop version 1.50.1. +# on 2023-04-19 05:25:17 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 @@ -114,13 +114,6 @@ Layout/EmptyLinesAroundBlockBody: - 'spec/requests/checkout/concurrency_spec.rb' - 'spec/system/admin/order_cycles/list_spec.rb' -# Offense count: 1 -# This cop supports safe autocorrection (--autocorrect). -# Configuration parameters: AllowForAlignment, AllowBeforeTrailingComments, ForceEqualSignAlignment. -Layout/ExtraSpacing: - Exclude: - - 'spec/spec_helper.rb' - # Offense count: 2 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: EnforcedStyle, IndentationWidth. @@ -236,7 +229,7 @@ Layout/LineEndStringConcatenationIndentation: - 'spec/system/consumer/cookies_spec.rb' - 'spec/system/consumer/shopping/cart_spec.rb' -# Offense count: 605 +# Offense count: 615 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: Max, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns. # URISchemes: http, https @@ -449,7 +442,7 @@ Layout/TrailingEmptyLines: Exclude: - 'Rakefile' -# Offense count: 67 +# Offense count: 70 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: AllowInHeredoc. Layout/TrailingWhitespace: