From f236d12166a8ae186b251fee15b88d774dabc69c Mon Sep 17 00:00:00 2001 From: Wim Date: Tue, 12 Feb 2019 20:30:36 +0100 Subject: Update golangci-lint. Disable hugeParam check for now --- .golangci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.golangci.yaml') diff --git a/.golangci.yaml b/.golangci.yaml index acdc612e..64c7f4c2 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -132,6 +132,7 @@ linters-settings: # ifElseChain regexpMust singleCaseSwitch sloppyLen switchTrue typeSwitchVar underef # unlambda unslice rangeValCopy defaultCaseOrder]; # all checks list: https://github.com/go-critic/checkers + # disabled for now - hugeParam enabled-checks: - appendAssign - assignOp @@ -147,7 +148,6 @@ linters-settings: - dupSubExpr - elseif - emptyFallthrough - - hugeParam - ifElseChain - importShadow - indexAlloc -- cgit v1.2.3