build: enable all govet checks (except fieldalignment and shadow) and fix issues.

This commit is contained in:
Oleksandr Redko
2025-10-22 18:37:58 +01:00
committed by GitHub
parent b272c50c4c
commit c8a834f0e8
8 changed files with 8 additions and 16 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ func Walk(err error, f WalkFunc) {
}
}
}
if reflect.DeepEqual(err, prev) {
if reflect.DeepEqual(err, prev) { //nolint:govet // deepequalerrors
break
}
}