-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: format code about exported function should have comment #183
Conversation
so sorry that I tagged the wrong person ! |
1ef3193
to
309fd9a
Compare
@warjiang thanks for reviewing besides, here may still be some |
glad to handle kind of lint errors reported by Lines 54 to 85 in 5648666
like splitting task by rule name |
good advice ! |
/assign |
I've just reviewed the PR, a great deal of contributions 🔥 |
16699b8
to
8baaee1
Compare
@warjiang is the failed CI |
I'm checking the build log, wait for a while~ |
and the following build command failed too. I think maybe something wrong with github action network, because I check the code in my local enviroment and in github codebase environment twice, the next is the screenshot of github codebase, the enviroment should be clean as the github action ci: @chaosi-zju can you retry to run the |
/retest |
8baaee1
to
47bdbf7
Compare
still failed |
I can reproduce the problem 😭
log log in github ci can also prove that: if pnpm ignore pnpm-lock file, the default behaviour of pnpm is that the pnpm will ignore pnpm cache and install the latest dependencies. It seems something wrong between vite and the latest @swc/core package, and it will cause the ci build error. the solution is just upgrade the pnpm version in the ci.yml file, and I just submit the pr to solve the problem |
/reopen |
@warjiang: Reopened this PR. In response to this:
Instructions 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 kubernetes-sigs/prow repository. |
@chaosi-zju sorry for close this pr by bot, can you rebase main branch? |
Signed-off-by: chaosi-zju <[email protected]>
47bdbf7
to
8c357c5
Compare
done, comments fixed~ |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: warjiang The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
chore: format code about exported function should have comment
Which issue(s) this PR fixes:
Fixes part of karmada-io/karmada#6078
Special notes for your reviewer:
Does this PR introduce a user-facing change?: