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-07-09 16:17:34 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-07-09 16:20:41 +0300
commitd54b911f5c75e067ad9607fd1496d1ec458e0a1f (patch)
tree54ae1d54f39fdf8c0f56df73c9579c9a5e5a7194 /.golangci.yml
parent7eab1be996aad5a0b06a8ffcaf449eb74a6d4e8f (diff)
featureflag: Document OutgoingCtxWithRubyFeatureFlags
The OutgoingCtxWithRubyFeatureFlags function is missing documentation. Add it and remove the corresponding linter exemption.
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 e269af5c5..70ed969e9 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -269,10 +269,6 @@ issues:
text: "exported method `ManualTicker.Tick` should have comment or be unexported"
- linters:
- golint
- path: "internal/metadata/featureflag/context.go"
- text: "exported function `OutgoingCtxWithRubyFeatureFlags` should have comment or be unexported"
- - linters:
- - golint
path: "internal/praefect/config/config.go"
text: "exported type `Failover` should have comment or be unexported"
- linters: