Blockwise: Use hash instead of token for cache #811
Annotations
1 error and 5 warnings
golangci-lint
issues found
|
golangci-lint:
net/blockwise/blockwise.go#L389
var-naming: don't use underscores in Go names; method parameter rx_hash should be rxHash (revive)
|
golangci-lint:
net/blockwise/blockwise.go#L540
var-naming: don't use underscores in Go names; method parameter rx_hash should be rxHash (revive)
|
golangci-lint:
net/blockwise/blockwise.go#L757
var-naming: don't use underscores in Go names; var options_str should be optionsStr (revive)
|
golangci-lint:
net/blockwise/blockwise.go#L762
var-naming: don't use underscores in Go names; var options_str should be optionsStr (revive)
|
golangci-lint:
net/blockwise/blockwise.go#L686
unused-parameter: parameter 'tokenStr' seems to be unused, consider removing or renaming it as _ (revive)
|
Loading