Added REPL based on kilo #69
Annotations
1 error and 10 warnings
Run reviewdog/action-cpplint@master
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
|
Run reviewdog/action-cpplint@master:
src/cjit.c#L246
[cpplint] reported by reviewdog πΆ
Almost always, snprintf is better than strcat [runtime/printf] [4]
Raw Output:
src/cjit.c:246: Almost always, snprintf is better than strcat [runtime/printf] [4]
|
Run reviewdog/action-cpplint@master:
src/kilo.c#L88
[cpplint] reported by reviewdog πΆ
Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
Raw Output:
src/kilo.c:88: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
|
Run reviewdog/action-cpplint@master:
src/kilo.c#L255
[cpplint] reported by reviewdog πΆ
Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
Raw Output:
src/kilo.c:255: Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
|
Run reviewdog/action-cpplint@master:
src/kilo.c#L348
[cpplint] reported by reviewdog πΆ
If you can, use sizeof(seq) instead of 32 as the 2nd arg to snprintf. [runtime/printf] [3]
Raw Output:
src/kilo.c:348: If you can, use sizeof(seq) instead of 32 as the 2nd arg to snprintf. [runtime/printf] [3]
|
Run reviewdog/action-cpplint@master:
src/kilo.c#L413
[cpplint] reported by reviewdog πΆ
Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
Raw Output:
src/kilo.c:413: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
|
Run reviewdog/action-cpplint@master:
src/kilo.c#L567
[cpplint] reported by reviewdog πΆ
Use int16/int64/etc, rather than the C type long [runtime/int] [4]
Raw Output:
src/kilo.c:567: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
|
Run reviewdog/action-cpplint@master:
src/kilo.c#L568
[cpplint] reported by reviewdog πΆ
Use int16/int64/etc, rather than the C type long [runtime/int] [4]
Raw Output:
src/kilo.c:568: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
|
Run reviewdog/action-cpplint@master:
src/kilo.c#L590
[cpplint] reported by reviewdog πΆ
Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
Raw Output:
src/kilo.c:590: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
|
Run reviewdog/action-cpplint@master:
src/kilo.c#L718
[cpplint] reported by reviewdog πΆ
Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
Raw Output:
src/kilo.c:718: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
|
Run reviewdog/action-cpplint@master:
src/kilo.c#L835
[cpplint] reported by reviewdog πΆ
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
Raw Output:
src/kilo.c:835: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
|
Loading