From 344ee303ac9f5278a053b92661fda13d81bbc874 Mon Sep 17 00:00:00 2001 From: Alexander Melentyev Date: Sun, 26 Sep 2021 18:07:36 +0300 Subject: [PATCH] Change path --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 09651bc4..c5e1de38 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -34,6 +34,6 @@ issues: - linters: - revive text: "exported:" - - path: (_test\.go) + - path: _test\.go linters: - gosec # security is not make sense in tests