PowerTuneDigital / PowerTuneDigitalOfficial

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

Bugfixing #17

Closed MarkusIppy closed 2 years ago

MarkusIppy commented 2 years ago

Bugfix for Network / and GPS

github-actions[bot] commented 2 years 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(37): error cpplint: [whitespace/blank_line] Redundant blank line at the start of a code block should be deleted. [2]
Extender.cpp(37): error cpplint: [whitespace/blank_line] Redundant blank line at the end of a code block should be deleted. [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(52): error cpplint: [whitespace/comments] Should have a space between // and comment [4]
Extender.cpp(54): error cpplint: [whitespace/comma] Missing space after , [3]

Done processing Extender.cpp Done processing dashboard.cpp Done processing dashboard.h Done processing gps.cpp Category 'build' errors found: 15 Category 'readability' errors found: 6 Category 'runtime' errors found: 10 Category 'whitespace' errors found: 587 Total errors found: 618