From 5375bcc1cfb87764ad46ef4b09e11d5da556f7aa Mon Sep 17 00:00:00 2001 From: Nedyalko Andreev Date: Tue, 26 Mar 2019 09:53:22 +0200 Subject: [PATCH] Disable the golint package comment check due to its inaccuracy We can remove this exclusion after https://github.com/golang/lint/issues/381 is fixed by https://github.com/golang/lint/pull/380 or something else. --- .golangci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index 280a17c94ae..ed38e6f2a27 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -21,6 +21,10 @@ issues: linters: - dupl + exclude: + #TODO: remove this exclusion after https://github.com/golang/lint/issues/381 + # is fixed by https://github.com/golang/lint/pull/380 or something else + - "should have a package comment, unless it's in another file for this package" linters-settings: govet: