From ba661eea55984bd4ab0c00f15c2dfa07efb07cb7 Mon Sep 17 00:00:00 2001 From: Patrick Steinhardt Date: Mon, 2 May 2022 09:39:20 +0200 Subject: tools: Move Protoc plugins into top-level `tools/` directory The Protoc plugins we use are hidden away deep into the `proto/` directory, which makes it very hard to discover them when one doesn't already know about their existence. Let's move them into a new top-level `tools/` directory. --- _support/module-updater/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_support') diff --git a/_support/module-updater/main.go b/_support/module-updater/main.go index e604c7b64..896d21ab7 100644 --- a/_support/module-updater/main.go +++ b/_support/module-updater/main.go @@ -26,9 +26,9 @@ var skipDirs = map[string]bool{ "danger": true, "doc": true, "proto/go/gitalypb": true, - "proto/go/internal/cmd/protoc-gen-gitaly-lint/testdata": true, "ruby": true, "scripts": true, + "tools/protoc-gen-gitaly-lint/testdata": true, "unreleased": true, } -- cgit v1.2.3