-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[ui, compliance] Remove the newline after .hbs copyright headers #16861
Conversation
Ember Asset Size actionAs of e1ef6df Files that got Smaller 🎉:
Files that stayed the same size 🤷:
|
Ember Test Audit comparison
|
Have you tested with |
It looks like we can run |
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 but worth verifying it won't get undone by the bot again
@lgfa29 very pleased to report that the |
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.
Great! Looking at copywrite
source code it seems like it only checks for the license information, not the exact comment structure, so it won't try to change these files.
But I think it would be worth a PR to update .hbs
headers to look like this and avoid the unnecessary line break. This will ensure new files are correct from the beginning.
I can take care of opening the PR, unless you really want to 😄
We were seeing test failures in main related to log-content equivalence tests, as well as some flakey percy vertical spacing issues, that seem to point to the newline after copyright headers. This PR attempts to remove that newline across all our .hbs files in the ui, to see if those problems are resolved.