Customizable logs feature #257
Annotations
4 warnings
Lint C++:
LogMonitor/src/LogMonitor/Main.cpp#L203
[cpplint] reported by reviewdog 🐶
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
Raw Output:
LogMonitor/src/LogMonitor/Main.cpp:203: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
|
Lint C++:
LogMonitor/src/LogMonitor/Parser/LoggerSettings.h#L447
[cpplint] reported by reviewdog 🐶
public: should be indented +1 space inside class SourceProcess [whitespace/indent] [3]
Raw Output:
LogMonitor/src/LogMonitor/Parser/LoggerSettings.h:447: public: should be indented +1 space inside class SourceProcess [whitespace/indent] [3]
|
Lint C++:
LogMonitor/src/LogMonitor/ProcessMonitor.h#L34
[cpplint] reported by reviewdog 🐶
public: should be indented +1 space inside class final [whitespace/indent] [3]
Raw Output:
LogMonitor/src/LogMonitor/ProcessMonitor.h:34: public: should be indented +1 space inside class final [whitespace/indent] [3]
|
Lint C++:
LogMonitor/src/LogMonitor/Utility.h#L91
[cpplint] reported by reviewdog 🐶
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
Raw Output:
LogMonitor/src/LogMonitor/Utility.h:91: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
|