Dev #7
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
|