Skip to content

Commit

Permalink
Disable the golint package comment check due to its inaccuracy
Browse files Browse the repository at this point in the history
We can remove this exclusion after golang/lint#381 is fixed by golang/lint#380 or something else.
  • Loading branch information
na-- committed Mar 26, 2019
1 parent 3b1161c commit 5375bcc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5375bcc

Please sign in to comment.