PowerTuneDigital / PowerTuneDigitalOfficial

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

Hotfix for merge that went wrong v 1.96w #25

Closed PowerTuneDigital closed 2 years ago

PowerTuneDigital commented 2 years ago

Hotfix

github-actions[bot] commented 2 years ago

Here are the first 10 encountered errors:

appsettings.cpp(2): error cpplint: [build/include_subdir] Include the directory when naming header files [4]
appsettings.cpp(3): error cpplint: [build/include_order] Found C system header after other header. Should be: appsettings.h, c system, c++ system, other. [4]
appsettings.cpp(4): error cpplint: [build/include_order] Found C system header after other header. Should be: appsettings.h, c system, c++ system, other. [4]
appsettings.cpp(97): error cpplint: [whitespace/blank_line] Redundant blank line at the end of a code block should be deleted. [3]
appsettings.cpp(118): error cpplint: [whitespace/comments] Should have a space between // and comment [4]
appsettings.cpp(122): error cpplint: [whitespace/comma] Missing space after , [3]
appsettings.cpp(123): error cpplint: [whitespace/comments] Should have a space between // and comment [4]
appsettings.cpp(124): error cpplint: [whitespace/blank_line] Redundant blank line at the end of a code block should be deleted. [3]
appsettings.cpp(127): error cpplint: [whitespace/line_length] Lines should be <= 120 characters long [2]

Done processing appsettings.cpp Done processing gps.cpp Category 'build' errors found: 11 Category 'readability' errors found: 3 Category 'whitespace' errors found: 241 Total errors found: 255