From bc70108e37b9b8d7c312a6ee3670b5fbdb56a638 Mon Sep 17 00:00:00 2001 From: makeworld Date: Fri, 28 Aug 2020 12:20:54 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20Disable=20check,=20like=20on=20f?= =?UTF-8?q?eed=20branch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .golangci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index e010a47..a26853f 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -36,3 +36,8 @@ linters: issues: exclude-use-default: true max-issues-per-linter: 0 + +linters-settings: + gocritic: + disabled-checks: + - ifElseChain