wip #16
Annotations
15 errors
test (1.21.x):
examples/main.go#L34
type *validator.RuleConfig[string] of validator.Min(0) does not match inferred type *validator.RuleConfig[int] for *validator.RuleConfig[T]
|
test (1.21.x):
test/main.go#L44
cannot use 10 (untyped int constant) as string value in argument to NewValidator
|
test (1.21.x):
test-01/main.go#L16
undefined: StringRule
|
test (1.21.x):
test-01/main.go#L40
undefined: StringRule
|
test (1.21.x):
test-01/main.go#L53
v.value undefined (type *T is pointer to type parameter, not type parameter)
|
test (1.21.x):
test-01/main.go#L55
v.Errors undefined (type *T is pointer to type parameter, not type parameter)
|
test (1.21.x)
Process completed with exit code 2.
|
test (1.20.x)
The job was canceled because "_1_21_x" failed.
|
test (1.20.x):
examples/main.go#L34
type *validator.RuleConfig[string] of validator.Min(0) does not match inferred type *validator.RuleConfig[int] for *validator.RuleConfig[T]
|
test (1.20.x):
test/main.go#L44
cannot use 10 (untyped int constant) as string value in argument to NewValidator
|
test (1.20.x):
test-01/main.go#L16
undefined: StringRule
|
test (1.20.x):
test-01/main.go#L40
undefined: StringRule
|
test (1.20.x):
test-01/main.go#L53
v.value undefined (type *T is pointer to type parameter, not type parameter)
|
test (1.20.x):
test-01/main.go#L55
v.Errors undefined (type *T is pointer to type parameter, not type parameter)
|
test (1.20.x)
The operation was canceled.
|