diff options
author | Wim <wim@42.be> | 2020-06-24 23:21:15 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2020-06-24 23:21:15 +0200 |
commit | 587de96ab3db0ff563a6ac591b49865cfc14cbb2 (patch) | |
tree | 1e35df71f0a25f2936dfde89d2aa0c349299c742 /.golangci.yaml | |
parent | 80eb1cd20235bec1185a984a04dea8d9daa65b09 (diff) | |
download | matterbridge-msglm-587de96ab3db0ff563a6ac591b49865cfc14cbb2.tar.gz matterbridge-msglm-587de96ab3db0ff563a6ac591b49865cfc14cbb2.tar.bz2 matterbridge-msglm-587de96ab3db0ff563a6ac591b49865cfc14cbb2.zip |
Update golangci-lint config
Diffstat (limited to '.golangci.yaml')
-rw-r--r-- | .golangci.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.golangci.yaml b/.golangci.yaml index ea8ba669..0eb7df98 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -176,6 +176,10 @@ linters: - prealloc - wsl - gomnd + - godox + - goerr113 + - testpackage + - godot # rules to deal with reported isues |