PowerTuneDigital / PowerTuneDigitalOfficial

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

Odofixes #89

Closed PowerTuneDigital closed 1 year ago

github-actions[bot] commented 1 year ago

Here are the first 10 encountered errors:

calculations.cpp(10): error cpplint: [build/include_subdir] Include the directory when naming header files [4]
calculations.cpp(11): error cpplint: [build/include_order] Found C system header after other header. Should be: calculations.h, c system, c++ system, other. [4]
calculations.cpp(40): error cpplint: [whitespace/comments] At least two spaces is best between code and comments [2]
calculations.cpp(40): error cpplint: [whitespace/comments] Should have a space between // and comment [4]
calculations.cpp(59): error cpplint: [whitespace/blank_line] Redundant blank line at the start of a code block should be deleted. [2]
calculations.cpp(59): error cpplint: [whitespace/blank_line] Redundant blank line at the end of a code block should be deleted. [3]
calculations.cpp(65): error cpplint: [whitespace/blank_line] Redundant blank line at the start of a code block should be deleted. [2]
calculations.cpp(65): error cpplint: [whitespace/blank_line] Redundant blank line at the end of a code block should be deleted. [3]
calculations.cpp(79): error cpplint: [whitespace/blank_line] Redundant blank line at the end of a code block should be deleted. [3]

Done processing calculations.cpp Done processing dashboard.cpp Category 'build' errors found: 4 Category 'readability' errors found: 3 Category 'whitespace' errors found: 365 Total errors found: 372