-
Notifications
You must be signed in to change notification settings - Fork 103
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
xtask: Copyright and license lints for more file types #769
base: main
Are you sure you want to change the base?
Conversation
Likely more fixes might be needed. Not familiar with the code, going to learn empirically, through CI errors. |
Thanks for sending out a follow-up! See my comments on the issue for some potential pitfalls you might run into here :) |
Unless anything requires the #! in the .py file, I think we can just remove it... |
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.
you'll need to fix the --fix
path as well (i.e: Ben's comment).
aside from that, LGTM! Thanks again for making this robust fix.
cfd4acf
to
0660cca
Compare
Few files turned out to not have the notes, and they were fixed manually. Provide a robust solution by updating house rules in xtask. Additionally this includes an updatex for the automatic fix mode. I made sure that produces desired results and is idempotent Suggested-by: Daniel Prilik <[email protected]> Reported-by: Matt Kurjanowicz <[email protected]> Fixes: microsoft#766
0660cca
to
233fe76
Compare
Few files turned out to not have the notes, and they were fixed
manually.
Provide a robust solution by updating house rules in xtask.
Additionally this includes an updatex for the automatic fix
mode. I made sure that produces desired results and is
idempotent.
Suggested-by: Daniel Prilik [email protected]
Reported-by: Matt Kurjanowicz [email protected]
Fixes: #766