Skip to content
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 #187, Converted most variable names and function/method names into snake_case #191

Merged
merged 2 commits into from
Dec 6, 2021
Merged

Fix #187, Converted most variable names and function/method names into snake_case #191

merged 2 commits into from
Dec 6, 2021

Conversation

paulober
Copy link
Contributor

Describe the contribution
A clear and concise description of what the contribution is.

Testing performed

  1. Build and tested the UI on Linux.

Expected behavior changes

  • Nothing

System(s) tested on

  • OS: Linux
  • Hardware: PC

Additional context
What is NASA's opinion on this,
what do you think about switching the project to snake_case (python naming convention)?

Contributor Info - All information REQUIRED for consideration of pull request
Paul Oberosler, Individual

Some have to be not in python conventions because they override some methods from other depencies where they use C naming conventions for example.
@lgtm-com
Copy link

lgtm-com bot commented Jul 28, 2021

This pull request introduces 4 alerts and fixes 4 when merging 73ca0b2 into 12e26ce - view on LGTM.com

new alerts:

  • 4 for Unused import

fixed alerts:

  • 4 for Unused import

@lgtm-com
Copy link

lgtm-com bot commented Jul 30, 2021

This pull request introduces 4 alerts and fixes 4 when merging f5035f9 into 8651e2e - view on LGTM.com

new alerts:

  • 4 for Unused import

fixed alerts:

  • 4 for Unused import

@astrogeco astrogeco added the CCB:Ready Pull request is ready for discussion at the Configuration Control Board (CCB) label Aug 11, 2021
@astrogeco astrogeco changed the title Converted most variable names and function/method names into snake_case Fix #187, Converted most variable names and function/method names into snake_case Aug 11, 2021
@astrogeco
Copy link
Contributor

astrogeco commented Aug 11, 2021

CCB:2021-08-11 Test thoroughly first, defer to cFS-Draco

  • Add pylance to CI for format checks

@astrogeco astrogeco added this to the cFS-Draco milestone Aug 11, 2021
@astrogeco astrogeco added CCB:Approved Indicates approval by CCB and removed CCB:Ready Pull request is ready for discussion at the Configuration Control Board (CCB) labels Aug 18, 2021
@astrogeco astrogeco merged commit 6c44632 into nasa:main Dec 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CCB:Approved Indicates approval by CCB
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Apply official python naming conventions
2 participants