-
Notifications
You must be signed in to change notification settings - Fork 25
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
ogma-core
: cFS app template contains trailing spaces
#108
Comments
Change Manager: Confirmed that the issue exists. |
Technical Lead: Confirmed that the issue should be addressed. |
Technical Lead: Issue scheduled for fixing in Ogma 1.0.12. Fix assigned to: @ivanperez-keera. |
The cFS app template contains trailing spaces. It's best to remove them, since those are automatically removed by many editors and that will produce changes to the generated files, and trailing spaces do not conform with our own style guide (and are commonly disallowed by style guides). This commit removes all trailing spaces from the cFS app template.
The cFS app template contains trailing spaces. Trailing spaces do not conform with our own style guide (and are commonly disallowed by style guides), and are consequently automatically removed by many editors. In turn that will produce changes to the generated files, which will be overwritten every time the user re-generates the app. This commit removes all trailing spaces from the cFS app template.
Implementor: Solution implemented, review requested. |
Change Manager: Verified that:
|
Change Manager: Implementation ready to be merged. |
Description
The cFS app template contains trailing spaces. It's best to remove them, since those are automatically removed by many editors and that will produce changes to the generated files.
Type
Additional context
None.
Requester
Method to check presence of bug
Searching for trailing spaces in the ogma directory brings up multiple results. It should not bring any.
Expected result
The result of the
grep
command above should be empty, indicating that there are no trailing spaces.Desired result
The result of the
grep
command above should be empty, indicating that there are no trailing spaces.Proposed solution
Remove all trailing spaces from any files that have them.
Further notes
None.
The text was updated successfully, but these errors were encountered: