c7079afb44
golint does check for missing package comment, but with low confidence. golint checks each file, and complains on every file missing package comment, even though another file in the same package has the comment. This PR adds a golint check with low min_confidence, and filters out false-positives. |
||
---|---|---|
.. | ||
main.go |