Automate scale test #4577
Annotations
10 errors and 4 warnings
Lint Code:
tests/suite/scale_test.go#L187
Error return value of `framework.GenerateCPUPNG` is not checked (errcheck)
|
Lint Code:
tests/suite/scale_test.go#L197
Error return value of `framework.GenerateMemoryPNG` is not checked (errcheck)
|
Lint Code:
tests/framework/metrics.go#L75
File is not `gofumpt`-ed (gofumpt)
|
Lint Code:
tests/framework/metrics.go#L55
line is 136 characters (lll)
|
Lint Code:
tests/framework/metrics.go#L95
line is 162 characters (lll)
|
Lint Code:
tests/suite/scale_test.go#L194
line is 123 characters (lll)
|
Lint Code:
tests/suite/scale_test.go#L233
line is 159 characters (lll)
|
Lint Code:
tests/framework/generate_manifests.go#L278
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
Lint Code:
tests/framework/metrics.go#L48
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
Lint Code:
tests/framework/metrics.go#L107
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
Lint Code:
tests/framework/resourcemanager.go#L247
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
Lint Code:
tests/framework/resourcemanager.go#L124
if-return: redundant if ...; err != nil check, just return error instead. (revive)
|
Lint Code:
tests/framework/metrics.go#L20
var-naming: const CpuMetricName should be CPUMetricName (revive)
|
Lint Code:
tests/framework/request.go#L71
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
Loading