Load test runner implementation #1332
Annotations
10 errors
Lint:
loadtest/runner/base_load_test_runner.go#L89
Error return value of `bar.Add` is not checked (errcheck)
|
Lint:
loadtest/runner/base_load_test_runner.go#L154
Error return value of `bar.Add` is not checked (errcheck)
|
Lint:
loadtest/runner/base_load_test_runner.go#L223
Error return value of `bar.Add` is not checked (errcheck)
|
Lint:
consensus/polybft/stale_sequence_check.go#L79
if statements should only be cuddled with assignments (wsl)
|
Lint:
consensus/polybft/stale_sequence_check.go#L82
if statements should only be cuddled with assignments (wsl)
|
Lint:
loadtest/runner/base_load_test_runner.go#L209
assignments should only be cuddled with other assignments (wsl)
|
Lint:
loadtest/runner/base_load_test_runner.go#L270
ranges should only be cuddled with assignments used in the iteration (wsl)
|
Lint:
loadtest/runner/base_load_test_runner.go#L500
ranges should only be cuddled with assignments used in the iteration (wsl)
|
Lint:
loadtest/runner/base_load_test_runner.go#L80
only one cuddle assignment allowed before defer statement (wsl)
|
Lint:
loadtest/runner/base_load_test_runner.go#L107
only one cuddle assignment allowed before defer statement (wsl)
|
Loading