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:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2022-05-02 10:35:03 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-05-06 11:44:31 +0300
commit1466804c6e8e1cd5e237349998e0fca370ca3855 (patch)
tree4bbba392082d63c15b6893a281c13fcfe1cfde81 /_support
parent1e9c88548cd9821353fad98fca37f1cbc8b73ba0 (diff)
protoc-gen-gitaly-lint: Absorb internal `linter` package
There is no real reason why the `protoc-gen-gitaly-lint` package requires another internal package to provide the actual logic. Furthermore, we want to move this plugin into a top-level `tools` directory to make it easier to discover. Absorb the `linter` package to make it easier to move the code around.
Diffstat (limited to '_support')
-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 c58aad535..e604c7b64 100644
--- a/_support/module-updater/main.go
+++ b/_support/module-updater/main.go
@@ -26,7 +26,7 @@ var skipDirs = map[string]bool{
"danger": true,
"doc": true,
"proto/go/gitalypb": true,
- "proto/go/internal/linter/testdata": true,
+ "proto/go/internal/cmd/protoc-gen-gitaly-lint/testdata": true,
"ruby": true,
"scripts": true,
"unreleased": true,