Revision c44d1cbd58cda2f1cbc9cf286df1014b32a71a85 authored by iRealNirmal on 14 October 2021, 04:06:32 UTC, committed by Jessica Janiuk on 26 October 2021, 20:24:40 UTC
Modified minlength and maxlength validator to inherit abstractValidator

For every validator type different PR will be raised as discussed in #42378.

Closes #42267

PR Close #43835
1 parent 97b6f68
Raw File
BUILD.bazel
package(default_visibility = ["//visibility:public"])

exports_files([
    "size-tracking/integration-payloads.json",
])

filegroup(
    name = "public-api",
    srcs = glob([
        "public-api/**/*.md",
    ]),
)
back to top