From 8e1a1a86a496a4fd4ffdf941105af97289d1a9db Mon Sep 17 00:00:00 2001 From: Jakub Sztandera Date: Thu, 11 Jul 2019 10:00:24 +0200 Subject: [PATCH] Remove doc lint License: MIT Signed-off-by: Jakub Sztandera --- .golangci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.golangci.yml b/.golangci.yml index 8f25233e6..f873557aa 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -20,6 +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( a package)? comment" exclude-use-default: false exclude-rules: