PowerTuneDigital / PowerTuneDigitalOfficial

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

Adding cpplint against modified files #6

Closed pgrandin closed 2 years ago

github-actions[bot] commented 2 years ago

Here are the first 10 encountered errors:

iomapdata.cpp(12): error cpplint: [whitespace/comments] Should have a space between // and comment [4]
iomapdata.cpp(14): error cpplint: [whitespace/comments] At least two spaces is best between code and comments [2]
iomapdata.cpp(14): error cpplint: [whitespace/parens] Extra space before ( in function call [4]
iomapdata.cpp(20): error cpplint: [whitespace/comments] Should have a space between // and comment [4]
iomapdata.cpp(23): error cpplint: [whitespace/comments] Should have a space between // and comment [4]
iomapdata.cpp(24): error cpplint: [whitespace/comments] Should have a space between // and comment [4]
iomapdata.cpp(29): error cpplint: [whitespace/comments] Should have a space between // and comment [4]
iomapdata.cpp(31): error cpplint: [whitespace/comments] At least two spaces is best between code and comments [2]
iomapdata.cpp(34): error cpplint: [whitespace/comments] Should have a space between // and comment [4]

Done processing iomapdata.cpp Category 'build' errors found: 1 Category 'readability' errors found: 1 Category 'whitespace' errors found: 134 Total errors found: 136

github-actions[bot] commented 2 years ago

Here are the first 10 encountered errors:

iomapdata.cpp(48): error cpplint: [whitespace/comments] Should have a space between // and comment [4]
iomapdata.cpp(50): error cpplint: [whitespace/comma] Missing space after , [3]
iomapdata.cpp(51): error cpplint: [whitespace/comma] Missing space after , [3]
iomapdata.cpp(54): error cpplint: [whitespace/parens] Missing space before ( in for( [5]
iomapdata.cpp(56): error cpplint: [whitespace/parens] Missing space before ( in if( [5]
iomapdata.cpp(58): error cpplint: [whitespace/comments] Should have a space between // and comment [4]
iomapdata.cpp(59): error cpplint: [whitespace/comments] Should have a space between // and comment [4]
iomapdata.cpp(61): error cpplint: [whitespace/comments] Should have a space between // and comment [4]
iomapdata.cpp(64): error cpplint: [whitespace/parens] Missing space before ( in if( [5]

Done processing iomapdata.cpp Category 'build' errors found: 1 Category 'readability' errors found: 1 Category 'whitespace' errors found: 118 Total errors found: 120