From 0e4973e15c2a13455953bd72c9521cd9db88de64 Mon Sep 17 00:00:00 2001 From: Wim Date: Sun, 22 Mar 2020 14:35:48 +0100 Subject: Exclude gateway/bridgemap from linting (#1055) --- .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 -- cgit v1.2.3