summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim <wim@42.be>2020-03-22 14:35:48 +0100
committerGitHub <noreply@github.com>2020-03-22 14:35:48 +0100
commit0e4973e15c2a13455953bd72c9521cd9db88de64 (patch)
tree92305366e93aca8174db0df7ab1e80054c27bb08
parentaf0acf0daece8c4857513f3fea84a332709e8c55 (diff)
downloadmatterbridge-msglm-0e4973e15c2a13455953bd72c9521cd9db88de64.tar.gz
matterbridge-msglm-0e4973e15c2a13455953bd72c9521cd9db88de64.tar.bz2
matterbridge-msglm-0e4973e15c2a13455953bd72c9521cd9db88de64.zip
Exclude gateway/bridgemap from linting (#1055)
-rw-r--r--.golangci.yaml2
1 files changed, 1 insertions, 1 deletions
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