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

cFE Integration candidate: Caelum-rc4+dev66 #2480

Merged
merged 9 commits into from
Dec 12, 2023

Updating documentation and version numbers for v7.0.0-rc4+dev434

ac79261
Select commit
Loading
Failed to load commit list.
Merged

cFE Integration candidate: Caelum-rc4+dev66 #2480

Updating documentation and version numbers for v7.0.0-rc4+dev434
ac79261
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Advanced Security / CodeQL-coding-standard succeeded Dec 12, 2023 in 2s

6 new alerts

New alerts in code changed by this pull request

  • 6 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 52 in modules/time/ut-coverage/time_UT.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Variable scope too large Note

The variable UT_TPID_CFE_TIME_SEND_HK is only accessed in
Test_PipeCmds
and should be scoped accordingly.

Check notice on line 54 in modules/time/ut-coverage/time_UT.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Variable scope too large Note

The variable UT_TPID_CFE_TIME_TONE_CMD is only accessed in
Test_PipeCmds
and should be scoped accordingly.

Check notice on line 56 in modules/time/ut-coverage/time_UT.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Variable scope too large Note

The variable UT_TPID_CFE_TIME_DATA_CMD is only accessed in
Test_PipeCmds
and should be scoped accordingly.

Check notice on line 94 in modules/time/ut-coverage/time_UT.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Variable scope too large Note

The variable UT_TPID_CFE_TIME_CMD_ADD_ONEHZ_ADJUSTMENT_CC is only accessed in
Test_PipeCmds
and should be scoped accordingly.

Check notice on line 96 in modules/time/ut-coverage/time_UT.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Variable scope too large Note

The variable UT_TPID_CFE_TIME_CMD_SUB_ONEHZ_ADJUSTMENT_CC is only accessed in
Test_PipeCmds
and should be scoped accordingly.

Check notice on line 58 in modules/time/ut-coverage/time_UT.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Variable scope too large Note

The variable UT_TPID_CFE_TIME_ONEHZ_CMD is only accessed in
Test_PipeCmds
and should be scoped accordingly.