Skip to content

refactor(binding): use internal tagexpr #2728

refactor(binding): use internal tagexpr

refactor(binding): use internal tagexpr #2728

Triggered via pull request November 20, 2024 10:00
Status Failure
Total duration 1m 4s
Artifacts

pr-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
compliant
Process completed with exit code 2.
lint: internal/tagexpr/tagexpr.go#L1121
var `float64Type` is unused (unused)
lint: internal/tagexpr/validator/validator_test.go#L41
field `f` is unused (unused)
lint: internal/tagexpr/tagexpr_test.go#L726
S1023: redundant `return` statement (gosimple)
lint: internal/tagexpr/tagexpr_test.go#L449
structtag: struct field tag `tagexpr:$=="1"||$=="2"||$="3"` not compatible with reflect.StructTag.Get: bad syntax for struct tag value (govet)
lint: internal/tagexpr/tagexpr_test.go#L450
structtag: struct field tag `tagexpr:len($)>=10&&$[0]<10` not compatible with reflect.StructTag.Get: bad syntax for struct tag value (govet)
lint
issues found
compliant
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/