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-04-20 10:05:01 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-04-22 08:49:45 +0300
commit6aa5252109f817d80bc0b049820031aa95a07f3c (patch)
treebc9e9168524080c9e03fe41118a902b36cee7e95 /.golangci.yml
parentd0d2f4a763c2be059e4e2353f2e5affaff83305d (diff)
remoterepo: Rename `remoterepo.Repository`
While `remoterepo.Repository` is the remote equivalent to `localrepo.Repo`, both types have diverging naming. Rename the former to `remoterepo.Repo` to align them.
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 8fe3973f6..5273f55d7 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -259,10 +259,6 @@ issues:
text: "exported function `WithPackfileNegotiationMetrics` should have comment or be unexported"
- linters:
- golint
- path: "internal/git/remoterepo/repository.go"
- text: "exported method `Repository.HasBranches` should have comment or be unexported"
- - linters:
- - golint
path: "internal/git/stats/analyzehttp.go"
text: "exported type `Post` should have comment or be unexported"
- linters: