Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime Martinez <jmartinez@gitlab.com>2020-05-21 04:06:39 +0300
committerJaime Martinez <jmartinez@gitlab.com>2020-05-28 04:10:16 +0300
commitab4652942d3f5326f6166be300b7988c9c3df101 (patch)
treed3fffc6883a3d9687188dcb8c842827a9dc4431a /.golangci.yml
parentf6dfa5d0043aeaa616c16f8babb64c0d0e8f72dd (diff)
Use readonly for modules in linter
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 9545dd52..374475bc 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -2,7 +2,7 @@ run:
concurrency: 8
deadline: 1m
issues-exit-code: 1
- modules-download-mode: vendor
+ modules-download-mode: readonly
tests: true
skip-dirs:
- vendor