System tests [1043/merge] - [] #10139
Annotations
10 errors and 2 warnings
golangci-lint:
tests/cli_tests/zboxcli_common_user_functions_test.go#L177
paramTypeCombine: func(t *test.SystemTest, allocationID, remotepath string, filename string, size int64) string could be replaced with func(t *test.SystemTest, allocationID, remotepath, filename string, size int64) string (gocritic)
|
golangci-lint:
tests/cli_tests/zboxcli_common_user_functions_test.go#L181
paramTypeCombine: func(t *test.SystemTest, walletName, allocationID, remotepath string, filename string, size int64) string could be replaced with func(t *test.SystemTest, walletName, allocationID, remotepath, filename string, size int64) string (gocritic)
|
golangci-lint:
tests/cli_tests/zboxcli_file_upload_test.go#L1037
paramTypeCombine: func(t *test.SystemTest, allocationID, remotepath string, filename string, size int64) string could be replaced with func(t *test.SystemTest, allocationID, remotepath, filename string, size int64) string (gocritic)
|
golangci-lint:
tests/cli_tests/zboxcli_file_upload_test.go#L1041
paramTypeCombine: func(t *test.SystemTest, wallet, allocationID, remotepath string, filename string, size int64) string could be replaced with func(t *test.SystemTest, wallet, allocationID, remotepath, filename string, size int64) string (gocritic)
|
golangci-lint:
tests/cli_tests/zboxcli_rollback_test.go#L443
commentFormatting: put a space between `//` and comment text (gocritic)
|
golangci-lint:
tests/cli_tests/zboxcli_rollback_test.go#L445
commentFormatting: put a space between `//` and comment text (gocritic)
|
golangci-lint:
tests/cli_tests/zboxcli_rollback_test.go#L447
commentFormatting: put a space between `//` and comment text (gocritic)
|
golangci-lint:
tests/cli_tests/zboxcli_rollback_test.go#L361
File is not `gofmt`-ed with `-s` (gofmt)
|
golangci-lint:
tests/cli_tests/zwalletcli_miner_update_config_test.go#L578
File is not `gofmt`-ed with `-s` (gofmt)
|
golangci-lint:
tests/cli_tests/zboxcli_rollback_test.go#L641
unnecessary trailing newline (whitespace)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Post Run actions/checkout@v3
The process '/usr/bin/git' failed with exit code 128
|
Loading