Misc cleanup of all text files#4837
Misc cleanup of all text files#4837basicfeatures wants to merge 1 commit intosolidusio:masterfrom basicfeatures:master
Conversation
- Remove CR+LF (^M) - Remove trailing whitespace - Compress two or more consecutive blank lines - Ensure newline at EOF https://unix.stackexchange.com/questions/18743/whats-the-point-in-adding-a-new-line-to-the-end-of-a-file
| def full_changelog(current_diff_source_tag, candidate_tag) | ||
| <<~TXT | ||
|
|
||
|
|
There was a problem hiding this comment.
This extra space is intentional, see https://app.circleci.com/pipelines/github/solidusio/solidus/3952/workflows/a82c4d50-c4ee-426b-92b4-5cccee0ad4fe/jobs/36006. We can probably get rid of it, but the specs should reflect the change, cc @waiting-for-dev.
waiting-for-dev
left a comment
There was a problem hiding this comment.
Thanks for this clean-up ❤️
Let's revert the changes in the dev_tools directory out for now, as all blank lines were intentionally there.
|
Hello @basicfeatures! Do you plan to take a look at the suggestions made by @waiting-for-dev to complete this PR? Thanks in advance. |
jarednorman
left a comment
There was a problem hiding this comment.
We should also make sure that this commit gets added to the commits that are ignored in blames.
See #4741 for context |
https://unix.stackexchange.com/questions/18743/whats-the-point-in-adding-a-new-line-to-the-end-of-a-file