From 479d122331067aa67f17b91e4bc8f244821f8634 Mon Sep 17 00:00:00 2001 From: Sergey Gladkovskiy Date: Mon, 16 Oct 2023 22:40:01 +0300 Subject: [PATCH] Update .golangci.yml --- .golangci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 470dbf9..f82435a 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -422,8 +422,8 @@ linters-settings: disabled: false arguments: - maxLitCount: "3" - allowStrs: '""' - allowInts: "0,1,2" + allowStrs: '"","test","text"' + allowInts: "0,1,2,3,4,5,123,234,345" allowFloats: "0.0,0.,1.0,1.,2.0,2." # https://github.com/mgechev/revive/blob/master/RULES_DESCRIPTIONS.md#argument-limit - name: argument-limit