Skip to content

Dev

Dev #7

Triggered via pull request October 11, 2023 06:53
@tanqiangyestanqiangyes
opened #5
dev
Status Failure
Total duration 42s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
build
Process completed with exit code 1.
build: validator.go#L1779
exported function IsE164 should have comment or be unexported
build: validator_test.go#L2534
struct field Url should be URL
lint: types.go#L80
S1007: should use raw string (`...`) with regexp.MustCompile to avoid having to escape twice (gosimple)
lint: types.go#L81
S1007: should use raw string (`...`) with regexp.MustCompile to avoid having to escape twice (gosimple)
lint: types.go#L84
S1007: should use raw string (`...`) with regexp.MustCompile to avoid having to escape twice (gosimple)
lint: utils.go#L102
SA1019: strings.Title has been deprecated since Go 1.18 and an alternative has been available since Go 1.0: The rule Title uses for word boundaries does not handle Unicode punctuation properly. Use golang.org/x/text/cases instead. (staticcheck)
lint
issues found