-
Notifications
You must be signed in to change notification settings - Fork 192
Conversation
b9eaafe
to
da3f0bf
Compare
Cluster Generation A/B Results: |
Cluster Generation A/B Results: |
Cluster Generation A/B Results: |
@chandrareddyp Can you please copy paste the local linter output to the testing section of the PR description to show that the changes in this PR have fixed the linter errors in the modules you're handling? |
3bff003
to
3be146a
Compare
Cluster Generation A/B Results: |
Cluster Generation A/B Results: |
Cluster Generation A/B Results: |
34d6b51
to
3695702
Compare
Cluster Generation A/B Results: |
Cluster Generation A/B Results: |
General comment: please be consistent on the nolint comments, they should not have spaces in the comment, see
|
fabc2ee
to
73ce597
Compare
Cluster Generation A/B Results: |
Cluster Generation A/B Results: |
Cluster Generation A/B Results: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The build seems to fail. If you run make fmt
locally it should fix the problem.
9b1dbae
to
149ad5f
Compare
Cluster Generation A/B Results: |
Changes covers linter issues fixes or skips for below directories: https://github.com/vmware-tanzu/tanzu-framework/tree/main/tkg https://github.com/vmware-tanzu/tanzu-framework/tree/main/cmd/cli/plugin/# https://github.com/vmware-tanzu/tanzu-framework/tree/main/cmd/cli/plugin-admin/test
3da3257
to
0d9aced
Compare
Cluster Generation A/B Results: |
Cluster Generation A/B Results: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thanks!
What this PR does / why we need it
This PR is to fix or skip linter issues for follow directories:
https://github.com/vmware-tanzu/tanzu-framework/tree/main/tkg
https://github.com/vmware-tanzu/tanzu-framework/tree/main/cmd/cli/plugin/#
https://github.com/vmware-tanzu/tanzu-framework/tree/main/cmd/cli/plugin-admin/test
Which issue(s) this PR fixes
Fixes #3437
Describe testing done for PR
golangci-lint
binary locally for /main/tkg directoryHere is the
golangci-lint
output for /main/tkg directory:golangci-lint
binary locally for /main/cmd/cli/plugin/# directoryHere is the
golangci-lint
output for /main/cmd/cli/plugin/# directory:golangci-lint
binary locally for /main/cmd/cli/plugin-admin/test directoryHere is the
golangci-lint
output for /main/cmd/cli/plugin-admin/test directory:Release note
Additional information
Special notes for your reviewer
Below two GitHub issues created to fix these linter issues permanently
#3478
#3479