Skip to content

[Framework] Add ingress cache #134

[Framework] Add ingress cache

[Framework] Add ingress cache #134

Triggered via pull request June 15, 2025 14:36
Status Failure
Total duration 2m 12s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
Lint
Process completed with exit code 2.
Lint: pkg/ingressCache/safeTrie_test.go#L294
commentFormatting: put a space between `//` and comment text (gocritic)
Lint: pkg/ingressCache/safeTrie_test.go#L24
File is not properly formatted (gci)
Lint: pkg/ingressCache/safeTrie.go#L5
File is not properly formatted (gci)
Lint: pkg/ingressCache/safeTrie.go#L83
errorf: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (revive)
Lint: pkg/ingressCache/safeTrie.go#L74
errorf: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (revive)
Lint: pkg/ingressCache/safeTrie.go#L47
errorf: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (revive)
Lint: pkg/ingressCache/safeTrie_test.go#L61
var-naming: var testApiPath should be testAPIPath (revive)