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:
@@ -57,7 +57,7 @@ func Walk(err error, f WalkFunc) {
|
||||
}
|
||||
}
|
||||
}
|
||||
if reflect.DeepEqual(err, prev) {
|
||||
if reflect.DeepEqual(err, prev) { //nolint:govet // deepequalerrors
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user