From 9d6d93ab39823b87262aa8a9400c50aded7f79a4 Mon Sep 17 00:00:00 2001 From: Steven Date: Mon, 26 Aug 2024 23:10:09 +0800 Subject: [PATCH] chore: update golangci config --- .golangci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.golangci.yaml b/.golangci.yaml index 0868a99..f10b5c2 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -19,6 +19,7 @@ issues: include: # https://golangci-lint.run/usage/configuration/#command-line-options exclude: + - Rollback - fmt.Printf linters-settings: