There was an error while loading. Please reload this page.
1 parent e7b94d8 commit d80361fCopy full SHA for d80361f
1 file changed
blox/blox.go
@@ -314,6 +314,7 @@ func (p *Blox) ListModifiedStoredBlocks(lastChecked time.Time) ([]string, error)
314
blocksDir := "/uniondrive/ipfs_datastore/blocks"
315
var modifiedDirs []string
316
var modifiedFiles []string
317
+ //lint:ignore S1021 err may be reused for different blocks of logic
318
var err error
319
320
// Find directories modified after lastChecked
0 commit comments