-
Notifications
You must be signed in to change notification settings - Fork 46
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
Git automatically converts EOL newlines #216
Comments
I'm not so sure about that since it would increase the risk that we fail to find Windows specific problems during testing and that they turn up in the wild instead. |
Then, we'll just add tests for the CRLF version of all LF tests. |
That doesn't sound like a good idea for DRY reasons. I think Windows CI is good enough to capture problems but if we want to run CRLF tests on Linux/Mac, the way to do that is to create CRLF versions of the files on the fly while running the tests. |
related to #232 |
Implemented in #235. |
Git convert EOL newlines for operating systems perhaps in default. For easy debugging and testing,
we should prohibit it by setting.Complement: it was misleading, I want to say, we should be explicit whether CRLF or LF for input YAML files of our tests.
The text was updated successfully, but these errors were encountered: