Skip to content

test(management): improve coverage #118

test(management): improve coverage

test(management): improve coverage #118

Triggered via push May 31, 2024 10:03
Status Success
Total duration 31s
Artifacts

linters.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 2 warnings
Lint: verification/challengeresponse.go#L188
hugeParam: cfg is heavy (123 bytes); consider passing it by pointer (gocritic)
Lint: verification/challengeresponse.go#L208
hugeParam: cfg is heavy (123 bytes); consider passing it by pointer (gocritic)
Lint: verification/challengeresponse.go#L224
hugeParam: cfg is heavy (123 bytes); consider passing it by pointer (gocritic)
Lint: verification/challengeresponse.go#L247
hugeParam: cfg is heavy (123 bytes); consider passing it by pointer (gocritic)
Lint: verification/challengeresponse.go#L276
hugeParam: cfg is heavy (123 bytes); consider passing it by pointer (gocritic)
Lint: verification/challengeresponse.go#L306
hugeParam: cfg is heavy (123 bytes); consider passing it by pointer (gocritic)
Lint: verification/challengeresponse.go#L335
hugeParam: cfg is heavy (123 bytes); consider passing it by pointer (gocritic)
Lint: verification/challengeresponse.go#L380
hugeParam: cfg is heavy (123 bytes); consider passing it by pointer (gocritic)
Lint: verification/challengeresponse_test.go#L886
deferInLoop: Possible resource leak, 'defer' is called in the 'for' loop (gocritic)
Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/