Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '_support/module-updater/main.go')
-rw-r--r--_support/module-updater/main.go2
1 files changed, 1 insertions, 1 deletions
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,
}