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-06-09 19:24:53 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-06-14 08:52:34 +0300
commitaf0834bff09d9935b2890312aa29c510193fb132 (patch)
treeb6a4d9fbb12f19eb20d2a59a90362ecb8e8f01bc /.golangci.yml
parenta99ef5222963d99bf88724feb607f9762633e058 (diff)
stats: Rename file to more closely match its contents
The "analyzehttp.go" file's most prominent member is the `Clone` structure. Let's rename the file to "clone.go" to better match its contents. This requires us to fix one last missing comment on the `Clone` structure.
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 a40cde050..68d9c5603 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -245,10 +245,6 @@ issues:
text: "exported function `WithPackfileNegotiationMetrics` should have comment or be unexported"
- linters:
- golint
- path: "internal/git/stats/analyzehttp.go"
- text: "exported type `Clone` should have comment or be unexported"
- - linters:
- - golint
path: "internal/git/stats/packfile_negotiation.go"
text: "exported type `PackfileNegotiation` should have comment or be unexported"
- linters: