mirror of
https://github.com/kopia/kopia.git
synced 2026-04-04 22:33:20 -04:00
Upgraded linter to 1.40.1 (#1072)
* tools: upgraded linter to 1.40.1 * lint: fixed nolintlint vionlations * lint: disabled tagliatele linter * lint: fixed remaining warnings
This commit is contained in:
@@ -63,7 +63,7 @@ func (c *commandDiff) run(ctx context.Context, rep repo.Repository) error {
|
||||
}
|
||||
|
||||
if isDir1 {
|
||||
return d.Compare(ctx, ent1, ent2)
|
||||
return errors.Wrap(d.Compare(ctx, ent1, ent2), "error comparing directories")
|
||||
}
|
||||
|
||||
return errors.New("comparing files not implemented yet")
|
||||
|
||||
Reference in New Issue
Block a user