Tools 2749 generate config #103
Annotations
10 errors and 4 warnings
lint:
test/containers.go#L116
Error return value of `io.Copy` is not checked (errcheck)
|
lint:
test/containers.go#L126
Error return value is not checked (errcheck)
|
lint:
test/containers.go#L144
Error return value is not checked (errcheck)
|
lint:
test/containers.go#L186
Error return value of `os.MkdirAll` is not checked (errcheck)
|
lint:
test/containers.go#L196
Error return value of `tmpl.Execute` is not checked (errcheck)
|
lint:
test/containers.go#L371
Error return value of `cli.ContainerRestart` is not checked (errcheck)
|
lint:
test/containers.go#L308
string `admin` has 6 occurrences, make it a constant (goconst)
|
lint:
test/containers.go#L356
octalLiteral: use new octal literal style, 0o644 (gocritic)
|
lint:
test/containers.go#L162
paramTypeCombine: func(portBase int, accessAddress string, peerConnection string) (string, error) could be replaced with func(portBase int, accessAddress, peerConnection string) (string, error) (gocritic)
|
lint:
test/containers.go#L219
paramTypeCombine: func(index int, name string, ip string, portBase int, peerConnection string) (*AerospikeContainer, error) could be replaced with func(index int, name, ip string, portBase int, peerConnection string) (*AerospikeContainer, error) (gocritic)
|
lint:
test/containers.go#L21
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
|
lint:
test/containers.go#L22
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
|
lint:
test/containers.go#L24
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
|
lint:
test/containers.go#L93
var-naming: don't use underscores in Go names; type Containers_ should be Containers (revive)
|