Actions
Architecture #8126
closedRemove trailing space in code file that make merge conflicts
Status:
Released
Priority:
2
Assignee:
Category:
Architecture - Code maintenance
Target version:
Fix check:
Regression:
Description
As we still don't have a linter, we have a lot of files with tailing spaces which cause a huge amount of conflicts in space-unsenstive code file (scala, html, css, js, etc).
We just need to take it down one time for all, and add a linter + git pre-commit hook to take of the solution on the long run.
For now, I'm only taking care of scala project, where there is the more such problem, and the less risk to touch space-sensitive files.
It need to be done in each project, and the merge to hight branch will need to be done with care.
Updated by François ARMAND over 8 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/rudder/pull/1072
Updated by François ARMAND over 8 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|fa4d1a8995d6f958c6a6fd3f00da161a6702545c.
Updated by Vincent MEMBRÉ over 8 years ago
- Status changed from Pending release to Released
Actions