-
Notifications
You must be signed in to change notification settings - Fork 600
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: add missing license headers #1777
Conversation
Signed-off-by: TennyZhuang <[email protected]>
please install licenseye using the latest hash, so as to use the latest version (guess some goproxy has cache). The current version you are using will have an extra line of //, causing rust-analyzer to insert auto imports to a wrong place. |
I've not set the GOPROXY, and install from latest.
|
Codecov Report
@@ Coverage Diff @@
## main #1777 +/- ##
==========================================
- Coverage 71.29% 71.29% -0.01%
==========================================
Files 605 605
Lines 78599 78599
==========================================
- Hits 56041 56039 -2
- Misses 22558 22560 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
Use git hash instead of latest 🤣 |
Signed-off-by: TennyZhuang <[email protected]>
Signed-off-by: TennyZhuang <[email protected]>
Signed-off-by: TennyZhuang [email protected]
What's changed and what's your intention?
PLEASE DO NOT LEAVE THIS EMPTY !!!
Please explain IN DETAIL what the changes are in this PR and why they are needed:
Add missing headers.
Will fix the checker action in the next PR.
Checklist
Refer to a related PR or issue link (optional)