-
Notifications
You must be signed in to change notification settings - Fork 97
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
Fix manual file generation and include trailing newlines in accordance with POSIX [AP-3048] #1453
Conversation
161c317
to
6e333c7
Compare
@@ -25,6 +25,7 @@ | |||
variable_end_string = ')))', | |||
comment_start_string = '((=', | |||
comment_end_string = '=))', | |||
keep_trailing_newline=True, |
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.
@RReichert ☝🏻
ec0b2bf
to
4a0c321
Compare
`tox-run-command` was missing from the dependency list and is also not compatible with newer versions of tox
4a0c321
to
4d5836e
Compare
774db0c
to
4d5836e
Compare
I can't modify the Dockerfile since the "build docker image" stage always fails when installing the Python dependencies :( |
Quality Gate passed for 'libsbp-c'Issues Measures |
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.
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.
LGTM. Thanks @sbmueller
Description
@swift-nav/algint-team
API compatibility
Does this change introduce a API compatibility risk?
No, this change is only fixing non-functional issues in the project.
API compatibility plan
If the above is "Yes", please detail the compatibility (or migration) plan:
JIRA Reference
https://swift-nav.atlassian.net/browse/AP-3048