From 60797bea8b9a2a5af158ca480734deaec652182d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Miri=C4=87?= Date: Thu, 10 Sep 2020 17:41:53 +0200 Subject: [PATCH] Disable nlreturn linter --- .golangci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 6deb24bc8ea..fe2a654326c 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -55,9 +55,10 @@ linters: - gochecknoinits - godot - godox + - goerr113 # most of the errors here are meant for humans + - gomnd - gomodguard + - nlreturn - testpackage - wsl - - gomnd - - goerr113 # most of the errors here are meant for humans fast: false