PowerTuneDigital / PowerTuneDigitalOfficial

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

Testing #108

Closed PowerTuneDigital closed 1 year ago

PowerTuneDigital commented 1 year ago

Merge with main branch

github-actions[bot] commented 1 year ago

Here are the first 10 encountered errors:

Extender.cpp(12): error cpplint: [build/include_order] Found C system header after other header. Should be: Extender.h, c system, c++ system, other. [4]
Extender.cpp(13): error cpplint: [build/include_order] Found C system header after other header. Should be: Extender.h, c system, c++ system, other. [4]
Extender.cpp(14): error cpplint: [build/include_order] Found C system header after other header. Should be: Extender.h, c system, c++ system, other. [4]
Extender.cpp(15): error cpplint: [build/include_subdir] Include the directory when naming header files [4]
Extender.cpp(48): error cpplint: [whitespace/comma] Missing space after , [3]
Extender.cpp(50): error cpplint: [whitespace/blank_line] Redundant blank line at the start of a code block should be deleted. [2]
Extender.cpp(61): error cpplint: [whitespace/comma] Missing space after , [3]
Extender.cpp(64): error cpplint: [whitespace/comments] Should have a space between // and comment [4]
Extender.cpp(70): error cpplint: [whitespace/parens] Missing space before ( in if( [5]

Done processing Extender.cpp Done processing Extender.h Done processing connect.cpp Done processing dashboard.cpp Done processing dashboard.h Done processing main.cpp Category 'build' errors found: 38 Category 'readability' errors found: 3 Category 'runtime' errors found: 19 Category 'whitespace' errors found: 858 Total errors found: 918