Skip to content

Commit d23313e

Browse files
committed
Revert "fix cli tests after "Fix the build/endif_comment check.""
This reverts commit c253552. # Conflicts: # cpplint_clitest.py # samples/boost-sample/headers_simple.def # samples/boost-sample/simple.def # samples/chromium-sample/simple.def # samples/codelite-sample/simple.def # samples/protobuf-sample/simple.def # samples/vlc-sample/simple.def
1 parent 3b83a5c commit d23313e

File tree

6 files changed

+6
-240
lines changed

6 files changed

+6
-240
lines changed

samples/boost-sample/headers_simple.def

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ src/tr1/*
22
1
33
3
44
Done processing src/tr1/c_policy.hpp
5-
Total errors found: 68
5+
Total errors found: 66
66

77
src/tr1/c_policy.hpp:0: No #ifndef header guard found, suggested CPP variable is: SAMPLES_BOOST_SAMPLE_SRC_TR1_C_POLICY_HPP_ [build/header_guard] [5]
88
src/tr1/c_policy.hpp:9: Missing space before { [whitespace/braces] [5]
@@ -24,7 +24,6 @@ src/tr1/c_policy.hpp:27: Weird number of spaces at line-start. Are you using a
2424
src/tr1/c_policy.hpp:28: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
2525
src/tr1/c_policy.hpp:30: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
2626
src/tr1/c_policy.hpp:32: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
27-
src/tr1/c_policy.hpp:33: Uncommented text after #endif is non-standard. Use a comment. [build/endif_comment] [5]
2827
src/tr1/c_policy.hpp:34: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
2928
src/tr1/c_policy.hpp:35: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
3029
src/tr1/c_policy.hpp:36: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
@@ -51,7 +50,6 @@ src/tr1/c_policy.hpp:60: Weird number of spaces at line-start. Are you using a
5150
src/tr1/c_policy.hpp:61: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
5251
src/tr1/c_policy.hpp:63: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
5352
src/tr1/c_policy.hpp:65: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
54-
src/tr1/c_policy.hpp:66: Uncommented text after #endif is non-standard. Use a comment. [build/endif_comment] [5]
5553
src/tr1/c_policy.hpp:67: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
5654
src/tr1/c_policy.hpp:68: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
5755
src/tr1/c_policy.hpp:69: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]

0 commit comments

Comments
 (0)