From e35a0fa535e16b0c21be9f301ece52c1e60d45f9 Mon Sep 17 00:00:00 2001 From: Matijs van Zuijlen Date: Mon, 1 Apr 2024 22:09:12 +0200 Subject: [PATCH] Regenerate RuboCop to-do file --- .rubocop_todo.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 8e89e105d..203e79586 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -17,7 +17,7 @@ Metrics/BlockLength: # Configuration parameters: CountComments, CountAsOne. Metrics/ClassLength: - Max: 145 + Max: 146 # Configuration parameters: AllowedMethods, AllowedPatterns. Metrics/CyclomaticComplexity: @@ -101,8 +101,6 @@ RSpec/InstanceVariable: - 'spec/aruba/api/filesystem_spec.rb' - 'spec/aruba/api_spec.rb' - 'spec/aruba/event_bus_spec.rb' - - 'spec/aruba/matchers/command/have_output_size_spec.rb' - - 'spec/aruba/matchers/command_spec.rb' - 'spec/aruba/matchers/directory_spec.rb' - 'spec/aruba/matchers/file_spec.rb' - 'spec/aruba/matchers/path_spec.rb'