From 466bfe4b49ee3a3a7ba3b0039d894ef3768a200d Mon Sep 17 00:00:00 2001 From: boojack Date: Wed, 24 Aug 2022 22:03:07 +0800 Subject: [PATCH] chore: update golangci-lint config (#168) chore: update ci lint --- .golangci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.golangci.yaml b/.golangci.yaml index a36d45025..a7082e22f 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -14,6 +14,8 @@ linters: issues: exclude: - Rollback + - fmt.Printf + - fmt.Print linters-settings: revive: