diff options
Diffstat (limited to '.golangci.yaml')
-rw-r--r-- | .golangci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |