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:
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 6eefcc7f3..54f068ed3 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -712,9 +712,6 @@ issues:
## END staticcheck exclusions
# govet checks all struct initializations must be keyed by field names
- linters:
- - govet
- text: "composite literal uses unkeyed fields"
- - linters:
- stylecheck
text: "at least one file in a package should have a package comment"
- path: "_test.go"