Skip to content

Commit

Permalink
lint: disable comment exclusion in golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcloughlin committed Jan 6, 2019
1 parent 7eb55c9 commit 0989c0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 0989c0d

Please sign in to comment.