You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2019/06/27 16:34:29 UTC

[camel-k] 02/07: chore(lint): set modules-download-mode

This is an automated email from the ASF dual-hosted git repository.

nferraro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 0f6da46032b08e1ee189a675b72e456dfd3a842c
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Thu Jun 27 09:14:26 2019 +0200

    chore(lint): set modules-download-mode
---
 .golangci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.golangci.yml b/.golangci.yml
index a67fb8d..3be44c8 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -1,3 +1,5 @@
+run:
+  modules-download-mode: vendor
 linters-settings:
   lll:
     line-length: 170