Skip to content

feat(deps): add ada - whatwg-compliant and fast url parser #1230

feat(deps): add ada - whatwg-compliant and fast url parser

feat(deps): add ada - whatwg-compliant and fast url parser #1230

Triggered via pull request May 30, 2024 19:17
Status Failure
Total duration 14s
Artifacts

buildifier.yml

on: pull_request
Auto-format and Check
6s
Auto-format and Check
Fit to window
Zoom out
Zoom in

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.