From 0c54cd2f8948413b37ff1ba8c5ee40b946981111 Mon Sep 17 00:00:00 2001 From: GoEdgeLab 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