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:
authorJacob Vosmaer <jacob@gitlab.com>2020-08-11 14:48:39 +0300
committerVladimir Shushlin <vshushlin@gitlab.com>2020-08-11 14:48:39 +0300
commit334bda2bd7405e10705debc577b7b737e9ce8f4d (patch)
tree45327f84ab9848f19564f0180a1f8fbe3f97a161 /.golangci.yml
parent04e50760b07febf8174143ae7c110702e26a07b9 (diff)
Vendor Go 1.14 filepath.EvalSymlinks code
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 5c60dcfb..2b97de09 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -7,6 +7,7 @@ run:
skip-dirs:
- vendor
- internal/httputil # from github.com/golang/gddo
+ - internal/serving/disk/symlink
skip-files:
- mock_*.go