|
1 | 1 | --recursive --exclude=headers/* src |
2 | 2 | 1 |
3 | | -3 |
| 3 | +4 |
| 4 | +Done processing src/inspect/unnamed_namespace_check.hpp |
4 | 5 | Done processing src/tr1/c_policy.hpp |
5 | | -Total errors found: 66 |
| 6 | +Total errors found: 106 |
6 | 7 |
|
| 8 | +src/inspect/unnamed_namespace_check.hpp:0: No #ifndef header guard found, suggested CPP variable is: SAMPLES_BOOST_SAMPLE_SRC_INSPECT_UNNAMED_NAMESPACE_CHECK_HPP_ [build/header_guard] [5] |
| 9 | +src/inspect/unnamed_namespace_check.hpp:14: Do not use unnamed namespaces in header files. See https://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Namespaces for more information. [build/namespaces] [4] |
| 10 | +src/inspect/unnamed_namespace_check.hpp:18: At least two spaces is best between code and comments [whitespace/comments] [2] |
| 11 | +src/inspect/unnamed_namespace_check.hpp:19: Closing ) should be moved to the previous line [whitespace/parens] [2] |
| 12 | +src/inspect/unnamed_namespace_check.hpp:21: Anonymous namespace should be terminated with "// namespace" [readability/namespace] [5] |
| 13 | +src/inspect/unnamed_namespace_check.hpp:21: At least two spaces is best between code and comments [whitespace/comments] [2] |
| 14 | +src/inspect/unnamed_namespace_check.hpp:26: { should almost always be at the end of the previous line [whitespace/braces] [4] |
| 15 | +src/inspect/unnamed_namespace_check.hpp:27: Do not indent within a namespace [runtime/indentation_namespace] [4] |
| 16 | +src/inspect/unnamed_namespace_check.hpp:28: { should almost always be at the end of the previous line [whitespace/braces] [4] |
| 17 | +src/inspect/unnamed_namespace_check.hpp:29: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3] |
| 18 | +src/inspect/unnamed_namespace_check.hpp:30: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3] |
| 19 | +src/inspect/unnamed_namespace_check.hpp:30: { should almost always be at the end of the previous line [whitespace/braces] [4] |
| 20 | +src/inspect/unnamed_namespace_check.hpp:31: Extra space after ( in function call [whitespace/parens] [4] |
| 21 | +src/inspect/unnamed_namespace_check.hpp:31: Extra space before ) [whitespace/parens] [2] |
| 22 | +src/inspect/unnamed_namespace_check.hpp:32: At least two spaces is best between code and comments [whitespace/comments] [2] |
| 23 | +src/inspect/unnamed_namespace_check.hpp:32: Extra space after ( in function call [whitespace/parens] [4] |
| 24 | +src/inspect/unnamed_namespace_check.hpp:32: Extra space before ) [whitespace/parens] [2] |
| 25 | +src/inspect/unnamed_namespace_check.hpp:33: Extra space after ( in function call [whitespace/parens] [4] |
| 26 | +src/inspect/unnamed_namespace_check.hpp:33: Extra space before ) [whitespace/parens] [2] |
| 27 | +src/inspect/unnamed_namespace_check.hpp:34: At least two spaces is best between code and comments [whitespace/comments] [2] |
| 28 | +src/inspect/unnamed_namespace_check.hpp:34: Extra space after ( in function call [whitespace/parens] [4] |
| 29 | +src/inspect/unnamed_namespace_check.hpp:34: Extra space before ) [whitespace/parens] [2] |
| 30 | +src/inspect/unnamed_namespace_check.hpp:35: Extra space after ( in function call [whitespace/parens] [4] |
| 31 | +src/inspect/unnamed_namespace_check.hpp:35: Extra space before ) [whitespace/parens] [2] |
| 32 | +src/inspect/unnamed_namespace_check.hpp:36: Extra space after ( in function call [whitespace/parens] [4] |
| 33 | +src/inspect/unnamed_namespace_check.hpp:36: Extra space before ) [whitespace/parens] [2] |
| 34 | +src/inspect/unnamed_namespace_check.hpp:37: Extra space after ( in function call [whitespace/parens] [4] |
| 35 | +src/inspect/unnamed_namespace_check.hpp:37: Extra space before ) [whitespace/parens] [2] |
| 36 | +src/inspect/unnamed_namespace_check.hpp:38: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3] |
| 37 | +src/inspect/unnamed_namespace_check.hpp:40: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3] |
| 38 | +src/inspect/unnamed_namespace_check.hpp:44: { should almost always be at the end of the previous line [whitespace/braces] [4] |
| 39 | +src/inspect/unnamed_namespace_check.hpp:48: Lines should be <= 80 characters long [whitespace/line_length] [2] |
| 40 | +src/inspect/unnamed_namespace_check.hpp:49: Missing space before ( in for( [whitespace/parens] [5] |
| 41 | +src/inspect/unnamed_namespace_check.hpp:50: { should almost always be at the end of the previous line [whitespace/braces] [4] |
| 42 | +src/inspect/unnamed_namespace_check.hpp:54: Extra space after ( in function call [whitespace/parens] [4] |
| 43 | +src/inspect/unnamed_namespace_check.hpp:54: Extra space before ) [whitespace/parens] [2] |
| 44 | +src/inspect/unnamed_namespace_check.hpp:57: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3] |
| 45 | +src/inspect/unnamed_namespace_check.hpp:59: At least two spaces is best between code and comments [whitespace/comments] [2] |
| 46 | +src/inspect/unnamed_namespace_check.hpp:60: At least two spaces is best between code and comments [whitespace/comments] [2] |
| 47 | +src/inspect/unnamed_namespace_check.hpp:51: Add #include <string> for string [build/include_what_you_use] [4] |
7 | 48 | 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] |
8 | 49 | src/tr1/c_policy.hpp:9: Missing space before { [whitespace/braces] [5] |
9 | 50 | src/tr1/c_policy.hpp:13: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4] |
|
0 commit comments