Skip to content

Conversation

@michalmalka
Copy link
Collaborator

Fix existing linter errors

Signed-off-by: MICHAL MALKA <Michal.Malka@ibm.com>
// wait for clusters
for i := 0; i < clusterCount; i++ {
if err := s.clusters[i].Wait(); err != nil {
for clusterNum := 0; clusterNum < clusterCount; clusterNum++ {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I would have used a shorter variable name, such as cluster or cnum, but fine as is

Signed-off-by: MICHAL MALKA <Michal.Malka@ibm.com>
Signed-off-by: MICHAL MALKA <Michal.Malka@ibm.com>
Signed-off-by: MICHAL MALKA <Michal.Malka@ibm.com>
@michalmalka michalmalka merged commit 1078849 into clusterlink-net:main Aug 1, 2024
@michalmalka michalmalka deleted the linter_noctx branch August 1, 2024 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants