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 #418, reorganize header files and restructure messages #419

Merged
merged 1 commit into from
Dec 5, 2023

Fix #418, reorganize header files and restructure messages

323ff05
Select commit
Loading
Failed to load commit list.
Merged

Fix #418, reorganize header files and restructure messages #419

Fix #418, reorganize header files and restructure messages
323ff05
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL-coding-standard succeeded Nov 30, 2023 in 4s

37 new alerts

New alerts in code changed by this pull request

  • 9 warnings
  • 28 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 944 in fsw/src/cf_cmd.c

See this annotation in the file changed.

Code scanning / CodeQL

Function too long Note

CF_GetSetParamCmd has too many lines (148, while 60 are allowed).

Check notice on line 944 in fsw/src/cf_cmd.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 1179 in fsw/src/cf_cmd.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Hidden pointer indirection Note

The typedef handler_fn_t hides pointer indirection.

Check notice on line 147 in fsw/src/cf_cmd.c

See this annotation in the file changed.

Code scanning / CodeQL

Conditional compilation Note

Use of conditional compilation must be kept to a minimum.

Check notice on line 192 in fsw/src/cf_cmd.c

See this annotation in the file changed.

Code scanning / CodeQL

Conditional compilation Note

Use of conditional compilation must be kept to a minimum.

Check notice on line 60 in fsw/src/cf_cmd.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Function too long Note

CF_ResetCmd has too many lines (61, while 60 are allowed).

Check notice on line 775 in fsw/src/cf_cmd.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Function too long Note

CF_WriteQueueCmd has too many lines (127, while 60 are allowed).

Check notice on line 87 in config/default_cf_tbldefs.h

See this annotation in the file changed.

Code scanning / CodeQL

Misplaced include Note

'#include "cf_tblstruct.h"' is preceded by code -- it should be moved above line 40 in default_cf_tbldefs.h.

Check notice on line 236 in fsw/src/cf_cmd.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Use of non-constant function pointer Note

This call does not go through a const function pointer.

Check notice on line 60 in fsw/src/cf_cmd.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/cf_cmd.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 173 in fsw/src/cf_cmd.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 268 in fsw/src/cf_cmd.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 290 in fsw/src/cf_cmd.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 481 in fsw/src/cf_cmd.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/cf_cmd.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 775 in fsw/src/cf_cmd.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 549 in fsw/src/cf_cmd.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 572 in fsw/src/cf_cmd.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 627 in fsw/src/cf_cmd.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 652 in fsw/src/cf_cmd.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 754 in fsw/src/cf_cmd.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 1125 in fsw/src/cf_cmd.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 1155 in fsw/src/cf_cmd.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 219 in fsw/src/cf_cmd.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.