Refactor JSON Parsing to Use Boost.JSON #339
Annotations
1 error and 10 warnings
Lint C++
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
|
Lint C++:
LogMonitor/src/LogMonitor/JsonProcessor.cpp#L1
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
LogMonitor/src/LogMonitor/JsonProcessor.cpp:1: Include the directory when naming header files [build/include_subdir] [4]
|
Lint C++:
LogMonitor/src/LogMonitor/JsonProcessor.cpp#L2
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: JsonProcessor.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
LogMonitor/src/LogMonitor/JsonProcessor.cpp:2: Found C++ system header after other header. Should be: JsonProcessor.h, c system, c++ system, other. [build/include_order] [4]
|
Lint C++:
LogMonitor/src/LogMonitor/JsonProcessor.cpp#L3
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: JsonProcessor.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
LogMonitor/src/LogMonitor/JsonProcessor.cpp:3: Found C++ system header after other header. Should be: JsonProcessor.h, c system, c++ system, other. [build/include_order] [4]
|
Lint C++:
LogMonitor/src/LogMonitor/JsonProcessor.cpp#L4
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: JsonProcessor.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
LogMonitor/src/LogMonitor/JsonProcessor.cpp:4: Found C++ system header after other header. Should be: JsonProcessor.h, c system, c++ system, other. [build/include_order] [4]
|
Lint C++:
LogMonitor/src/LogMonitor/JsonProcessor.cpp#L5
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: JsonProcessor.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
LogMonitor/src/LogMonitor/JsonProcessor.cpp:5: Found C++ system header after other header. Should be: JsonProcessor.h, c system, c++ system, other. [build/include_order] [4]
|
Lint C++:
LogMonitor/src/LogMonitor/JsonProcessor.cpp#L61
[cpplint] reported by reviewdog 🐶
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
Raw Output:
LogMonitor/src/LogMonitor/JsonProcessor.cpp:61: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
|
Lint C++:
LogMonitor/src/LogMonitor/JsonProcessor.cpp#L354
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
LogMonitor/src/LogMonitor/JsonProcessor.cpp:354: Add #include <string> for string [build/include_what_you_use] [4]
|
Lint C++:
LogMonitor/src/LogMonitor/JsonProcessor.cpp#L1
[cpplint] reported by reviewdog 🐶
LogMonitor/src/LogMonitor/JsonProcessor.cpp should include its header file LogMonitor/src/LogMonitor/JsonProcessor.h [build/include] [5]
Raw Output:
LogMonitor/src/LogMonitor/JsonProcessor.cpp:1: LogMonitor/src/LogMonitor/JsonProcessor.cpp should include its header file LogMonitor/src/LogMonitor/JsonProcessor.h [build/include] [5]
|
Lint C++:
LogMonitor/src/LogMonitor/JsonProcessor.h#L51
[cpplint] reported by reviewdog 🐶
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
Raw Output:
LogMonitor/src/LogMonitor/JsonProcessor.h:51: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
|
Lint C++:
LogMonitor/src/LogMonitor/JsonProcessor.h#L29
[cpplint] reported by reviewdog 🐶
Add #include <vector> for vector<> [build/include_what_you_use] [4]
Raw Output:
LogMonitor/src/LogMonitor/JsonProcessor.h:29: Add #include <vector> for vector<> [build/include_what_you_use] [4]
|