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>2021-05-07 14:18:28 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-05-07 14:21:10 +0300
commit364b68ee434fd2028dd9a5e9553e2fbd8384f5c8 (patch)
treecb920e4f876ed426849d5d86f16df3f217cbd176 /.golangci.yml
parentf374cb291e9e811d4ec52cbcf9ae89390943f200 (diff)
metadata: Add missing comment `Address()` function
Add a missing comment for `PraefectServer`'s `Address()` receiver and drop the corresponding golangci-lint rule.
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.golangci.yml b/.golangci.yml
index e3af17d38..299976cbf 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -529,10 +529,6 @@ issues:
text: "exported method `StaticHealthChecker.HealthyNodes` should have comment or be unexported"
- linters:
- golint
- path: "internal/praefect/metadata/server.go"
- text: "exported method `PraefectServer.Address` should have comment or be unexported"
- - linters:
- - golint
path: "internal/praefect/metrics/prometheus.go"
text: "exported var `MethodTypeCounter` should have comment or be unexported"
- linters: