From 0789b3d0d5a2884a927aaf233d97afbf89fc3a1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Sun, 14 Apr 2024 20:00:22 +0800 Subject: [PATCH] =?UTF-8?q?golangci=E4=B8=AD=E7=A6=81=E7=94=A8tagliatelle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .golangci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.golangci.yaml b/.golangci.yaml index 0e0c168..36908ff 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -71,4 +71,5 @@ linters: - forcetypeassert - whitespace - noctx - - rowserrcheck \ No newline at end of file + - rowserrcheck + - tagliatelle \ No newline at end of file