Skip to content

Commit f0abed3

Browse files
Remove Rubocop exclusion for test/remote_server_control_commands_test.rb
1 parent d53b68c commit f0abed3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.rubocop_todo.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@ Lint/HashCompareByIdentity:
1111
Exclude:
1212
- 'lib/redis.rb'
1313

14-
# Offense count: 2
15-
# Configuration parameters: EnforcedStyle, CheckMethodNames, CheckSymbols, AllowedIdentifiers.
16-
# SupportedStyles: snake_case, normalcase, non_integer
17-
# AllowedIdentifiers: capture3, iso8601, rfc1123_date, rfc822, rfc2822, rfc3339
18-
Naming/VariableNumber:
19-
Exclude:
20-
- 'test/remote_server_control_commands_test.rb'
21-
2214
# Offense count: 6
2315
# Configuration parameters: AllowedMethods.
2416
# AllowedMethods: respond_to_missing?

0 commit comments

Comments
 (0)