chore: enable revive exported linter and add missing comments#8937
chore: enable revive exported linter and add missing comments#8937Mallikarjunadevops wants to merge 1 commit intojenkins-x:mainfrom
Conversation
Addresses jenkins-x#8037 by enabling the exported rule for the revive linter in .golangci.yml and fixing the exposed undocumented exported identifiers. Signed-off-by: Mallikarjunadevops <mallikarjunadevops@example.com>
|
Hi @Mallikarjunadevops. Thanks for your PR. I'm waiting for a jenkins-x member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the jenkins-x/lighthouse repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Addresses #8037 by enabling the exported rule for the revive linter in .golangci.yml and fixing the exposed undocumented exported identifiers across the jx repository.
Changes:
evive in .golangci.yml.
Fixes: #8037