feat(deps): add ada - whatwg-compliant and fast url parser #1230
buildifier.yml
on: pull_request
Auto-format and Check
6s
Annotations
3 errors
Auto-format and Check:
build/openresty/ada/BUILD.bazel#L1
Please run buildifier.
diff --git a/build/openresty/ada/BUILD.bazel b/build/openresty/ada/BUILD.bazel
index 7be0b40..9a15796 100644
--- a/build/openresty/ada/BUILD.bazel
+++ b/build/openresty/ada/BUILD.bazel
@@ -13,6 +13,6 @@ cc_library(
cc_shared_library(
name = "ada",
- deps = [":ada-lib"],
visibility = ["//visibility:public"],
+ deps = [":ada-lib"],
)
|
Auto-format and Check:
build/openresty/ada/ada_repositories.bzl#L1
Please run buildifier.
diff --git a/build/openresty/ada/ada_repositories.bzl b/build/openresty/ada/ada_repositories.bzl
index 3ea2c9c..a2d356d 100644
--- a/build/openresty/ada/ada_repositories.bzl
+++ b/build/openresty/ada/ada_repositories.bzl
@@ -15,6 +15,6 @@ def ada_repositories():
sha256 = KONG_VAR["ADA_SHA256"],
url = "https://github.com/ada-url/ada/releases/download/v" + version + "/singleheader.zip",
type = "zip",
- visibility = ["//visibility:public"], # let this to be referenced by openresty build
+ visibility = ["//visibility:public"], # let this to be referenced by openresty build
build_file = "//build/openresty/ada:BUILD.bazel",
)
|
Auto-format and Check
Process completed with exit code 1.
|