Add YaEncoding, YaRSA, YaGzip, YaMiddleware
#119
Triggered via pull request
September 23, 2025 14:43
Status
Failure
Total duration
1m 57s
Artifacts
–
Annotations
8 errors
|
Lint Code
issues found
|
|
Lint Code:
yabase64/yabase64.go#L32
missing whitespace above this line (invalid statement above assign) (wsl_v5)
|
|
Lint Code:
yabase64/yabase64.go#L13
missing whitespace above this line (too many statements above if) (wsl_v5)
|
|
Lint Code:
yabase64/yabase64.go#L34
error returned from external package is unwrapped: sig: func (*encoding/json.Decoder).Decode(v any) error (wrapcheck)
|
|
Lint Code:
yabase64/yabase64.go#L28
error returned from external package is unwrapped: sig: func (*encoding/base64.Encoding).DecodeString(s string) ([]byte, error) (wrapcheck)
|
|
Lint Code:
yabase64/yabase64.go#L19
error returned from interface method should be wrapped: sig: func (io.Closer).Close() error (wrapcheck)
|
|
Lint Code:
yabase64/yabase64.go#L15
error returned from external package is unwrapped: sig: func (*encoding/json.Encoder).Encode(v any) error (wrapcheck)
|
|
Lint Code:
yalocales/utils.go#L60
File is not properly formatted (gofumpt)
|