From 0989c0daeaf2a03d600eaa1e1aa6396c7b4eea2b Mon Sep 17 00:00:00 2001 From: Michael McLoughlin Date: Sat, 5 Jan 2019 16:51:04 -0800 Subject: [PATCH] lint: disable comment exclusion in golangci-lint Updates #9 --- .golangci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 769aafb..31ba8f9 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -32,5 +32,3 @@ issues: exclude: # errcheck: Almost all programs ignore errors on these functions and in most cases it's ok - Error return value of .((os\.)?std(out|err)\..*|.*Close|.*Flush|os\.Remove(All)?|.*printf?|os\.(Un)?Setenv). is not checked - # golint: Annoying issue about not having a comment. The rare codebase has such comments - - (comment on exported (method|function|type|const)|should have( a package)? comment|comment should be of the form)