System tests [1094/merge] - [] #10711
Annotations
10 errors and 1 warning
tests/tokenomics_tests/utils/blobbers.go#L74
paramTypeCombine: func(t *test.SystemTest, configFileName string) (blobberAuthTickets string, blobberIds string) could be replaced with func(t *test.SystemTest, configFileName string) (blobberAuthTickets, blobberIds string) (gocritic)
|
tests/tokenomics_tests/utils/blobbers.go#L78
paramTypeCombine: func(t *test.SystemTest, walletName, configFileName string) (blobberAuthTicket string, blobberIds string) could be replaced with func(t *test.SystemTest, walletName, configFileName string) (blobberAuthTicket, blobberIds string) (gocritic)
|
tests/tokenomics_tests/utils/blobbers.go#L46
rangeValCopy: each iteration copies 128 bytes (consider pointers or indexing) (gocritic)
|
tests/tokenomics_tests/utils/blobbers.go#L94
rangeValCopy: each iteration copies 128 bytes (consider pointers or indexing) (gocritic)
|
tests/tokenomics_tests/utils/allocation.go#L8
File is not `goimports`-ed with -local github.com/golangci/golangci-lint (goimports)
|
tests/tokenomics_tests/utils/blobbers.go#L11
File is not `goimports`-ed with -local github.com/golangci/golangci-lint (goimports)
|
tests/tokenomics_tests/utils/general.go#L5
File is not `goimports`-ed with -local github.com/golangci/golangci-lint (goimports)
|
tests/tokenomics_tests/enterprise_blobber_create_allocation_test.go#L567
`honour` is a misspelling of `honor` (misspell)
|
tests/tokenomics_tests/enterprise_blobber_create_allocation_test.go#L584
`honour` is a misspelling of `honor` (misspell)
|
tests/tokenomics_tests/enterprise_blobber_create_allocation_test.go#L601
`honour` is a misspelling of `honor` (misspell)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading