Add FUSE Passthrough Support in Stargz-Snapshotter #1867 #3767
Annotations
7 errors
golangci-lint:
fs/reader/reader.go#L574
var-naming: var combinedIp should be combinedIP (revive)
|
golangci-lint:
fs/reader/reader.go#L532
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)
|
golangci-lint:
fs/reader/reader.go#L499
var-declaration: should drop = 0 from declaration of var offset; it is the zero value (revive)
|
golangci-lint:
fs/reader/reader.go#L501
var-declaration: should drop = 0 from declaration of var totalSize; it is the zero value (revive)
|
golangci-lint:
fs/reader/reader.go#L541
var-declaration: should drop = 0 from declaration of var offset; it is the zero value (revive)
|
golangci-lint:
fs/reader/reader.go#L543
var-declaration: should drop = 0 from declaration of var totalSize; it is the zero value (revive)
|
golangci-lint
issues found
|
Loading