From f7d4900e6206015969cfcf4df798716c00b3cec2 Mon Sep 17 00:00:00 2001 From: merlin Date: Tue, 27 Jun 2023 21:51:15 +0300 Subject: [PATCH] fix linter config --- .golangci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.golangci.yaml b/.golangci.yaml index 1d29f06..2cc866c 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -4,7 +4,8 @@ run: issues-exit-code: 1 # exit code when issue was found build-tags: [] # list of build tags tests: true # include tests - skip-dirs: [] # dirs to skip + skip-dirs: # dirs to skip + - vend skip-dirs-use-default: true # skip vendor, third_party, test_data modules-download-mode: readonly # readonly|release|vendor