fix: fix typos #24
Annotations
10 errors
|
cpplint
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
|
|
cpplint:
src/cuda/memory.c#L312
[cpplint] reported by reviewdog 🐶
Missing space after , [whitespace/comma] [3]
Raw Output:
src/cuda/memory.c:312: Missing space after , [whitespace/comma] [3]
|
|
cpplint:
src/cuda/memory.c#L312
[cpplint] reported by reviewdog 🐶
Lines should be <= 80 characters long [whitespace/line_length] [2]
Raw Output:
src/cuda/memory.c:312: Lines should be <= 80 characters long [whitespace/line_length] [2]
|
|
cpplint:
src/cuda/memory.c#L293
[cpplint] reported by reviewdog 🐶
Missing space after , [whitespace/comma] [3]
Raw Output:
src/cuda/memory.c:293: Missing space after , [whitespace/comma] [3]
|
|
cpplint:
src/cuda/memory.c#L293
[cpplint] reported by reviewdog 🐶
Lines should be <= 80 characters long [whitespace/line_length] [2]
Raw Output:
src/cuda/memory.c:293: Lines should be <= 80 characters long [whitespace/line_length] [2]
|
|
cpplint:
src/cuda/memory.c#L286
[cpplint] reported by reviewdog 🐶
Missing space after , [whitespace/comma] [3]
Raw Output:
src/cuda/memory.c:286: Missing space after , [whitespace/comma] [3]
|
|
cpplint:
src/cuda/memory.c#L286
[cpplint] reported by reviewdog 🐶
Lines should be <= 80 characters long [whitespace/line_length] [2]
Raw Output:
src/cuda/memory.c:286: Lines should be <= 80 characters long [whitespace/line_length] [2]
|
|
cpplint:
src/cuda/memory.c#L90
[cpplint] reported by reviewdog 🐶
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw Output:
src/cuda/memory.c:90: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|
|
cpplint:
src/cuda/memory.c#L71
[cpplint] reported by reviewdog 🐶
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw Output:
src/cuda/memory.c:71: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|
|
cpplint:
src/cuda/hook.c#L331
[cpplint] reported by reviewdog 🐶
Missing space after , [whitespace/comma] [3]
Raw Output:
src/cuda/hook.c:331: Missing space after , [whitespace/comma] [3]
|