Skip to content

Commit

Permalink
fixup! add Metrics/ParameterLists disable
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvester Chin committed Aug 15, 2024
1 parent e14c111 commit dea9cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/redis_client/cluster_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class ClusterConfig
attr_reader :command_builder, :client_config, :replica_affinity, :slow_command_timeout,
:connect_with_original_config, :startup_nodes, :max_startup_sample

def initialize(
def initialize( # rubocop:disable Metrics/ParameterLists
nodes: DEFAULT_NODES,
replica: false,
replica_affinity: :random,
Expand Down

0 comments on commit dea9cc7

Please sign in to comment.