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

M2 #1

Merged
merged 34 commits into from
Aug 26, 2024

Improve code readability

f3f2f8c
Select commit
Loading
Failed to load commit list.
Merged

M2 #1

Improve code readability
f3f2f8c
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Aug 26, 2024 in 3s

9 new alerts

New alerts in code changed by this pull request

  • 9 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 80 in app/src/jsmn/jsmn.c

See this annotation in the file changed.

Code scanning / CodeQL

For loop variable changed in body Note

Loop counters should not be modified in the body of the
loop
.

Check notice on line 130 in app/src/jsmn/jsmn.c

See this annotation in the file changed.

Code scanning / CodeQL

For loop variable changed in body Note

Loop counters should not be modified in the body of the
loop
.

Check notice on line 143 in app/src/jsmn/jsmn.c

See this annotation in the file changed.

Code scanning / CodeQL

For loop variable changed in body Note

Loop counters should not be modified in the body of the
loop
.

Check notice on line 157 in app/src/jsmn/jsmn.c

See this annotation in the file changed.

Code scanning / CodeQL

For loop variable changed in body Note

Loop counters should not be modified in the body of the
loop
.

Check notice on line 163 in app/src/jsmn/jsmn.c

See this annotation in the file changed.

Code scanning / CodeQL

For loop variable changed in body Note

Loop counters should not be modified in the body of the
loop
.

Check notice on line 166 in app/src/jsmn/jsmn.c

See this annotation in the file changed.

Code scanning / CodeQL

For loop variable changed in body Note

Loop counters should not be modified in the body of the
loop
.

Check notice on line 168 in app/src/jsmn/jsmn.c

See this annotation in the file changed.

Code scanning / CodeQL

For loop variable changed in body Note

Loop counters should not be modified in the body of the
loop
.

Check notice on line 172 in app/src/jsmn/jsmn.c

See this annotation in the file changed.

Code scanning / CodeQL

For loop variable changed in body Note

Loop counters should not be modified in the body of the
loop
.

Check notice on line 347 in app/src/jsmn/jsmn.c

See this annotation in the file changed.

Code scanning / CodeQL

Long switch case Note

Switch has at least one case that is too long:
93 (51 lines)
.
Switch has at least one case that is too long:
44 (41 lines)
.