Skip to content

Instantly share code, notes, and snippets.

@vidhan13j07
Last active May 16, 2017 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vidhan13j07/c96920a9db454ba7e3eb8fcf61e3e2ce to your computer and use it in GitHub Desktop.
Save vidhan13j07/c96920a9db454ba7e3eb8fcf61e3e2ce to your computer and use it in GitHub Desktop.
--------------------
------ *.c ------
--------------------
src/trsp/src/trsp.c:36: Include the directory when naming .h files [build/include] [4]
src/trsp/src/trsp.c:38: Include the directory when naming .h files [build/include] [4]
src/trsp/src/trsp.c:43: Include the directory when naming .h files [build/include] [4]
src/trsp/src/trsp.c:46: Include the directory when naming .h files [build/include] [4]
Done processing src/trsp/src/trsp.c
Total errors found: 4
--------------------
------ *.cpp ------
--------------------
src/trsp/src/GraphDefinition.cpp:0: No copyright message found. You should have a line: "Copyright [year] <Copyright Owner>" [legal/copyright] [5]
src/trsp/src/GraphDefinition.cpp:13: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:27: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:33: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:43: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:45: Missing space before ( in for( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:45: Missing space before { [whitespace/braces] [5]
src/trsp/src/GraphDefinition.cpp:56: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.cpp:57: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:58: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:59: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:62: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:63: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:67: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/trsp/src/GraphDefinition.cpp:68: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:77: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:80: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:81: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:83: At least two spaces is best between code and comments [whitespace/comments] [2]
src/trsp/src/GraphDefinition.cpp:86: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/trsp/src/GraphDefinition.cpp:87: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:102: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.cpp:105: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:107: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.cpp:108: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:109: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/GraphDefinition.cpp:109: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:113: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.cpp:114: Missing space before ( in for( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:115: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:117: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.cpp:119: Missing space before ( in for( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:120: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:121: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:122: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:126: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:127: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:135: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:144: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.cpp:150: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:154: Missing space before ( in for( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:155: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:158: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:159: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:160: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:162: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:163: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:164: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:165: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:166: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:167: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:169: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:170: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:171: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:174: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:175: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:179: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/trsp/src/GraphDefinition.cpp:180: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:181: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:182: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:183: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:184: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:186: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:187: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:188: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:191: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:192: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:206: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/GraphDefinition.cpp:211: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:213: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:214: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:217: Missing space before ( in for( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:218: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:219: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/GraphDefinition.cpp:219: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.cpp:220: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/GraphDefinition.cpp:221: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/GraphDefinition.cpp:222: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/GraphDefinition.cpp:222: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:222: Missing space before { [whitespace/braces] [5]
src/trsp/src/GraphDefinition.cpp:223: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/GraphDefinition.cpp:224: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/GraphDefinition.cpp:225: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/GraphDefinition.cpp:225: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.cpp:226: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/GraphDefinition.cpp:227: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/GraphDefinition.cpp:227: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:227: Missing space before { [whitespace/braces] [5]
src/trsp/src/GraphDefinition.cpp:228: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/GraphDefinition.cpp:229: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/GraphDefinition.cpp:230: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/GraphDefinition.cpp:230: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/trsp/src/GraphDefinition.cpp:231: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/GraphDefinition.cpp:231: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:231: Missing space before { [whitespace/braces] [5]
src/trsp/src/GraphDefinition.cpp:232: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/GraphDefinition.cpp:233: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/GraphDefinition.cpp:234: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/GraphDefinition.cpp:235: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/GraphDefinition.cpp:236: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/GraphDefinition.cpp:245: Missing space before ( in for( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:246: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:248: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:249: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:255: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:255: Using C-style cast. Use reinterpret_cast<path_element_tt *>(...) instead [readability/casting] [4]
src/trsp/src/GraphDefinition.cpp:258: Missing space before ( in for( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:259: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:270: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:270: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.cpp:271: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:272: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:273: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:274: Using C-style cast. Use const_cast<char *>(...) instead [readability/casting] [4]
src/trsp/src/GraphDefinition.cpp:278: Missing space before ( in for( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:279: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:284: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:285: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:286: Using C-style cast. Use const_cast<char *>(...) instead [readability/casting] [4]
src/trsp/src/GraphDefinition.cpp:291: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:292: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:293: Using C-style cast. Use const_cast<char *>(...) instead [readability/casting] [4]
src/trsp/src/GraphDefinition.cpp:302: Missing space before ( in for( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:303: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:305: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:306: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:307: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:308: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:309: Missing spaces around = [whitespace/operators] [4]
src/trsp/src/GraphDefinition.cpp:312: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:315: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/trsp/src/GraphDefinition.cpp:316: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:317: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:318: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:322: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:326: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/GraphDefinition.cpp:327: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.cpp:329: Missing space before ( in while( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:330: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:333: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.cpp:336: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:337: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:339: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:341: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:343: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:345: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/trsp/src/GraphDefinition.cpp:346: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:348: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:350: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:352: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:355: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:356: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:357: Using C-style cast. Use const_cast<char *>(...) instead [readability/casting] [4]
src/trsp/src/GraphDefinition.cpp:361: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/trsp/src/GraphDefinition.cpp:362: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:363: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:364: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:367: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/trsp/src/GraphDefinition.cpp:368: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:382: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:382: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.cpp:383: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:384: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:385: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:386: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:391: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:393: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.cpp:399: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:400: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:403: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/trsp/src/GraphDefinition.cpp:403: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:404: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:407: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/trsp/src/GraphDefinition.cpp:408: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:417: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:418: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:424: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:425: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:435: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:437: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/GraphDefinition.cpp:438: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:439: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:442: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/trsp/src/GraphDefinition.cpp:442: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:443: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:446: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/trsp/src/GraphDefinition.cpp:447: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:456: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:457: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:463: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:464: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:473: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:478: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:478: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.cpp:479: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:480: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:484: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:487: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/GraphDefinition.cpp:487: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.cpp:488: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/GraphDefinition.cpp:489: Missing space before ( in for( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:490: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:493: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.cpp:494: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:495: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:496: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:498: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/trsp/src/GraphDefinition.cpp:499: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:505: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/GraphDefinition.cpp:506: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:507: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:508: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:509: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:511: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/GraphDefinition.cpp:512: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:514: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:515: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:520: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:521: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:522: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:523: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:526: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/GraphDefinition.cpp:526: Missing space before ( in for( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:527: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:528: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:533: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:538: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:538: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.cpp:540: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:541: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:542: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:547: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/GraphDefinition.cpp:554: Missing space before ( in for( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:555: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:559: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/GraphDefinition.cpp:560: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:561: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:562: Using C-style cast. Use const_cast<char *>(...) instead [readability/casting] [4]
src/trsp/src/GraphDefinition.cpp:567: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:568: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:569: Using C-style cast. Use const_cast<char *>(...) instead [readability/casting] [4]
src/trsp/src/GraphDefinition.cpp:577: Missing space around colon in range-based for loop [whitespace/forcolon] [2]
src/trsp/src/GraphDefinition.cpp:577: Missing space before ( in for( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:578: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:580: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:581: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:582: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:583: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:584: Missing spaces around = [whitespace/operators] [4]
src/trsp/src/GraphDefinition.cpp:587: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:590: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/trsp/src/GraphDefinition.cpp:591: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:592: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:593: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:594: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:597: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:601: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.cpp:603: Missing space before ( in while( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:604: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:607: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.cpp:610: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:611: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:613: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:615: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:617: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:619: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/trsp/src/GraphDefinition.cpp:620: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:622: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:624: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:626: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:629: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:630: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:631: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:632: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:633: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:634: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:638: Using C-style cast. Use const_cast<char *>(...) instead [readability/casting] [4]
src/trsp/src/GraphDefinition.cpp:642: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/trsp/src/GraphDefinition.cpp:643: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:645: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:646: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:650: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/trsp/src/GraphDefinition.cpp:651: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:661: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:662: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:663: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:664: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:668: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/GraphDefinition.cpp:669: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:669: Using C-style cast. Use reinterpret_cast<path_element_tt *>(...) instead [readability/casting] [4]
src/trsp/src/GraphDefinition.cpp:672: Missing space before ( in for( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:673: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:678: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:679: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:683: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:684: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:695: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:696: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:697: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:698: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:699: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:700: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:700: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:701: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:702: Using C-style cast. Use reinterpret_cast<path_element_tt *>(...) instead [readability/casting] [4]
src/trsp/src/GraphDefinition.cpp:706: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:711: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/trsp/src/GraphDefinition.cpp:712: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:713: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:713: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:714: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:715: Using C-style cast. Use reinterpret_cast<path_element_tt *>(...) instead [readability/casting] [4]
src/trsp/src/GraphDefinition.cpp:719: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:725: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/GraphDefinition.cpp:725: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/trsp/src/GraphDefinition.cpp:730: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:731: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:732: Missing space before ( in for( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:733: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:734: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:735: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:736: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:737: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:740: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/trsp/src/GraphDefinition.cpp:741: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:753: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:754: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:755: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:756: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:757: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:758: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:759: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:760: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:761: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:762: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:764: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/trsp/src/GraphDefinition.cpp:765: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:766: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:767: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:770: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/trsp/src/GraphDefinition.cpp:771: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:772: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:774: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:775: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:776: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:777: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:779: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/trsp/src/GraphDefinition.cpp:780: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:781: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:782: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:792: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:795: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/GraphDefinition.cpp:795: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:798: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/GraphDefinition.cpp:804: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/GraphDefinition.cpp:810: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:811: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:815: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:816: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:819: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:820: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:824: Should have a space between // and comment [whitespace/comments] [4]
src/trsp/src/GraphDefinition.cpp:825: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:826: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:827: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:828: Should have a space between // and comment [whitespace/comments] [4]
src/trsp/src/GraphDefinition.cpp:829: Should have a space between // and comment [whitespace/comments] [4]
src/trsp/src/GraphDefinition.cpp:830: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.cpp:831: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.cpp:832: Missing space before ( in for( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:833: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:834: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/GraphDefinition.cpp:834: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.cpp:840: Should have a space between // and comment [whitespace/comments] [4]
src/trsp/src/GraphDefinition.cpp:842: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:843: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:844: Should have a space between // and comment [whitespace/comments] [4]
src/trsp/src/GraphDefinition.cpp:845: Should have a space between // and comment [whitespace/comments] [4]
src/trsp/src/GraphDefinition.cpp:846: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.cpp:847: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.cpp:848: Missing space before ( in for( [whitespace/parens] [5]
src/trsp/src/GraphDefinition.cpp:849: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.cpp:850: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/GraphDefinition.cpp:850: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.cpp:857: Should have a space between // and comment [whitespace/comments] [4]
src/trsp/src/GraphDefinition.cpp:862: Should have a space between // and comment [whitespace/comments] [4]
src/trsp/src/GraphDefinition.cpp:863: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.cpp:863: Add #include <utility> for make_pair [build/include_what_you_use] [4]
src/trsp/src/GraphDefinition.cpp:548: Add #include <queue> for priority_queue<> [build/include_what_you_use] [4]
src/trsp/src/GraphDefinition.cpp:548: Add #include <vector> for vector<> [build/include_what_you_use] [4]
src/trsp/src/GraphDefinition.cpp:3: src/trsp/src/GraphDefinition.cpp should include its header file src/trsp/src/GraphDefinition.h [build/include] [5]
Done processing src/trsp/src/GraphDefinition.cpp
src/trsp/src/trsp_core.cpp:0: No copyright message found. You should have a line: "Copyright [year] <Copyright Owner>" [legal/copyright] [5]
src/trsp/src/trsp_core.cpp:7: Include the directory when naming .h files [build/include] [4]
src/trsp/src/trsp_core.cpp:23: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/trsp_core.cpp:25: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/trsp/src/trsp_core.cpp:30: Missing spaces around < [whitespace/operators] [3]
src/trsp/src/trsp_core.cpp:31: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/trsp_core.cpp:34: Missing space before ( in for( [whitespace/parens] [5]
src/trsp/src/trsp_core.cpp:35: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/trsp_core.cpp:42: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/trsp_core.cpp:51: Using C-style cast. Use reinterpret_cast<char *>(...) instead [readability/casting] [4]
src/trsp/src/trsp_core.cpp:55: Using C-style cast. Use const_cast<char *>(...) instead [readability/casting] [4]
src/trsp/src/trsp_core.cpp:75: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/trsp_core.cpp:77: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/trsp/src/trsp_core.cpp:82: Missing spaces around < [whitespace/operators] [3]
src/trsp/src/trsp_core.cpp:83: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/trsp_core.cpp:86: Missing space before ( in for( [whitespace/parens] [5]
src/trsp/src/trsp_core.cpp:87: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/trsp_core.cpp:94: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/trsp_core.cpp:103: Using C-style cast. Use reinterpret_cast<char *>(...) instead [readability/casting] [4]
src/trsp/src/trsp_core.cpp:107: Using C-style cast. Use const_cast<char *>(...) instead [readability/casting] [4]
src/trsp/src/trsp_core.cpp:90: Add #include <utility> for make_pair [build/include_what_you_use] [4]
src/trsp/src/trsp_core.cpp:83: Add #include <vector> for vector<> [build/include_what_you_use] [4]
Done processing src/trsp/src/trsp_core.cpp
src/trsp/src/trsp_driver.cpp:31: Include the directory when naming .h files [build/include] [4]
src/trsp/src/trsp_driver.cpp:46: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/trsp/src/trsp_driver.cpp:51: Missing spaces around < [whitespace/operators] [3]
src/trsp/src/trsp_driver.cpp:55: Missing space before ( in for( [whitespace/parens] [5]
src/trsp/src/trsp_driver.cpp:56: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/trsp_driver.cpp:62: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/trsp_driver.cpp:64: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/trsp_driver.cpp:97: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/trsp/src/trsp_driver.cpp:102: Missing spaces around < [whitespace/operators] [3]
src/trsp/src/trsp_driver.cpp:106: Missing space before ( in for( [whitespace/parens] [5]
src/trsp/src/trsp_driver.cpp:107: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/trsp_driver.cpp:113: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/trsp_driver.cpp:123: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/trsp_driver.cpp:110: Add #include <utility> for make_pair [build/include_what_you_use] [4]
src/trsp/src/trsp_driver.cpp:103: Add #include <vector> for vector<> [build/include_what_you_use] [4]
Done processing src/trsp/src/trsp_driver.cpp
Total errors found: 428
--------------------
------ C HEADER ------
--------------------
Skipping input 'include/drivers/trsp/*.h': Can't open for reading
Skipping input 'include/c_types/trsp/*.h': Can't open for reading
Total errors found: 0
--------------------
------ C++ HEADER ------
--------------------
Skipping input 'include/trsp/*.h*': Can't open for reading
Total errors found: 0
--------------------
------ this shouild fail ------
--------------------
src/trsp/src/GraphDefinition.h:0: No copyright message found. You should have a line: "Copyright [year] <Copyright Owner>" [legal/copyright] [5]
src/trsp/src/GraphDefinition.h:1: #ifndef header guard has wrong style, please use: SRC_TRSP_SRC_GRAPHDEFINITION_H_ [build/header_guard] [5]
src/trsp/src/GraphDefinition.h:159: #endif line should be "#endif // SRC_TRSP_SRC_GRAPHDEFINITION_H_" [build/header_guard] [5]
src/trsp/src/GraphDefinition.h:8: Found C system header after C++ system header. Should be: GraphDefinition.h, c system, c++ system, other. [build/include_order] [4]
src/trsp/src/GraphDefinition.h:12: Include the directory when naming .h files [build/include] [4]
src/trsp/src/GraphDefinition.h:14: Should have a space between // and comment [whitespace/comments] [4]
src/trsp/src/GraphDefinition.h:16: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.h:18: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.h:20: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.h:40: Missing space before { [whitespace/braces] [5]
src/trsp/src/GraphDefinition.h:41: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.h:42: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.h:45: Missing space before { [whitespace/braces] [5]
src/trsp/src/GraphDefinition.h:47: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.h:48: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.h:51: Missing space before { [whitespace/braces] [5]
src/trsp/src/GraphDefinition.h:55: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.h:60: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.h:61: public: should be indented +1 space inside class GraphEdgeInfo [whitespace/indent] [3]
src/trsp/src/GraphDefinition.h:62: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.h:63: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.h:64: Use int16/int64/etc, rather than the C type short [runtime/int] [4]
src/trsp/src/GraphDefinition.h:69: Should have a space between // and comment [whitespace/comments] [4]
src/trsp/src/GraphDefinition.h:73: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.h:74: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.h:81: Missing space after , [whitespace/comma] [3]
src/trsp/src/GraphDefinition.h:81: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.h:82: Missing space after , [whitespace/comma] [3]
src/trsp/src/GraphDefinition.h:82: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.h:88: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/GraphDefinition.h:89: public: should be indented +1 space inside class GraphDefinition [whitespace/indent] [3]
src/trsp/src/GraphDefinition.h:93: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.h:97: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.h:103: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.h:107: Is this a non-const reference? If so, make const or use a pointer: std::vector<PDVI> &ruleList [runtime/references] [2]
src/trsp/src/GraphDefinition.h:110: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.h:111: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.h:115: Is this a non-const reference? If so, make const or use a pointer: std::vector<PDVI> &ruleList [runtime/references] [2]
src/trsp/src/GraphDefinition.h:122: Is this a non-const reference? If so, make const or use a pointer: std::vector<PDVI> &ruleList [runtime/references] [2]
src/trsp/src/GraphDefinition.h:128: private: should be indented +1 space inside class GraphDefinition [whitespace/indent] [3]
src/trsp/src/GraphDefinition.h:129: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.h:130: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.h:130: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.h:130: Is this a non-const reference? If so, make const or use a pointer: GraphEdgeInfo& cur_edge [runtime/references] [2]
src/trsp/src/GraphDefinition.h:130: Is this a non-const reference? If so, make const or use a pointer: LongVector &vecIndex [runtime/references] [2]
src/trsp/src/GraphDefinition.h:130: Is this a non-const reference? If so, make const or use a pointer: std::priority_queue<PDP, std::vector<PDP>, std::greater<PDP> > &que [runtime/references] [2]
src/trsp/src/GraphDefinition.h:131: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.h:131: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.h:131: Is this a non-const reference? If so, make const or use a pointer: GraphEdgeInfo& new_edge [runtime/references] [2]
src/trsp/src/GraphDefinition.h:133: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.h:133: Is this a non-const reference? If so, make const or use a pointer: GraphEdgeInfo& firstEdge [runtime/references] [2]
src/trsp/src/GraphDefinition.h:133: Is this a non-const reference? If so, make const or use a pointer: GraphEdgeInfo& secondEdge [runtime/references] [2]
src/trsp/src/GraphDefinition.h:134: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/trsp/src/GraphDefinition.h:138: private: should be indented +1 space inside class GraphDefinition [whitespace/indent] [3]
src/trsp/src/GraphDefinition.h:142: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.h:143: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.h:144: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.h:145: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/GraphDefinition.h:150: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/GraphDefinition.h:20: Add #include <utility> for pair<> [build/include_what_you_use] [4]
Done processing src/trsp/src/GraphDefinition.h
src/trsp/src/trsp.h:22: #ifndef header guard has wrong style, please use: SRC_TRSP_SRC_TRSP_H_ [build/header_guard] [5]
src/trsp/src/trsp.h:94: #endif line should be "#endif // SRC_TRSP_SRC_TRSP_H_" [build/header_guard] [5]
src/trsp/src/trsp.h:21: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
src/trsp/src/trsp.h:21: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/trsp.h:27: Include the directory when naming .h files [build/include] [4]
src/trsp/src/trsp.h:32: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/trsp.h:33: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/trsp.h:34: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/trsp.h:35: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/trsp.h:41: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/trsp.h:42: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/trsp.h:43: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/trsp.h:45: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/trsp.h:48: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/trsp.h:49: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/trsp.h:50: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/trsp.h:51: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/trsp.h:60: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/trsp.h:60: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/trsp.h:61: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/trsp.h:61: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/trsp.h:62: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/trsp.h:62: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/trsp.h:63: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/trsp.h:64: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/trsp.h:64: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/trsp.h:65: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/trsp.h:66: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/trsp.h:66: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/trsp.h:67: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/trsp.h:68: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/trsp.h:69: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/trsp.h:71: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/trsp/src/trsp.h:75: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/trsp.h:75: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/trsp.h:76: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/trsp.h:76: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/trsp.h:77: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/trsp.h:77: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/trsp.h:78: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/trsp.h:79: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/trsp.h:79: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/trsp.h:81: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/trsp.h:83: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/trsp.h:83: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/trsp.h:84: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/trsp.h:85: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/trsp.h:86: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/trsp.h:88: Closing ) should be moved to the previous line [whitespace/parens] [2]
Done processing src/trsp/src/trsp.h
src/trsp/src/trsp_driver.h:23: #ifndef header guard has wrong style, please use: SRC_TRSP_SRC_TRSP_DRIVER_H_ [build/header_guard] [5]
src/trsp/src/trsp_driver.h:64: #endif line should be "#endif // SRC_TRSP_SRC_TRSP_DRIVER_H_" [build/header_guard] [5]
src/trsp/src/trsp_driver.h:22: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
src/trsp/src/trsp_driver.h:22: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/trsp_driver.h:37: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/trsp_driver.h:37: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/trsp_driver.h:38: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/trsp_driver.h:39: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/trsp_driver.h:39: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/trsp_driver.h:40: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/trsp_driver.h:41: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/trsp_driver.h:41: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/trsp_driver.h:42: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/trsp_driver.h:43: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/trsp_driver.h:45: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/trsp/src/trsp_driver.h:49: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/trsp_driver.h:49: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/trsp_driver.h:50: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/trsp_driver.h:51: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/trsp_driver.h:51: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/trsp_driver.h:53: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/trsp_driver.h:55: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/trsp_driver.h:55: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/trsp_driver.h:56: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/trsp_driver.h:57: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/trsp_driver.h:59: Closing ) should be moved to the previous line [whitespace/parens] [2]
Done processing src/trsp/src/trsp_driver.h
src/trsp/src/utils.h:0: No copyright message found. You should have a line: "Copyright [year] <Copyright Owner>" [legal/copyright] [5]
src/trsp/src/utils.h:2: #ifndef header guard has wrong style, please use: SRC_TRSP_SRC_UTILS_H_ [build/header_guard] [5]
src/trsp/src/utils.h:106: #endif line should be "#endif // SRC_TRSP_SRC_UTILS_H_" [build/header_guard] [5]
src/trsp/src/utils.h:14: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/utils.h:21: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/utils.h:22: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:22: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/utils.h:22: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/trsp/src/utils.h:23: public: should be indented +1 space inside class StringOperation [whitespace/indent] [3]
src/trsp/src/utils.h:24: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:24: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/utils.h:24: Do not leave a blank line after "public:" [whitespace/blank_line] [3]
src/trsp/src/utils.h:25: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:26: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:26: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/utils.h:27: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:28: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:28: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/utils.h:30: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:30: Missing space after , [whitespace/comma] [3]
src/trsp/src/utils.h:31: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:32: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:33: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:37: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/utils.h:38: public: should be indented +1 space inside class StringTokenizer [whitespace/indent] [3]
src/trsp/src/utils.h:39: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:40: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:40: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/utils.h:40: Missing space before { [whitespace/braces] [5]
src/trsp/src/utils.h:41: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:42: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:44: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:45: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:45: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/utils.h:45: Missing space before { [whitespace/braces] [5]
src/trsp/src/utils.h:46: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:47: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:48: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:50: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:51: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:51: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/utils.h:51: Missing space before { [whitespace/braces] [5]
src/trsp/src/utils.h:52: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:53: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:53: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/utils.h:54: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:54: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/utils.h:54: Missing space before { [whitespace/braces] [5]
src/trsp/src/utils.h:55: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:55: Missing space after , [whitespace/comma] [3]
src/trsp/src/utils.h:56: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:57: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:57: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/utils.h:57: Missing space before { [whitespace/braces] [5]
src/trsp/src/utils.h:58: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:59: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:59: Missing space after , [whitespace/comma] [3]
src/trsp/src/utils.h:60: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:61: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:62: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:63: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:63: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/trsp/src/utils.h:63: Missing space before ( in if( [whitespace/parens] [5]
src/trsp/src/utils.h:64: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:64: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/utils.h:64: Missing space before { [whitespace/braces] [5]
src/trsp/src/utils.h:65: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:66: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:67: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:68: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:69: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:70: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:70: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/utils.h:71: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:71: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/utils.h:71: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/trsp/src/utils.h:72: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:73: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/trsp/src/utils.h:74: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:74: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/utils.h:75: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:76: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:78: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:78: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/utils.h:79: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:79: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/utils.h:79: Missing space before { [whitespace/braces] [5]
src/trsp/src/utils.h:80: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:81: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:83: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:83: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/utils.h:83: Is this a non-const reference? If so, make const or use a pointer: std::string& strToken [runtime/references] [2]
src/trsp/src/utils.h:84: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:84: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/utils.h:84: Missing space before { [whitespace/braces] [5]
src/trsp/src/utils.h:85: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:85: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/trsp/src/utils.h:86: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:87: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:87: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/utils.h:87: Missing space before { [whitespace/braces] [5]
src/trsp/src/utils.h:88: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:89: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:90: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:91: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:92: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:94: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:94: Is this a non-const reference? If so, make const or use a pointer: StringVector& vecTokensRef [runtime/references] [2]
src/trsp/src/utils.h:95: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:95: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/trsp/src/utils.h:95: Missing space before { [whitespace/braces] [5]
src/trsp/src/utils.h:96: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:97: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:98: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:100: private: should be indented +1 space inside class StringTokenizer [whitespace/indent] [3]
src/trsp/src/utils.h:101: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:102: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:103: Tab found; better to use spaces [whitespace/tab] [1]
src/trsp/src/utils.h:103: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/trsp/src/utils.h:103: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
Done processing src/trsp/src/utils.h
Total errors found: 255
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment