From f0abed34c5252e3e08f20f394756fd3f13256620 Mon Sep 17 00:00:00 2001 From: William Montgomery Date: Wed, 7 Feb 2024 13:01:08 -0500 Subject: [PATCH] Remove Rubocop exclusion for test/remote_server_control_commands_test.rb --- .rubocop_todo.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 7797e6ca4..2a3d18715 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -11,14 +11,6 @@ Lint/HashCompareByIdentity: Exclude: - 'lib/redis.rb' -# Offense count: 2 -# Configuration parameters: EnforcedStyle, CheckMethodNames, CheckSymbols, AllowedIdentifiers. -# SupportedStyles: snake_case, normalcase, non_integer -# AllowedIdentifiers: capture3, iso8601, rfc1123_date, rfc822, rfc2822, rfc3339 -Naming/VariableNumber: - Exclude: - - 'test/remote_server_control_commands_test.rb' - # Offense count: 6 # Configuration parameters: AllowedMethods. # AllowedMethods: respond_to_missing?