diff options
author | Wim <wim@42.be> | 2020-03-22 14:35:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-22 14:35:48 +0100 |
commit | 0e4973e15c2a13455953bd72c9521cd9db88de64 (patch) | |
tree | 92305366e93aca8174db0df7ab1e80054c27bb08 /.golangci.yaml | |
parent | af0acf0daece8c4857513f3fea84a332709e8c55 (diff) | |
download | matterbridge-msglm-0e4973e15c2a13455953bd72c9521cd9db88de64.tar.gz matterbridge-msglm-0e4973e15c2a13455953bd72c9521cd9db88de64.tar.bz2 matterbridge-msglm-0e4973e15c2a13455953bd72c9521cd9db88de64.zip |
Exclude gateway/bridgemap from linting (#1055)
Diffstat (limited to '.golangci.yaml')
-rw-r--r-- | .golangci.yaml | 2 |
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 |