Potential fix for code scanning alert no. 3: Incorrect conversion between integer types #14
+6
−6
Annotations
3 errors
|
Run linter
issues found
|
|
Run linter:
internal/infra/redis/cluster.go#L190
invalid operation: clusterSize == expectedShards (mismatched types int32 and int) (typecheck)
|
|
Run linter:
internal/infra/redis/cluster.go#L190
invalid operation: knownNodes >= expectedNodes (mismatched types int32 and int)
|
Loading