lint: enable export documentation check #963
Labels
CI
item that directly relates to or modify the CI
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
With the
revive
linter replacinggolint
withingolangci-lint
, the check for exports having documentation has been disabled by default.This should be re-enabled as all exports should have documentation and reviews are having to check for this unnecessarily.
See https://www.pixelstech.net/article/1650069870-golangci-lint-to-enable-comment-check-for-exported-functions
The text was updated successfully, but these errors were encountered: