mirror of
https://github.com/kopia/kopia.git
synced 2026-04-04 14:23:21 -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:
@@ -14,5 +14,6 @@ func (c *commandCacheSync) setup(svc appServices, parent commandParent) {
|
||||
}
|
||||
|
||||
func (c *commandCacheSync) run(ctx context.Context, rep repo.DirectRepositoryWriter) error {
|
||||
// nolint:wrapcheck
|
||||
return rep.ContentManager().SyncMetadataCache(ctx)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user