From d56a6bc19d576e8ec5dadd947544b52e6ce206a2 Mon Sep 17 00:00:00 2001 From: yusing Date: Sun, 17 Aug 2025 15:50:16 +0800 Subject: [PATCH] chore(golangci): disabled new linters godot, noinlineerr, tagalign, and wsl_v5 --- .golangci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index 8eb57f65..88c050ab 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -18,6 +18,7 @@ linters: - gocognit - goconst - gocyclo + - godot - gomoddirectives - gosmopolitan - ireturn @@ -29,16 +30,19 @@ linters: - nestif - nlreturn - nonamedreturns + - noinlineerr - paralleltest - revive - rowserrcheck - sqlclosecheck + - tagalign - tagliatelle - testpackage - tparallel - varnamelen - wrapcheck - wsl + - wsl_v5 settings: errcheck: exclude-functions: