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:
authorSami Hiltunen <shiltunen@gitlab.com>2020-12-17 20:16:56 +0300
committerSami Hiltunen <shiltunen@gitlab.com>2020-12-17 20:16:56 +0300
commit0b5a8ea8ebdf077642de1d09ffdbe98d4eed14d9 (patch)
tree6df75112bea5353344d426297a7eeb2baea3be43 /.golangci.yml
parentf68256c48dafb65944de4fef30fe634fe76152ed (diff)
disable gochecknoglobals linter
gochecknoglobals linter errors out on our feature flag definitions. This commit disables the linter until a solution is put to place or the feature flags are annotated as nolint.
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.golangci.yml b/.golangci.yml
index e7fcf402f..df943324e 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -12,7 +12,6 @@ linters:
- errcheck
- errorlint
- gci
- - gochecknoglobals
- goimports
- golint
- gosimple