From 8cc297c81f67b3722cac0c1056eaea2abb1a2409 Mon Sep 17 00:00:00 2001 From: Long Date: Fri, 27 Aug 2021 11:13:55 +0000 Subject: [PATCH] ci: standard linter config Signed-off-by: Long --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 9af614ab1cc..dfdd6ec5d64 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -124,7 +124,7 @@ linters-settings: - github.com/Sirupsen/logrus packages-with-error-messages: # specify an error message to output when a blacklisted package is used - github.com/Sirupsen/logrus: "must use github.com/sirupsen/logrus" + github.com/Sirupsen/logrus: "must use github.com/dapr/kit/logger" misspell: # Correct spellings using locale preferences for US or UK. # Default is to use a neutral variety of English.