Skip to content

Commit

Permalink
Remove Rubocop exclusion for test/remote_server_control_commands_test.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
wmontgomery-splunk committed Feb 7, 2024
1 parent d53b68c commit f0abed3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit f0abed3

Please sign in to comment.