From 62059dd26e0e76b041b76fff6fc71b6bc10150a2 Mon Sep 17 00:00:00 2001 From: Leonid Date: Tue, 18 Feb 2025 10:53:31 +0200 Subject: [PATCH] chore: upd lint rules --- .golangci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index cde2dda..80b707b 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,7 +1,7 @@ run: timeout: 5m -# The list of linter based on the v1.63.4 +# The list of linter based on the v1.64.5 # See the full list https://golangci-lint.run/usage/linters/ linters: disable-all: true @@ -72,7 +72,6 @@ linters: - sqlclosecheck - stylecheck - tagliatelle - - tenv - testifylint - unconvert - unparam @@ -85,7 +84,7 @@ linters-settings: goimports: local-prefixes: github.com/example/repo dupl: - threshold: 100 + threshold: 150 funlen: lines: 120 statements: 60 @@ -128,6 +127,7 @@ issues: - funlen - gocyclo - lll + - err113 - path: main\.go linters: - funlen