Skip to content

Commit dea9cc7

Browse files
author
Sylvester Chin
committed
fixup! add Metrics/ParameterLists disable
1 parent e14c111 commit dea9cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/redis_client/cluster_config.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class ClusterConfig
2828
attr_reader :command_builder, :client_config, :replica_affinity, :slow_command_timeout,
2929
:connect_with_original_config, :startup_nodes, :max_startup_sample
3030

31-
def initialize(
31+
def initialize( # rubocop:disable Metrics/ParameterLists
3232
nodes: DEFAULT_NODES,
3333
replica: false,
3434
replica_affinity: :random,

0 commit comments

Comments
 (0)