Bump golangci/golangci-lint-action from 9.2.0 to 9.2.1 #97
Annotations
10 errors
|
golangci-lint
issues found
|
|
golangci-lint:
bigqueue_test.go#L219
Consider preallocating lengths with capacity numMessages (prealloc)
|
|
golangci-lint:
bigqueue_test.go#L178
Consider preallocating msg2 with capacity len(m) * (cDefaultArenaSize - 4) (prealloc)
|
|
golangci-lint:
bigqueue_test.go#L169
Consider preallocating msg1 with capacity len(m) * (cDefaultArenaSize - 12) (prealloc)
|
|
golangci-lint:
bigqueue_test.go#L135
Consider preallocating msg with capacity len(m) * (cDefaultArenaSize - 8) (prealloc)
|
|
golangci-lint:
benchmarks_test.go#L45
string `128MB` has 3 occurrences, make it a constant (goconst)
|
|
golangci-lint:
benchmarks_test.go#L41
string `4MB` has 6 occurrences, make it a constant (goconst)
|
|
golangci-lint:
benchmarks_test.go#L37
string `128KB` has 6 occurrences, make it a constant (goconst)
|
|
golangci-lint:
benchmarks_test.go#L35
string `NoLimit` has 4 occurrences, make it a constant (goconst)
|
|
golangci-lint:
benchmarks_test.go#L33
string `128B` has 3 occurrences, make it a constant (goconst)
|
background
wait
wait-all
cancel
Loading