feat: completely remove dependencies #5
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors
lint:
pkg/validator/client.go#L69
Function 'Validate' has too many statements (47 > 40) (funlen)
|
lint:
internal/config/config.go#L14
File is not `gci`-ed with --skip-generated -s standard -s default (gci)
|
lint:
internal/config/config.go#L17
File is not `gci`-ed with --skip-generated -s standard -s default (gci)
|
lint:
internal/authenticator/manual_authenticator_test.go#L11
File is not `gci`-ed with --skip-generated -s standard -s default (gci)
|
lint:
pkg/validator/client.go#L118
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
lint:
pkg/validator/client.go#L71
err113: do not define dynamic errors, use wrapped static errors instead: "errors.New(\"x-service-name can not be empty\")" (goerr113)
|
lint:
pkg/validator/client.go#L76
err113: do not define dynamic errors, use wrapped static errors instead: "errors.New(\"invalid jwt\")" (goerr113)
|
lint:
pkg/validator/client.go#L107
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"invalid token: %s\", response.Status)" (goerr113)
|
lint:
pkg/validator/client.go#L112
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"invalid X-User-Data header\")" (goerr113)
|
lint:
pkg/validator/client.go#L86
error returned from external package is unwrapped: sig: func net/http.NewRequestWithContext(ctx context.Context, method string, url string, body io.Reader) (*net/http.Request, error) (wrapcheck)
|