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 'internal/gitaly/hook/check.go')
-rw-r--r--internal/gitaly/hook/check.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/gitaly/hook/check.go b/internal/gitaly/hook/check.go
index cb71aecc6..4fb5873d4 100644
--- a/internal/gitaly/hook/check.go
+++ b/internal/gitaly/hook/check.go
@@ -6,7 +6,6 @@ import (
"gitlab.com/gitlab-org/gitaly/v15/internal/gitlab"
)
-//nolint:stylecheck // This is unintentionally missing documentation.
func (m *GitLabHookManager) Check(ctx context.Context) (*gitlab.CheckInfo, error) {
return m.gitlabClient.Check(ctx)
}