From f94c9fbda6ce12bdf34ecc981f4e68bfe9308465 Mon Sep 17 00:00:00 2001 From: Ink33 <51873347+Ink-33@users.noreply.github.com> Date: Sun, 23 May 2021 15:51:18 +0800 Subject: [PATCH] chore(linter): use revive --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index fc7d322..3ac1f01 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -55,7 +55,7 @@ linters: - prealloc - predeclared - asciicheck - - golint + - revive - forbidigo - makezero #- interfacer