From d8c0a0d4d816cc3aabdcb9473d63cd7dee948396 Mon Sep 17 00:00:00 2001 From: Caio Ramos Date: Mon, 7 Oct 2024 13:30:37 -0300 Subject: [PATCH] Update rubocop --- .rubocop_todo.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index d119950..d5bb0ef 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2024-10-07 01:57:31 UTC using RuboCop version 1.66.1. +# on 2024-10-07 16:30:21 UTC using RuboCop version 1.66.1. # 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 @@ -33,7 +33,7 @@ Lint/UnderscorePrefixedVariableName: Exclude: - 'spec/lib/droplet_kit/client_spec.rb' -# Offense count: 36 +# Offense count: 37 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: AutoCorrect, IgnoreEmptyBlocks, AllowUnusedKeywordArguments. Lint/UnusedBlockArgument: @@ -55,12 +55,12 @@ Metrics/AbcSize: # Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns, inherit_mode. # AllowedMethods: refine Metrics/BlockLength: - Max: 147 + Max: 151 # Offense count: 1 # Configuration parameters: CountComments, CountAsOne. Metrics/ClassLength: - Max: 153 + Max: 157 # Offense count: 6 # Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns. @@ -90,7 +90,7 @@ Naming/VariableNumber: - 'spec/lib/droplet_kit/resources/firewall_resource_spec.rb' - 'spec/lib/droplet_kit/resources/load_balancer_resource_spec.rb' -# Offense count: 45 +# Offense count: 46 # Configuration parameters: Prefixes, AllowedPatterns. # Prefixes: when, with, without RSpec/ContextWording: @@ -110,7 +110,7 @@ RSpec/ContextWording: - 'spec/lib/droplet_kit/resources/vpc_resource_spec.rb' - 'spec/support/resource_context.rb' -# Offense count: 126 +# Offense count: 127 # Configuration parameters: CountAsOne. RSpec/ExampleLength: Max: 43 @@ -173,7 +173,7 @@ Style/SymbolProc: - 'lib/droplet_kit/resources/kubernetes_cluster_resource.rb' - 'lib/tasks/resource_doc.rake' -# Offense count: 104 +# Offense count: 105 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns. # URISchemes: http, https