summaryrefslogtreecommitdiffstats
path: root/.golangci.yaml
diff options
context:
space:
mode:
authorDuco van Amstel <duco.vanamstel@gmail.com>2018-12-08 16:04:10 +0000
committerWim <wim@42.be>2018-12-08 17:04:10 +0100
commita2754f15fc2bc2eede94e2e41712f9f0585f2426 (patch)
tree52894a30d0ca7a06b90a7b2266fde41a5e8404c5 /.golangci.yaml
parentb6d81f34ba7ee88e7a18a27cf4e0aeebaaf82c79 (diff)
downloadmatterbridge-msglm-a2754f15fc2bc2eede94e2e41712f9f0585f2426.tar.gz
matterbridge-msglm-a2754f15fc2bc2eede94e2e41712f9f0585f2426.tar.bz2
matterbridge-msglm-a2754f15fc2bc2eede94e2e41712f9f0585f2426.zip
Enable errcheck linter (#646)
Diffstat (limited to '.golangci.yaml')
-rw-r--r--.golangci.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.golangci.yaml b/.golangci.yaml
index ac3f34b8..e2c82bed 100644
--- a/.golangci.yaml
+++ b/.golangci.yaml
@@ -175,7 +175,6 @@ linters-settings:
linters:
enable-all: true
disable:
- - errcheck
- gochecknoglobals
- gocyclo
- lll