mirror of
https://github.com/kopia/kopia.git
synced 2026-05-18 11:44:36 -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:
@@ -36,6 +36,7 @@ func (c *Comparer) Compare(ctx context.Context, e1, e2 fs.Entry) error {
|
||||
|
||||
// Close removes all temporary files used by the comparer.
|
||||
func (c *Comparer) Close() error {
|
||||
// nolint:wrapcheck
|
||||
return os.RemoveAll(c.tmpDir)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user