Skip to content

refactor: replace golang-jwt dependency with muonsoft/api-testing/jwt #94

refactor: replace golang-jwt dependency with muonsoft/api-testing/jwt

refactor: replace golang-jwt dependency with muonsoft/api-testing/jwt #94

Triggered via pull request February 12, 2026 19:56
Status Failure
Total duration 39s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
test
issues found
test: jwt/token.go#L14
File is not properly formatted (gci)
test: assertions/jwt.go#L10
File is not properly formatted (gci)
test: apitest/response_test.go#L8
File is not properly formatted (gci)
test: jwt/parse.go#L34
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
test: jwt/parse.go#L28
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
test: jwt/parse.go#L25
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
test: jwt/parse.go#L14
calculated cyclomatic complexity for function Parse is 11, max is 10 (cyclop)