refactor: replace golang-jwt dependency with muonsoft/api-testing/jwt #21
Annotations
8 errors
|
Run golangci-lint
issues found
|
|
Run golangci-lint:
jwt/token.go#L14
File is not properly formatted (gci)
|
|
Run golangci-lint:
assertions/jwt.go#L10
File is not properly formatted (gci)
|
|
Run golangci-lint:
apitest/response_test.go#L8
File is not properly formatted (gci)
|
|
Run golangci-lint:
jwt/parse.go#L34
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
|
Run golangci-lint:
jwt/parse.go#L28
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
|
Run golangci-lint:
jwt/parse.go#L25
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
|
Run golangci-lint:
jwt/parse.go#L14
calculated cyclomatic complexity for function Parse is 11, max is 10 (cyclop)
|
Loading