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 #166, reorganize source files #168

Merged
merged 2 commits into from
Nov 14, 2023

Fix #167, add encode hook

511a3dc
Select commit
Loading
Failed to load commit list.
Merged

Fix #166, reorganize source files #168

Fix #167, add encode hook
511a3dc
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL-coding-standard succeeded Nov 1, 2023 in 3s

8 new alerts

New alerts in code changed by this pull request

  • 8 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 82 in fsw/src/to_lab_dispatch.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 38 in fsw/src/to_lab_dispatch.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 99 in fsw/src/to_lab_cmds.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Conditional compilation Note

Use of conditional compilation must be kept to a minimum.

Check notice on line 196 in fsw/src/to_lab_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 174 in fsw/src/to_lab_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 149 in fsw/src/to_lab_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 86 in fsw/src/to_lab_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 37 in fsw/src/to_lab_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.