-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Added new lines at the end of files missing them #6340
Conversation
No new lines at the end of a file make it more difficult to process the files with scripts as it requires specical attention to get the last line. Remove to .gitignore files that only contained target directory, which is covered by the root ignore file. Signed-off-by: Hilbrand Bouwkamp <[email protected]>
Travis tests have failedHey @Hilbrand, 1st BuildExpand here
|
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.
Thanks!
The bnd resolver has a habit to not end files with a new line. Maybe we should create a bnd issue for that?
It would also help, when processing files with scripts, if all files use the same OS specific line endings. Adding .gitattributes files to repos would help with that. See also this gitattributes template collection.
I couldn't find test results for IHC binding from the build. Changes to IHC binding resource files (xml files) might break some of the IHC binding tests as test check that generated SOAP messages are exactly the same as resource file content (resource file content is now changed because of new line). |
These were the test results for my local run for IHC:
|
The Java 8 build succeeded, see: https://travis-ci.org/openhab/openhab2-addons/jobs/607042310 You can get there by clicking "View details" next to my "merged commit" action. Then click "Details" to the right of "The Travis CI build failed". For the Java 11 build failures see https://github.com/openhab/openhab2-addons/issues/6334. |
No new lines at the end of a file make it more difficult to process the files with scripts as it requires specical attention to get the last line. Remove to .gitignore files that only contained target directory, which is covered by the root ignore file. Signed-off-by: Hilbrand Bouwkamp <[email protected]>
No new lines at the end of a file make it more difficult to process the files with scripts as it requires specical attention to get the last line. Remove to .gitignore files that only contained target directory, which is covered by the root ignore file. Signed-off-by: Hilbrand Bouwkamp <[email protected]>
No new lines at the end of a file make it more difficult to process the files with scripts as it requires specical attention to get the last line. Remove to .gitignore files that only contained target directory, which is covered by the root ignore file. Signed-off-by: Hilbrand Bouwkamp <[email protected]>
No new lines at the end of a file make it more difficult to process the files with scripts as it requires specical attention to get the last line. Remove to .gitignore files that only contained target directory, which is covered by the root ignore file. Signed-off-by: Hilbrand Bouwkamp <[email protected]>
No new lines at the end of a file make it more difficult to process the files with scripts as it requires specical attention to get the last line. Remove to .gitignore files that only contained target directory, which is covered by the root ignore file. Signed-off-by: Hilbrand Bouwkamp <[email protected]>
No new lines at the end of a file make it more difficult to process the files with scripts as it requires specical attention to get the last line. Remove to .gitignore files that only contained target directory, which is covered by the root ignore file. Signed-off-by: Hilbrand Bouwkamp <[email protected]> Signed-off-by: Tim Roberts <[email protected]>
No new lines at the end of a file make it more difficult to process the files with scripts as it requires specical attention to get the last line. Remove to .gitignore files that only contained target directory, which is covered by the root ignore file. Signed-off-by: Hilbrand Bouwkamp <[email protected]>
No new lines at the end of a file make it more difficult to process the files with scripts as it requires specical attention to get the last line. Remove to .gitignore files that only contained target directory, which is covered by the root ignore file. Signed-off-by: Hilbrand Bouwkamp <[email protected]> Signed-off-by: Hans-Reiner Hoffmann <[email protected]>
No new lines at the end of a file make it more difficult to process the files with scripts as it requires specical attention to get the last line.
Remove to .gitignore files that only contained target directory, which is covered by the root ignore file.