From c69e241f3391a5d8e92697f2f1df14c488802bf6 Mon Sep 17 00:00:00 2001 From: Jakub Sztandera Date: Mon, 8 Jul 2019 17:42:49 +0200 Subject: [PATCH] Change regex License: MIT Signed-off-by: Jakub Sztandera --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 5ceae9812..f873557aa 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -20,7 +20,7 @@ issues: exclude: - "func name will be used as test\\.Test.* by other packages, and that stutters; consider calling this" - "Potential file inclusion via variable" - - "should have comment or be unexported" + - "should have( a package)? comment" exclude-use-default: false exclude-rules: