@@ -62,10 +62,9 @@ src/sillycode.cpp:166: Do not use variable-length arrays. Use an appropriately
6262src/sillycode.cpp:170: Tab found; better to use spaces [whitespace/tab] [1]
6363src/sillycode.cpp:173: Tab found; better to use spaces [whitespace/tab] [1]
6464src/sillycode.cpp:173: At least two spaces is best between code and comments [whitespace/comments] [2]
65- src/sillycode.cpp:173: For a static /global string constant, use a C style string instead: "char s[]" . [runtime/string] [4]
65+ src/sillycode.cpp:173: Static /global string variables are not permitted . [runtime/string] [4]
6666src/sillycode.cpp:174: Tab found; better to use spaces [whitespace/tab] [1]
6767src/sillycode.cpp:174: At least two spaces is best between code and comments [whitespace/comments] [2]
68- src/sillycode.cpp:178: Default lambda captures are an unapproved C++ feature. [build/c++11] [4]
6968src/sillycode.cpp:179: Tab found; better to use spaces [whitespace/tab] [1]
7069src/sillycode.cpp:179: At least two spaces is best between code and comments [whitespace/comments] [2]
7170src/sillycode.cpp:185: Tab found; better to use spaces [whitespace/tab] [1]
@@ -78,8 +77,7 @@ src/sillycode.cpp:194: If an else has a brace on one side, it should have it on
7877src/sillycode.cpp:197: An else should appear on the same line as the preceding } [whitespace/newline] [4]
7978src/sillycode.cpp:197: If an else has a brace on one side, it should have it on both [readability/braces] [5]
8079src/sillycode.cpp:203: Missing space before { [whitespace/braces] [5]
81- src/sillycode.cpp:203: For a static/global string constant, use a C style string instead: "char var[]". [runtime/string] [4]
82- src/sillycode.cpp:203: Default lambda captures are an unapproved C++ feature. [build/c++11] [4]
80+ src/sillycode.cpp:203: Static/global string variables are not permitted. [runtime/string] [4]
8381src/sillycode.cpp:204: Tab found; better to use spaces [whitespace/tab] [1]
8482src/sillycode.cpp:204: At least two spaces is best between code and comments [whitespace/comments] [2]
8583src/sillycode.cpp:209: At least two spaces is best between code and comments [whitespace/comments] [2]
@@ -92,6 +90,7 @@ src/sillycode.cpp:215: Tab found; better to use spaces [whitespace/tab] [1]
9290src/sillycode.cpp:215: At least two spaces is best between code and comments [whitespace/comments] [2]
9391src/sillycode.cpp:220: Tab found; better to use spaces [whitespace/tab] [1]
9492src/sillycode.cpp:220: At least two spaces is best between code and comments [whitespace/comments] [2]
93+ src/sillycode.cpp:222: Static/global string variables are not permitted. [runtime/string] [4]
9594src/sillycode.cpp:223: At least two spaces is best between code and comments [whitespace/comments] [2]
9695src/sillycode.cpp:223: Using C-style cast. Use reinterpret_cast<double*>(...) instead [readability/casting] [4]
9796src/sillycode.cpp:231: public: should be indented +1 space inside class derived2 [whitespace/indent] [3]
0 commit comments