Skip to content

Commit

Permalink
Removed linter comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Nov 16, 2022
1 parent 9b99799 commit 24da38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pool.go
Expand Up @@ -82,7 +82,7 @@ func Connect(ctx context.Context, redisURL string,

// Create the pool
redisPool := redis.Pool{
Dial: buildDialer(redisURL, options...), //nolint:contextcheck // Cannot fix this lint issue
Dial: buildDialer(redisURL, options...),
IdleTimeout: idleTimeout,
MaxActive: maxActiveConnections,
MaxConnLifetime: maxConnLifetime,
Expand Down

0 comments on commit 24da38f

Please sign in to comment.