From 7e60491a6563fcc3d001425957e2bc46b172c551 Mon Sep 17 00:00:00 2001 From: Wim Date: Sun, 22 Mar 2020 14:27:24 +0100 Subject: [PATCH] Exclude gateway/bridgemap from linting --- .golangci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yaml b/.golangci.yaml index 7287622a..ea8ba669 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -23,7 +23,7 @@ run: # default value is empty list, but next dirs are always skipped independently # from this option's value: # vendor$, third_party$, testdata$, examples$, Godeps$, builtin$ - skip-dirs: + skip-dirs: gateway/bridgemap$ # which files to skip: they will be analyzed, but issues from them # won't be reported. Default value is empty list, but there is