ARCO-202: Adding unit test for callerback sender #408
static-analysis.yaml
on: pull_request
Static analysis
5m 13s
Static check
1m 20s
Golangci-lint
1m 22s
Annotations
10 errors and 1 warning
Static check:
internal/callbacker/sender_test.go#L164
var once is unused (U1000)
|
Static check:
internal/callbacker/sender_test.go#L165
var testSender is unused (U1000)
|
Static check:
internal/callbacker/sender_test.go#L168
func getTestSender is unused (U1000)
|
Static check
Process completed with exit code 1.
|
Golangci-lint:
internal/callbacker/sender_test.go#L35
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
|
Golangci-lint:
internal/callbacker/sender_test.go#L145
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
|
Golangci-lint:
internal/callbacker/sender_test.go#L164
var `once` is unused (unused)
|
Golangci-lint:
internal/callbacker/sender_test.go#L165
var `testSender` is unused (unused)
|
Golangci-lint:
internal/callbacker/sender_test.go#L168
func `getTestSender` is unused (unused)
|
Golangci-lint
issues found
|
Static check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|