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>2022-03-15 12:41:30 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-03-24 16:52:49 +0300
commit3d27abc33791e4df085fb2fa75b246944671936a (patch)
tree6bca18c8c87ed918d29cb4e337e076271fda2da5
parente1f76b8dc923150a3f9f845fc93efd4e2d828b36 (diff)
linting: Remove unused linting exemption
Remove an unused golangci-lint linting exemption.
-rw-r--r--.golangci.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 3030c72d7..4ef4e7da7 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -77,10 +77,6 @@ issues:
- linters:
- errcheck
text: "Error return value of `[^`]+.(Close|Serve)` is not checked"
- - linters:
- - errcheck
- path: "internal/middleware/limithandler/limithandler.go"
- text: "Error return value of `limiter.Limit` is not checked"
# Maximum issues count per one linter. Set to 0 to disable. Default is 50.
max-issues-per-linter: 0
# Maximum count of issues with the same text. Set to 0 to disable. Default is 3.