From 1373d6e9c584ecbbd545bca2cc5a1e44f554e1d4 Mon Sep 17 00:00:00 2001 From: "Kiss, Tibor" Date: Thu, 1 Feb 2024 13:02:32 +0100 Subject: [PATCH] Linters --- config/lint/.golangci.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/config/lint/.golangci.yaml b/config/lint/.golangci.yaml index 3711bde..c98f49c 100644 --- a/config/lint/.golangci.yaml +++ b/config/lint/.golangci.yaml @@ -34,18 +34,13 @@ linters: - varnamelen - wrapcheck ### Disable linters one by one - - funlen - testifylint - bodyclose - containedctx - - thelper - tagliatelle - errchkjson - - perfsprint - noctx - - godox - - goconst - + linters-settings: gomoddirectives: @@ -69,7 +64,7 @@ linters-settings: disabled: true arguments: [ 120 ] funlen: - lines: 80 + lines: 100 cyclop: max-complexity: 20 nestif: