PowerTuneDigital / PowerTuneDigitalOfficial

Official PowerTune Digital Repo
GNU General Public License v3.0
18 stars 7 forks source link

Yaris fixes #82

Closed PowerTuneDigital closed 1 year ago

github-actions[bot] commented 1 year ago

Here are the first 10 encountered errors:

datalogger.cpp(2): error cpplint: [build/include_subdir] Include the directory when naming header files [4]
datalogger.cpp(3): error cpplint: [build/include_order] Found C system header after other header. Should be: datalogger.h, c system, c++ system, other. [4]
datalogger.cpp(4): error cpplint: [build/include_order] Found C system header after other header. Should be: datalogger.h, c system, c++ system, other. [4]
datalogger.cpp(5): error cpplint: [build/include_order] Found C system header after other header. Should be: datalogger.h, c system, c++ system, other. [4]
datalogger.cpp(6): error cpplint: [build/include_order] Found C system header after other header. Should be: datalogger.h, c system, c++ system, other. [4]
datalogger.cpp(19): error cpplint: [whitespace/blank_line] Redundant blank line at the start of a code block should be deleted. [2]
datalogger.cpp(19): error cpplint: [whitespace/blank_line] Redundant blank line at the end of a code block should be deleted. [3]
datalogger.cpp(44): error cpplint: [whitespace/blank_line] Redundant blank line at the start of a code block should be deleted. [2]
datalogger.cpp(47): error cpplint: [whitespace/parens] Extra space after ( in function call [4]

Done processing datalogger.cpp Category 'build' errors found: 6 Category 'whitespace' errors found: 45 Total errors found: 51