Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit 774deca1a4e49ac14ad6bea496b31d4f638ed21b Author: Wim <wim@42.be> Date: Sun Mar 22 14:35:48 2020 +0000 Exclude gateway/bridgemap from linting (#1055) diff --git a/.golangci.yaml b/.golangci.yaml index 7287622..ea8ba66 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -237 +237 @@ 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