1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-04 01:23:24 +00:00

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

This commit is contained in:
Oleksandr Redko
2025-10-22 20:37:58 +03:00
committed by GitHub
parent b272c50c4c
commit c8a834f0e8
8 changed files with 8 additions and 16 deletions

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
}
}