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-15 20:50:45 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-04-19 09:46:39 +0300
commit79434be154ecc4f8056b2f0f627b557c8ccbb277 (patch)
tree47bc08a8185c6143954f39aade8422cb70968f88 /.golangci.yml
parent08a45f1512cd58ad8ed2e2a5b2b4d8f0f604ad89 (diff)
gitaly-lfs-smudge: Verify `initLogging()` succeeds
The gitaly-lfs-smudge tests do not verify that `initLogging()` succeeds. Fix the issue and remove the corresponding linter ignore 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 6c3c8c74d..4069b0d41 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -887,10 +887,6 @@ issues:
- errcheck
path: "internal/praefect/nodes/local_elector_test.go"
text: "Error return value of `strategy.checkNodes` is not checked"
- - linters:
- - errcheck
- path: "cmd/gitaly-lfs-smudge/lfs_smudge_test.go"
- text: "Error return value of `initLogging` is not checked"
## END errcheck exclusions
##
# govet checks all struct initializations must be keyed by field names