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 #4, Consolidate common patterns in sc_app.c #49

Merged
merged 1 commit into from
Oct 3, 2022

Conversation

havencarlson
Copy link
Contributor

Checklist (Please check before submitting)

Describe the contribution
Fix #4, use loops to consolidate common code patterns in sc_app.c

Testing performed
Unit testing

Expected behavior changes
no impact to behavior

System(s) tested on

  • OS:Ubuntu 18.04

Contributor Info - All information REQUIRED for consideration of pull request
Haven Carlson - NASA

for (i = 0; i < SC_NUMBER_OF_ATS; i++)
} /* end SC_RegisterDumpOnlyTables() */

int32 SC_RegisterLoadableTables(void)

Check notice

Code scanning / CodeQL-coding-standard

Long function without assertion

All functions of more than 10 lines should have at least one assertion.

} /* end SC_RegisterAllTables() */

int32 SC_RegisterDumpOnlyTables(void)

Check notice

Code scanning / CodeQL-coding-standard

Long function without assertion

All functions of more than 10 lines should have at least one assertion.
Copy link
Contributor

@skliper skliper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like the concept and quick skim of implementation looks good. Didn't do line by line review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consolidate common patterns in SC
4 participants