PowerTuneDigital / PowerTuneDigitalOfficial

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

Quartermiletimer update #110

Closed PowerTuneDigital closed 1 year ago

PowerTuneDigital commented 1 year ago

Fix Quartermile timer to not add reaction time to overall time

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(41): error cpplint: [whitespace/comments] At least two spaces is best between code and comments [2]
calculations.cpp(41): error cpplint: [whitespace/comments] Should have a space between // and comment [4]
calculations.cpp(60): error cpplint: [whitespace/blank_line] Redundant blank line at the start of a code block should be deleted. [2]
calculations.cpp(60): error cpplint: [whitespace/blank_line] Redundant blank line at the end of a code block should be deleted. [3]
calculations.cpp(66): error cpplint: [whitespace/blank_line] Redundant blank line at the start of a code block should be deleted. [2]
calculations.cpp(66): error cpplint: [whitespace/blank_line] Redundant blank line at the end of a code block should be deleted. [3]
calculations.cpp(76): error cpplint: [whitespace/indent] Weird number of spaces at line-start.  Are you using a 2-space indent? [3]

Done processing calculations.cpp Category 'build' errors found: 3 Category 'whitespace' errors found: 48 Total errors found: 51