From 312e314c7e45b62f5a331766f1c97d012938fe20 Mon Sep 17 00:00:00 2001 From: suin Date: Sat, 22 Jun 2024 01:50:17 +0900 Subject: [PATCH] Add buildifier plugin (#525) --- registry/data/third-party.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/registry/data/third-party.json b/registry/data/third-party.json index 06b3ea7aa..e0498aa89 100644 --- a/registry/data/third-party.json +++ b/registry/data/third-party.json @@ -109,6 +109,19 @@ "buf" ] }, + { + "id": "buildifier", + "locator": "https://raw.githubusercontent.com/appthrust/proto-toml-plugins/main/buildifier/plugin.toml", + "format": "toml", + "name": "buildifier", + "description": "A bazel BUILD file formatter and editor", + "author": "appthrust", + "homepageUrl": "https://github.com/bazelbuild/buildtools", + "repositoryUrl": "https://github.com/appthrust/proto-toml-plugins/tree/main/buildifier", + "bins": [ + "buildifier" + ] + }, { "id": "caddy", "locator": "https://raw.githubusercontent.com/Phault/proto-toml-plugins/main/caddy/plugin.toml",