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 #108, dispatch pattern for SC #111

Merged
merged 1 commit into from
Oct 5, 2023

Fix #108, dispatch pattern for SC

4090ed7
Select commit
Loading
Failed to load commit list.
Merged

Fix #108, dispatch pattern for SC #111

Fix #108, dispatch pattern for SC
4090ed7
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL-coding-standard succeeded Sep 29, 2023 in 4s

27 new alerts

New alerts in code changed by this pull request

  • 1 warning
  • 26 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 133 in fsw/src/sc_dispatch.c

See this annotation in the file changed.

Code scanning / CodeQL

Long function without assertion Note

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

Check notice on line 86 in fsw/src/sc_dispatch.c

See this annotation in the file changed.

Code scanning / CodeQL

Long function without assertion Note

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

Check notice on line 53 in fsw/src/sc_dispatch.c

See this annotation in the file changed.

Code scanning / CodeQL

Long function without assertion Note

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

Check warning on line 581 in fsw/src/sc_cmds.c

See this annotation in the file changed.

Code scanning / CodeQL

Unbounded loop Warning

This loop does not have a fixed bound.

Check notice on line 133 in fsw/src/sc_dispatch.c

See this annotation in the file changed.

Code scanning / CodeQL

Function too long Note

SC_ProcessCommand has too many lines (141, while 60 are allowed).

Check notice on line 638 in fsw/src/sc_atsrq.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note

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

Check notice on line 609 in fsw/src/sc_atsrq.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note

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

Check notice on line 483 in fsw/src/sc_atsrq.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note

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

Check notice on line 293 in fsw/src/sc_atsrq.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note

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

Check notice on line 128 in fsw/src/sc_atsrq.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note

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

Check notice on line 50 in fsw/src/sc_atsrq.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note

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

Check notice on line 533 in fsw/src/sc_cmds.c

See this annotation in the file changed.

Code scanning / CodeQL

Long function without assertion Note

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

Check notice on line 486 in fsw/src/sc_cmds.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note

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

Check notice on line 514 in fsw/src/sc_cmds.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note

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

Check notice on line 602 in fsw/src/sc_cmds.c

See this annotation in the file changed.

Code scanning / CodeQL

Long function without assertion Note

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

Check notice on line 51 in fsw/src/sc_rtsrq.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note

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

Check notice on line 254 in fsw/src/sc_rtsrq.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note

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

Check notice on line 339 in fsw/src/sc_rtsrq.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note

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

Check notice on line 423 in fsw/src/sc_rtsrq.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note

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

Check notice on line 169 in fsw/src/sc_rtsrq.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note

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

Check notice on line 291 in fsw/src/sc_rtsrq.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note

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

Check notice on line 375 in fsw/src/sc_rtsrq.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note

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

Check notice on line 460 in fsw/src/sc_rtsrq.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note

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

Check notice on line 483 in fsw/src/sc_atsrq.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Function too long Note

SC_JumpAtsCmd has too many lines (120, while 60 are allowed).

Check notice on line 50 in fsw/src/sc_atsrq.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Function too long Note

SC_StartAtsCmd has too many lines (72, while 60 are allowed).