Skip to content
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

Ensure line endings on vendor code are lf #4697

Merged
merged 5 commits into from
Jan 23, 2019

Conversation

crossan007
Copy link
Contributor

@crossan007 crossan007 commented Jan 22, 2019

What's this PR do?

updates line endings on all vendor code so to use lf instead of mixed crlf. This prevents integrity check errors when users (or their FTP client) runs auto-crlf on the application as it's being uploaded

What Issues does it Close?

Closes #4684

Where should the reviewer start?

Review the output of npm install, npm composer-install, and npm composer-update to ensure that the files supplied by vendors with crlf line endings are listed by the output of the grunt lineendings task with a status of converted

@ghost ghost assigned crossan007 Jan 22, 2019
@ghost ghost added the In Review label Jan 22, 2019
@crossan007
Copy link
Contributor Author

There's a sanity-check for committed code via StyleCI. The task added in that PR does a javascript-ified version of dos2unix on everything that's dynamically added from external (npm or composeR)

Copy link
Collaborator

@MrClever MrClever left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me - set it free :) 👍

@crossan007 crossan007 merged commit dd421ba into master Jan 23, 2019
@ghost ghost removed the In Review label Jan 23, 2019
@crossan007 crossan007 added this to the 3.2.4 milestone Jan 23, 2019
@crossan007 crossan007 deleted the bugfix/4684-line-endings-on-vendor-code branch January 23, 2019 02:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants