RTM_Contest

SUMMARY

No Title RTCs LOC COM% WARN% ERRs WARNs Licences EXEs
01 実機とシミュレータを併用するロボットプログラミング教材のための支援ツール 2 cpp:1500(54.92%)
python:1175(43.02%)
xml:56(2.05%)
54.00% 58.00% 0 1281 10 0
02 写真撮影ロボット制御のためのRTC群 4 cpp:2451(92.46%)
xml:200(7.54%)
52.00% 76.00% 2 2943 26 4
03 深層学習を用いたコンポーネント群の作成 4 cpp:645(43.67%)
python:580(39.27%)
xml:250(16.93%)
sh:2(0.14%)
43.00% 55.00% 0 1775 22 0
04 クラウド型音声認識RTコンポーネントフレームワークの開発 1 cpp:195(87.05%)
xml:29(12.95%)
57.00% 11.00% 0 77 6 0
05 フェイス・ツゥー・フェイス・カメラRTCの開発 1 cpp:536(92.57%)
xml:32(5.53%)
ansic:11(1.90%)
34.00% 49.00% 0 821 13 10
06 Choreonoid用OpenRTM連携プラグインPython版 9 cpp:5882(77.35%)
python:1554(20.44%)
xml:168(2.21%)
55.00% 108.00% 0 9661 24 0
07 遠隔操作ロボットのための狭路走行RTコンポーネント 1 xml:1800(78.26%)
cs:500(21.74%)
4.00% 0% 0 0 0 0
08 自己完結性を有する小型移動ロボット環境を用いた実演システムの開発 11 python:1409(73.73%)
cpp:476(24.91%)
sh:26(1.36%)
129.00% 311.00% 4 5583 0 0
09 RTミドルウェアを用いたロボット操縦と複合現実感体験を伴うゲームシステム 2 cpp:189(41.09%)
python:183(39.78%)
xml:88(19.13%)
54.00% 10.00% 0 136 11 0
10 DockerによるRTミドルウェア開発・検証環境の提供 0 sh:14463(95.67%)
python:655(4.33%)
23.00% 1.00% 0 27 3 1

Entry No. : 01

Title

実機とシミュレータを併用するロボットプログラミング教材のための支援ツール

URL

http://www.openrtm.org/openrtm/ja/project/contest2017_01

RTCs

2 components

Line of Code

Total

Comment Rate

54.00 %

Detail

files language blank comment code
9 C++ 237 648 1308
11 CMake 77 80 396
6 C/C++ Header 125 456 192
4 YAML 6 0 176
1 Python 16 6 72
2 XML 0 0 56

Errors

0 errors


Warnings

1281 warnings

* [01/src/robot-programming-manager/KobukiController/src/KobukiController.cpp:155]: (style) Variable 'pt' is assigned a value that is never used.
* [01/src/robot-programming-manager/KobukiController/src/draw.cpp:668]: (style) The function 'drawCircle' is never used.
* [01/src/robot-programming-manager/KobukiController/src/draw.cpp:478]: (style) The function 'drawClear' is never used.
* [01/src/robot-programming-manager/KobukiController/src/draw.cpp:699]: (style) The function 'drawFillCircle' is never used.
* [01/src/robot-programming-manager/KobukiController/src/draw.cpp:639]: (style) The function 'drawFillRectangle' is never used.
* [01/src/robot-programming-manager/KobukiController/src/draw.cpp:509]: (style) The function 'drawGetColor' is never used.
* [01/src/robot-programming-manager/KobukiController/src/draw.cpp:581]: (style) The function 'drawLine' is never used.
* [01/src/robot-programming-manager/KobukiController/src/draw.cpp:524]: (style) The function 'drawPoint' is never used.
* [01/src/robot-programming-manager/KobukiController/src/draw.cpp:610]: (style) The function 'drawRectangle' is never used.
* [01/src/robot-programming-manager/KobukiController/src/draw.cpp:492]: (style) The function 'drawSetColor' is never used.
* [01/src/robot-programming-manager/KobukiController/src/util.cpp:28]: (style) The function 'inkey' is never used.
* [01/src/robot-programming-manager/KobukiController/src/ise-robot.cpp:52]: (style) The function 'polarToOrthogonal' is never used.
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:15:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:18:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:19:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:20:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:21:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:22:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:23:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:25:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:25:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:26:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:26:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:27:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:27:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:34:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:35:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:35:  Is this a non-const reference? If so, make const or use a pointer: double &x  [runtime/references] [2]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:35:  Is this a non-const reference? If so, make const or use a pointer: double &y  [runtime/references] [2]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:35:  Is this a non-const reference? If so, make const or use a pointer: double &z  [runtime/references] [2]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:35:  Is this a non-const reference? If so, make const or use a pointer: double &pitch  [runtime/references] [2]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:36:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:42:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:76:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:83:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:89:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:98:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:105:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:107:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:109:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:111:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:145:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:150:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:151:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:153:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:154:  Missing spaces around <  [whitespace/operators] [3]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:157:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:167:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:177:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:185:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:186:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:190:  Missing spaces around <  [whitespace/operators] [3]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:197:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:202:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:223:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:232:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:232:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:233:  Missing spaces around =  [whitespace/operators] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:236:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:240:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:249:  Missing spaces around <  [whitespace/operators] [3]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:256:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:257:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:257:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:259:  Missing spaces around <  [whitespace/operators] [3]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:260:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:261:  Using deprecated casting style.  Use static_cast<int>(...) instead  [readability/casting] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:266:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:271:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:271:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:272:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:272:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:274:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:275:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:275:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:282:  Missing spaces around <  [whitespace/operators] [3]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:286:  Missing spaces around <  [whitespace/operators] [3]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:289:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:300:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:303:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:304:  Missing spaces around <  [whitespace/operators] [3]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:305:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:308:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:314:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:316:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:324:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:332:  Missing spaces around <  [whitespace/operators] [3]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:333:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:340:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:358:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:372:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:378:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:378:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:383:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:384:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:384:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:390:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:395:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:395:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:400:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:400:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:405:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:405:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:411:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:423:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:438:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:444:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:467:  Is this a non-const reference? If so, make const or use a pointer: double &x  [runtime/references] [2]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:467:  Is this a non-const reference? If so, make const or use a pointer: double &y  [runtime/references] [2]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:467:  Is this a non-const reference? If so, make const or use a pointer: double &z  [runtime/references] [2]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:467:  Is this a non-const reference? If so, make const or use a pointer: double &pitch  [runtime/references] [2]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:468:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:492:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:493:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:494:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:496:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:506:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:509:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:524:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:525:  Missing spaces around <  [whitespace/operators] [3]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:525:  Using C-style cast.  Use static_cast<double>(...) instead  [readability/casting] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:526:  Using C-style cast.  Use static_cast<double>(...) instead  [readability/casting] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:531:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:532:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:532:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:532:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:534:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:540:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:540:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:17:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:34:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:153:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:157:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:186:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:202:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:223:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:232:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:240:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:256:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:257:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:260:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:266:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:274:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:275:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:289:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:300:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:303:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:305:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:308:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:314:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:316:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:324:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:343:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:345:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:351:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:353:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:358:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:378:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:384:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:390:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:395:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:400:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:405:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:411:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:462:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:463:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:464:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:465:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:487:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:488:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:489:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:490:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:491:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapper.cpp:521:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapperComp.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapperComp.cpp:13:  Found C system header after C++ system header. Should be: CraneplusWrapperComp.h, c system, c++ system, other.  [build/include_order] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapperComp.cpp:18:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapperComp.cpp:25:  Missing spaces around ==  [whitespace/operators] [3]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapperComp.cpp:26:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapperComp.cpp:37:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapperComp.cpp:45:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapperComp.cpp:52:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapperComp.cpp:74:  Extra space before ( in function call  [whitespace/parens] [4]
* 01/src/robot-programming-manager/CraneplusWrapper/src/CraneplusWrapperComp.cpp:75:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:1:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:2:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:7:  Found C system header after C++ system header. Should be: logger.h, c system, c++ system, other.  [build/include_order] [4]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:10:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:10:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:13:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:13:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:17:  Include the directory when naming .h files  [build/include] [4]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:18:  Include the directory when naming .h files  [build/include] [4]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:19:  Include the directory when naming .h files  [build/include] [4]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:20:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:24:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:25:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:26:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:28:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:34:  Consider using localtime_r(...) instead of localtime(...) for improved thread safety.  [runtime/threadsafe_fn] [2]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:42:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:42:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:49:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:49:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:52:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:52:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:54:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:63:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:64:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:65:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:67:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:69:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:75:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:76:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:77:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:79:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:1:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:2:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:24:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:25:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:26:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:45:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:57:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:63:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:64:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:65:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:75:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:76:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/logger.cpp:77:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:1:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:2:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:9:  Found C system header after C++ system header. Should be: draw.h, c system, c++ system, other.  [build/include_order] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:10:  Include the directory when naming .h files  [build/include] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:11:  Include the directory when naming .h files  [build/include] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:12:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:14:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:15:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:17:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:17:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:18:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:18:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:19:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:20:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:21:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:21:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:22:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:22:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:23:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:24:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:24:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:25:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:27:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:28:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:37:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:38:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:38:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:39:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:39:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:40:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:40:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:42:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:48:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:51:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:53:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:54:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:55:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:56:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:57:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:58:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:59:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:60:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:65:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:68:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:69:  public: should be indented +1 space inside class CDrawData  [whitespace/indent] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:72:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:72:  Extra space after ( in function call  [whitespace/parens] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:73:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:73:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:73:  Extra space after ( in function call  [whitespace/parens] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:74:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:74:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:74:  Extra space after ( in function call  [whitespace/parens] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:75:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:75:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:75:  Extra space after ( in function call  [whitespace/parens] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:76:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:76:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:77:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:77:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:77:  Extra space after ( in function call  [whitespace/parens] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:78:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:78:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:79:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:79:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:79:  Extra space after ( in function call  [whitespace/parens] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:81:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:81:  Is this a non-const reference? If so, make const or use a pointer: DRAW_OBJECT &data  [runtime/references] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:83:  private: should be indented +1 space inside class CDrawData  [whitespace/indent] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:84:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:84:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:85:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:85:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:86:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:86:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:87:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:87:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:93:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:94:  Missing space before ( in if(  [whitespace/parens] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:96:  Using deprecated casting style.  Use static_cast<int>(...) instead  [readability/casting] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:97:  Missing spaces around ==  [whitespace/operators] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:97:  Missing space before ( in if(  [whitespace/parens] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:107:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:113:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:115:  Mismatching spaces inside () in if  [whitespace/parens] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:125:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:133:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:140:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:147:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:148:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:154:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:156:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:157:  Missing space before {  [whitespace/braces] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:159:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:164:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:164:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:170:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:171:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:172:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:174:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:179:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:180:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:183:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:184:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:185:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:186:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:187:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:188:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:189:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:191:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:193:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:206:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:208:  Mismatching spaces inside () in if  [whitespace/parens] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:218:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:221:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:228:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:229:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:230:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:231:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:232:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:233:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:234:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:236:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:236:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:237:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:238:  Missing spaces around >=  [whitespace/operators] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:238:  Missing space before ( in if(  [whitespace/parens] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:251:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:252:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:253:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:254:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:255:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:256:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:257:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:258:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:260:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:260:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:261:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:262:  Missing spaces around >=  [whitespace/operators] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:262:  Missing space before ( in if(  [whitespace/parens] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:277:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:278:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:279:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:280:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:281:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:282:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:283:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:284:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:285:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:287:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:287:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:288:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:289:  Missing spaces around >=  [whitespace/operators] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:289:  Missing space before ( in if(  [whitespace/parens] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:304:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:305:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:306:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:307:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:308:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:309:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:310:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:311:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:312:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:314:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:314:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:314:  Extra space after ( in function call  [whitespace/parens] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:315:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:316:  Missing spaces around >=  [whitespace/operators] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:316:  Missing space before ( in if(  [whitespace/parens] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:331:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:332:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:333:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:334:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:335:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:336:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:337:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:338:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:339:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:341:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:341:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:342:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:343:  Missing spaces around >=  [whitespace/operators] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:343:  Missing space before ( in if(  [whitespace/parens] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:355:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:359:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:360:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:361:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:362:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:363:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:364:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:365:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:366:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:368:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:368:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:369:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:370:  Missing spaces around >=  [whitespace/operators] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:370:  Missing space before ( in if(  [whitespace/parens] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:384:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:385:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:386:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:387:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:388:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:389:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:390:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:391:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:393:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:393:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:394:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:395:  Missing spaces around >=  [whitespace/operators] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:395:  Missing space before ( in if(  [whitespace/parens] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:409:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:410:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:411:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:412:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:413:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:414:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:415:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:416:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:417:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:419:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:419:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:420:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:421:  Missing spaces around >=  [whitespace/operators] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:421:  Missing space before ( in if(  [whitespace/parens] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:436:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:437:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:438:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:439:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:440:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:442:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:443:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:444:  Using C-style cast.  Use static_cast<int>(...) instead  [readability/casting] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:445:  Missing spaces around <=  [whitespace/operators] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:445:  Missing space before ( in if(  [whitespace/parens] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:451:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:452:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:455:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:461:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:462:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:463:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:466:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:467:  Missing space before ( in if(  [whitespace/parens] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:468:  Missing spaces around >  [whitespace/operators] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:468:  Missing space before ( in if(  [whitespace/parens] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:473:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:474:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:479:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:484:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:485:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:486:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:487:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:488:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:492:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:493:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:501:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:502:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:503:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:504:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:505:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:509:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:509:  Is this a non-const reference? If so, make const or use a pointer: int &red  [runtime/references] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:509:  Is this a non-const reference? If so, make const or use a pointer: int &green  [runtime/references] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:509:  Is this a non-const reference? If so, make const or use a pointer: int &blue  [runtime/references] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:510:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:517:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:518:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:519:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:524:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:525:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:526:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:530:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:531:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:532:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:533:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:538:  Extra space after ( in function call  [whitespace/parens] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:539:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:540:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:544:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:545:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:546:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:547:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:552:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:553:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:554:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:558:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:559:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:560:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:561:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:562:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:567:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:567:  Extra space after ( in function call  [whitespace/parens] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:568:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:569:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:573:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:574:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:575:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:576:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:581:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:582:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:583:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:587:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:588:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:589:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:590:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:591:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:596:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:596:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:596:  Extra space after ( in function call  [whitespace/parens] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:597:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:598:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:602:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:603:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:604:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:605:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:611:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:612:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:616:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:617:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:618:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:619:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:620:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:625:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:626:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:627:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:631:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:632:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:633:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:634:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:640:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:641:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:645:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:646:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:647:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:648:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:649:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:654:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:655:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:656:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:660:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:661:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:662:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:663:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:669:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:670:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:675:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:676:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:677:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:678:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:679:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:685:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:686:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:691:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:692:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:693:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:694:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:700:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:701:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:705:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:706:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:707:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:708:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:709:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:715:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:716:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:720:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:721:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:722:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:723:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:724:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:730:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:733:  Missing space before ( in if(  [whitespace/parens] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:737:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:738:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:738:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:739:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:739:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:740:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:740:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:741:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:741:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:742:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:742:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:744:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:746:  Missing spaces around ==  [whitespace/operators] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:747:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:747:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:752:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:760:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:761:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:762:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:763:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:764:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:765:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:766:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:767:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:773:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:773:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:774:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:777:  Missing space before ( in if(  [whitespace/parens] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:781:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:782:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:782:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:783:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:783:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:784:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:784:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:785:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:785:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:786:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:786:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:788:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:790:  Missing spaces around ==  [whitespace/operators] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:791:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:791:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:796:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:802:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:803:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:806:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:807:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:807:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:808:  Missing spaces around =  [whitespace/operators] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:810:  Missing space before ( in while(  [whitespace/parens] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:811:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:812:  Missing space before ( in if(  [whitespace/parens] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:812:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:813:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:814:  Missing space before ( in switch(  [whitespace/parens] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:815:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:816:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:817:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:817:  Using C-style cast.  Use static_cast<float>(...) instead  [readability/casting] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:820:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:820:  Using C-style cast.  Use static_cast<float>(...) instead  [readability/casting] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:821:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:821:  Using C-style cast.  Use static_cast<float>(...) instead  [readability/casting] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:822:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:822:  Using C-style cast.  Use static_cast<float>(...) instead  [readability/casting] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:823:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:823:  Using C-style cast.  Use static_cast<float>(...) instead  [readability/casting] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:826:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:826:  Using C-style cast.  Use static_cast<float>(...) instead  [readability/casting] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:827:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:827:  Using C-style cast.  Use static_cast<float>(...) instead  [readability/casting] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:829:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:830:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:830:  Using C-style cast.  Use static_cast<float>(...) instead  [readability/casting] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:832:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:832:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:833:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:833:  Using C-style cast.  Use static_cast<float>(...) instead  [readability/casting] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:836:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:836:  Using C-style cast.  Use static_cast<float>(...) instead  [readability/casting] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:838:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:839:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:839:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:839:  Using C-style cast.  Use static_cast<float>(...) instead  [readability/casting] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:841:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:842:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:842:  Using C-style cast.  Use static_cast<float>(...) instead  [readability/casting] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:846:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:1:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:2:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:14:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:15:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:17:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:18:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:19:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:20:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:21:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:22:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:23:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:24:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:25:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:28:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:37:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:38:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:39:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:40:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:41:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:42:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:48:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:52:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:53:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:54:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:55:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:56:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:57:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:58:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:59:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:60:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:61:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:65:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:84:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:85:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:86:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:87:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:125:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:148:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:154:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:164:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:170:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:171:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:172:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:179:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:180:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:181:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:182:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:183:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:218:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:228:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:229:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:230:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:231:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:232:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:233:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:234:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:251:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:252:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:253:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:254:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:255:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:256:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:257:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:258:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:277:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:278:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:279:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:280:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:281:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:282:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:283:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:284:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:285:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:304:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:305:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:306:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:307:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:308:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:309:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:310:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:311:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:312:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:331:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:332:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:333:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:334:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:335:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:336:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:337:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:338:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:339:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:359:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:360:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:361:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:362:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:363:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:364:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:365:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:366:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:384:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:385:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:386:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:387:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:388:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:389:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:390:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:391:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:409:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:410:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:411:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:412:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:413:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:414:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:415:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:416:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:417:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:436:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:439:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:440:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:451:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:452:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:461:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:462:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:463:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:473:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:474:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:476:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:484:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:485:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:486:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:487:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:488:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:490:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:501:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:502:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:503:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:504:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:505:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:507:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:517:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:518:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:519:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:521:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:522:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:530:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:531:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:532:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:533:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:535:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:536:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:544:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:545:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:546:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:547:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:549:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:550:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:558:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:559:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:560:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:561:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:562:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:564:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:565:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:573:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:574:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:575:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:576:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:578:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:579:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:587:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:588:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:589:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:590:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:591:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:593:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:594:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:602:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:603:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:604:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:605:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:607:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:608:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:616:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:617:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:618:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:619:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:620:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:622:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:623:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:631:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:632:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:633:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:634:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:636:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:637:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:645:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:646:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:647:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:648:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:649:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:651:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:652:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:660:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:661:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:662:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:663:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:665:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:666:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:675:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:676:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:677:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:678:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:679:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:681:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:682:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:691:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:692:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:693:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:694:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:696:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:697:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:705:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:706:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:707:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:708:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:709:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:711:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:712:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:720:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:721:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:722:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:723:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:724:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:726:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:727:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:737:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:747:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:760:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:761:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:762:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:763:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:764:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:765:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:766:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:767:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:769:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:770:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:771:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:781:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:791:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:802:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:803:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:807:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:816:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:819:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:825:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:829:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:832:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:835:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:838:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:841:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/draw.cpp:846:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:1:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:2:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:4:  Include the directory when naming .h files  [build/include] [4]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:5:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:5:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:12:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:12:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:14:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:15:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:15:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:20:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:20:  Use int16/int64/etc, rather than the C type long  [runtime/int] [4]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:29:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:30:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:30:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:31:  Missing space before ( in if(  [whitespace/parens] [5]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:32:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:36:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:36:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:40:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:41:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:43:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:44:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:44:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:45:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:54:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:55:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:55:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:56:  Missing space before ( in if(  [whitespace/parens] [5]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:56:  Using C-style cast.  Use reinterpret_cast<LARGE_INTEGER*>(...) instead  [readability/casting] [4]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:57:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:58:  Missing space before ( in if(  [whitespace/parens] [5]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:58:  Using C-style cast.  Use reinterpret_cast<LARGE_INTEGER*>(...) instead  [readability/casting] [4]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:59:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:63:  Else clause should never be on same line as else (use 2 lines)  [whitespace/newline] [4]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:64:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:64:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:67:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:73:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:74:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:74:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:75:  Missing space before ( in if(  [whitespace/parens] [5]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:76:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:78:  Missing space before ( in if(  [whitespace/parens] [5]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:78:  Using C-style cast.  Use reinterpret_cast<LARGE_INTEGER*>(...) instead  [readability/casting] [4]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:79:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:80:  Using C-style cast.  Use static_cast<double>(...) instead  [readability/casting] [4]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:83:  Using C-style cast.  Use static_cast<double>(...) instead  [readability/casting] [4]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:84:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:84:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:87:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:1:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:2:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/util.cpp:12:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/KobukiController.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 01/src/robot-programming-manager/KobukiController/src/KobukiController.cpp:11:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/KobukiController.cpp:11:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/KobukiController.cpp:14:  Include the directory when naming .h files  [build/include] [4]
* 01/src/robot-programming-manager/KobukiController/src/KobukiController.cpp:15:  Include the directory when naming .h files  [build/include] [4]
* 01/src/robot-programming-manager/KobukiController/src/KobukiController.cpp:16:  Include the directory when naming .h files  [build/include] [4]
* 01/src/robot-programming-manager/KobukiController/src/KobukiController.cpp:18:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
* 01/src/robot-programming-manager/KobukiController/src/KobukiController.cpp:23:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/KobukiController.cpp:51:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/KobukiController.cpp:58:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/KobukiController.cpp:64:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/KobukiController.cpp:71:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 01/src/robot-programming-manager/KobukiController/src/KobukiController.cpp:74:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 01/src/robot-programming-manager/KobukiController/src/KobukiController.cpp:76:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 01/src/robot-programming-manager/KobukiController/src/KobukiController.cpp:78:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 01/src/robot-programming-manager/KobukiController/src/KobukiController.cpp:80:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 01/src/robot-programming-manager/KobukiController/src/KobukiController.cpp:85:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 01/src/robot-programming-manager/KobukiController/src/KobukiController.cpp:112:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/KobukiController.cpp:125:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/KobukiController.cpp:134:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/KobukiController.cpp:151:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/KobukiController.cpp:154:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/KobukiController.cpp:161:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/KobukiController.cpp:164:  Mismatching spaces inside () in if  [whitespace/parens] [5]
* 01/src/robot-programming-manager/KobukiController/src/KobukiController.cpp:169:  Mismatching spaces inside () in if  [whitespace/parens] [5]
* 01/src/robot-programming-manager/KobukiController/src/KobukiController.cpp:223:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/KobukiController.cpp:224:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
* 01/src/robot-programming-manager/KobukiController/src/KobukiController.cpp:224:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 01/src/robot-programming-manager/KobukiController/src/KobukiController.cpp:224:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 01/src/robot-programming-manager/KobukiController/src/KobukiController.cpp:226:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/KobukiController.cpp:232:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 01/src/robot-programming-manager/KobukiController/src/KobukiController.cpp:232:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 01/src/robot-programming-manager/KobukiController/src/ise-robot.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 01/src/robot-programming-manager/KobukiController/src/ise-robot.cpp:1:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/ise-robot.cpp:2:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/ise-robot.cpp:4:  Include the directory when naming .h files  [build/include] [4]
* 01/src/robot-programming-manager/KobukiController/src/ise-robot.cpp:5:  Include the directory when naming .h files  [build/include] [4]
* 01/src/robot-programming-manager/KobukiController/src/ise-robot.cpp:9:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/ise-robot.cpp:10:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 01/src/robot-programming-manager/KobukiController/src/ise-robot.cpp:10:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/ise-robot.cpp:11:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/ise-robot.cpp:13:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/ise-robot.cpp:23:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/ise-robot.cpp:24:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 01/src/robot-programming-manager/KobukiController/src/ise-robot.cpp:24:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/ise-robot.cpp:25:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/ise-robot.cpp:27:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/ise-robot.cpp:37:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/ise-robot.cpp:38:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/ise-robot.cpp:39:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/ise-robot.cpp:41:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/ise-robot.cpp:49:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/ise-robot.cpp:50:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/ise-robot.cpp:51:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/ise-robot.cpp:53:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/ise-robot.cpp:1:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/ise-robot.cpp:2:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/ise-robot.cpp:9:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/ise-robot.cpp:10:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/ise-robot.cpp:11:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/ise-robot.cpp:23:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/ise-robot.cpp:24:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/ise-robot.cpp:25:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/ise-robot.cpp:37:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/ise-robot.cpp:38:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/ise-robot.cpp:39:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/ise-robot.cpp:49:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/ise-robot.cpp:50:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/ise-robot.cpp:51:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/ise-robot.cpp:59:  Could not find a newline character at the end of the file.  [whitespace/ending_newline] [5]
* 01/src/robot-programming-manager/KobukiController/src/KobukiControllerComp.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 01/src/robot-programming-manager/KobukiController/src/KobukiControllerComp.cpp:13:  Found C system header after C++ system header. Should be: KobukiControllerComp.h, c system, c++ system, other.  [build/include_order] [4]
* 01/src/robot-programming-manager/KobukiController/src/KobukiControllerComp.cpp:18:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/KobukiControllerComp.cpp:25:  Missing spaces around ==  [whitespace/operators] [3]
* 01/src/robot-programming-manager/KobukiController/src/KobukiControllerComp.cpp:26:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/KobukiControllerComp.cpp:37:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 01/src/robot-programming-manager/KobukiController/src/KobukiControllerComp.cpp:45:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 01/src/robot-programming-manager/KobukiController/src/KobukiControllerComp.cpp:52:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 01/src/robot-programming-manager/KobukiController/src/KobukiControllerComp.cpp:74:  Extra space before ( in function call  [whitespace/parens] [4]
* 01/src/robot-programming-manager/KobukiController/src/KobukiControllerComp.cpp:75:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:1:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:2:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:3:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:4:  Include the directory when naming .h files  [build/include] [4]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:5:  Found C++ system header after other header. Should be: example2.h, c system, c++ system, other.  [build/include_order] [4]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:6:  Found C++ system header after other header. Should be: example2.h, c system, c++ system, other.  [build/include_order] [4]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:7:  Include the directory when naming .h files  [build/include] [4]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:8:  Include the directory when naming .h files  [build/include] [4]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:9:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:21:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:22:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:23:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:25:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:34:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:35:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:36:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:38:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:40:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:40:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:41:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:41:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:42:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:42:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:44:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:47:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:47:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:51:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:52:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:57:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:59:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:61:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:62:  Missing spaces around =  [whitespace/operators] [4]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:63:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:65:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:68:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:72:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:76:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:76:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:77:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:77:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:79:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:79:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:84:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:84:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:85:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:85:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:87:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:87:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:90:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:90:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:94:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:94:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:99:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:101:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:103:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:105:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:105:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:108:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:116:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:118:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:120:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:122:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:122:  Should have a space between // and comment  [whitespace/comments] [4]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:125:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:132:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:133:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:136:  Missing space after ,  [whitespace/comma] [3]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:1:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:2:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:3:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:21:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:22:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:23:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:34:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:35:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:36:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:40:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:41:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:42:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:44:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:47:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:51:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:57:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:59:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:61:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:63:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:65:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:68:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:70:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:72:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:76:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:77:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:79:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:84:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:85:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:87:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:90:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:94:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:99:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:101:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:103:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:105:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:108:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:116:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:118:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:120:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:122:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:125:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:133:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 01/src/robot-programming-manager/KobukiController/src/example2.cpp:140:  Could not find a newline character at the end of the file.  [whitespace/ending_newline] [5]
* 01/src/robot-programming-manager/CraneplusController/slider.py:6:1: E265 block comment should start with '# '
* 01/src/robot-programming-manager/CraneplusController/slider.py:10:1: E302 expected 2 blank lines, found 1
* 01/src/robot-programming-manager/CraneplusController/slider.py:11:1: W191 indentation contains tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:12:1: E101 indentation contains mixed spaces and tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:12:22: E127 continuation line over-indented for visual indent
* 01/src/robot-programming-manager/CraneplusController/slider.py:13:1: E101 indentation contains mixed spaces and tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:13:1: W191 indentation contains tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:14:1: W191 indentation contains tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:15:1: E101 indentation contains mixed spaces and tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:15:27: E712 comparison to True should be 'if cond is True:' or 'if cond:'
* 01/src/robot-programming-manager/CraneplusController/slider.py:15:35: W291 trailing whitespace
* 01/src/robot-programming-manager/CraneplusController/slider.py:15:37: E901 TabError: inconsistent use of tabs and spaces in indentation
* 01/src/robot-programming-manager/CraneplusController/slider.py:16:1: E101 indentation contains mixed spaces and tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:16:1: W191 indentation contains tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:17:1: E101 indentation contains mixed spaces and tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:18:1: E101 indentation contains mixed spaces and tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:18:1: W191 indentation contains tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:21:1: W191 indentation contains tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:21:2: E303 too many blank lines (2)
* 01/src/robot-programming-manager/CraneplusController/slider.py:22:1: W191 indentation contains tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:23:1: W191 indentation contains tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:23:16: W291 trailing whitespace
* 01/src/robot-programming-manager/CraneplusController/slider.py:24:1: W191 indentation contains tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:25:1: W191 indentation contains tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:26:1: W191 indentation contains tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:27:1: E101 indentation contains mixed spaces and tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:28:1: E101 indentation contains mixed spaces and tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:28:1: W191 indentation contains tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:29:1: E101 indentation contains mixed spaces and tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:36:1: E101 indentation contains mixed spaces and tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:36:1: W191 indentation contains tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:37:1: E101 indentation contains mixed spaces and tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:37:39: E127 continuation line over-indented for visual indent
* 01/src/robot-programming-manager/CraneplusController/slider.py:38:39: E127 continuation line over-indented for visual indent
* 01/src/robot-programming-manager/CraneplusController/slider.py:39:1: E101 indentation contains mixed spaces and tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:39:1: W191 indentation contains tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:40:1: E101 indentation contains mixed spaces and tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:40:39: E127 continuation line over-indented for visual indent
* 01/src/robot-programming-manager/CraneplusController/slider.py:41:39: E127 continuation line over-indented for visual indent
* 01/src/robot-programming-manager/CraneplusController/slider.py:42:39: E127 continuation line over-indented for visual indent
* 01/src/robot-programming-manager/CraneplusController/slider.py:43:39: E127 continuation line over-indented for visual indent
* 01/src/robot-programming-manager/CraneplusController/slider.py:46:1: E101 indentation contains mixed spaces and tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:46:1: W191 indentation contains tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:47:1: W191 indentation contains tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:49:1: E101 indentation contains mixed spaces and tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:53:30: E712 comparison to True should be 'if cond is True:' or 'if cond:'
* 01/src/robot-programming-manager/CraneplusController/slider.py:57:1: W293 blank line contains whitespace
* 01/src/robot-programming-manager/CraneplusController/slider.py:63:1: E101 indentation contains mixed spaces and tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:63:1: W191 indentation contains tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:64:1: W191 indentation contains tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:65:1: W191 indentation contains tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:66:1: W191 indentation contains tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:68:1: W191 indentation contains tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:70:1: W191 indentation contains tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:71:1: W191 indentation contains tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:72:1: W191 indentation contains tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:73:1: W191 indentation contains tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:74:1: W191 indentation contains tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:75:1: W191 indentation contains tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:80:1: E303 too many blank lines (4)
* 01/src/robot-programming-manager/CraneplusController/slider.py:80:9: E211 whitespace before '('
* 01/src/robot-programming-manager/CraneplusController/slider.py:81:1: W191 indentation contains tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:81:80: E501 line too long (118 > 79 characters)
* 01/src/robot-programming-manager/CraneplusController/slider.py:82:1: W191 indentation contains tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:83:1: E101 indentation contains mixed spaces and tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:83:30: E127 continuation line over-indented for visual indent
* 01/src/robot-programming-manager/CraneplusController/slider.py:83:37: E251 unexpected spaces around keyword / parameter equals
* 01/src/robot-programming-manager/CraneplusController/slider.py:83:39: E251 unexpected spaces around keyword / parameter equals
* 01/src/robot-programming-manager/CraneplusController/slider.py:83:55: E251 unexpected spaces around keyword / parameter equals
* 01/src/robot-programming-manager/CraneplusController/slider.py:83:57: E251 unexpected spaces around keyword / parameter equals
* 01/src/robot-programming-manager/CraneplusController/slider.py:84:30: E127 continuation line over-indented for visual indent
* 01/src/robot-programming-manager/CraneplusController/slider.py:85:1: E101 indentation contains mixed spaces and tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:85:1: W191 indentation contains tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:86:1: W191 indentation contains tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:87:1: E265 block comment should start with '# '
* 01/src/robot-programming-manager/CraneplusController/slider.py:89:1: W191 indentation contains tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:90:1: W191 indentation contains tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:91:1: W191 indentation contains tabs
* 01/src/robot-programming-manager/CraneplusController/slider.py:92:1: E265 block comment should start with '# '
* 01/src/robot-programming-manager/CraneplusController/slider.py:94:3: E271 multiple spaces after keyword
* 01/src/robot-programming-manager/CraneplusController/slider.py:94:27: E701 multiple statements on one line (colon)

Licenses

10 licenses

* 01/src/robot-programming-manager/CraneplusWrapper/doc/content/index.txt
* 01/src/robot-programming-manager/CraneplusWrapper/doc/content/index_j.txt
* 01/src/robot-programming-manager/CraneplusWrapper/COPYING.LESSER
* 01/src/robot-programming-manager/CraneplusWrapper/README.CraneplusWrapper
* 01/src/robot-programming-manager/CraneplusWrapper/COPYING
* 01/src/robot-programming-manager/KobukiController/doc/content/index.txt
* 01/src/robot-programming-manager/KobukiController/doc/content/index_j.txt
* 01/src/robot-programming-manager/KobukiController/README.KobukiController
* 01/src/robot-programming-manager/KobukiController/COPYING.LESSER
* 01/src/robot-programming-manager/KobukiController/COPYING

Executables

0 executables

Back to summary


Entry No. : 02

Title

写真撮影ロボット制御のためのRTC群

URL

http://www.openrtm.org/openrtm/ja/project/contest2017_02

RTCs

4 components

Line of Code

Total

Comment Rate

52.00 %

Detail

files language blank comment code
10 C++ 468 802 2063
27 CMake 203 177 1074
4 C/C++ Header 238 1023 388
4 XML 0 0 200
5 DOS Batch 35 32 146

Errors

2 errors

* [02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:276]: (error) Buffer is accessed out of bounds: log
* [02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:554]: (error) Buffer is accessed out of bounds: log

Warnings

2943 warnings

* [02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:530] -> [02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:539]: (performance) Variable 'ang' is reassigned a value before the old one has been used.
* [02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:532] -> [02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:547]: (performance) Variable 'deff_x' is reassigned a value before the old one has been used.
* [02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:532] -> [02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:548]: (performance) Variable 'deff_y' is reassigned a value before the old one has been used.
* [02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:407]: (style) The scope of the variable 'G' can be reduced.
* [02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:407]: (style) The scope of the variable 'B' can be reduced.
* [02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:411]: (style) Variable 'G' is assigned a value that is never used.
* [02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:411]: (style) Variable 'B' is assigned a value that is never used.
* [02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:43]: (style) Variable 'image' is assigned a value that is never used.
* [02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:237] -> [02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:251]: (performance) Variable 'textsize' is reassigned a value before the old one has been used.
* [02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:376] -> [02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:390]: (performance) Variable 'textsize' is reassigned a value before the old one has been used.
* [02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:524] -> [02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:538]: (performance) Variable 'textsize' is reassigned a value before the old one has been used.
* [02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:234]: (warning) Return value of function rand() is not used.
* [02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:211]: (style) Variable 'human_dist' is assigned a value that is never used.
* [02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:212]: (style) Variable 'human_arg' is assigned a value that is never used.
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:1:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:1:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:2:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:3:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:24:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:36:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:37:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:38:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:39:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:40:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:41:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:42:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:43:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:44:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:45:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:46:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:47:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:48:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:49:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:50:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:51:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:52:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:53:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:54:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:55:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:56:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:57:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:58:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:59:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:60:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:61:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:62:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:63:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:64:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:77:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:78:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:79:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:80:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:81:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:82:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:83:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:84:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:86:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:93:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:99:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:108:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:116:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:118:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:120:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:138:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:165:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:178:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:182:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:183:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:185:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:185:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:186:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:193:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:197:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:197:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:198:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:199:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:200:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:200:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:201:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:201:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:202:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:203:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:204:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:205:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:206:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:206:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:206:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:206:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:207:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:208:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:209:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:214:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:215:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:216:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:221:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:226:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:231:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:236:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:241:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:246:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:251:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:253:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:293:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:294:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:295:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:296:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:297:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:298:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:299:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:300:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:301:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:302:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:303:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:304:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:306:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:306:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:307:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:308:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:309:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:310:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:311:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:313:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:314:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:315:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:315:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:316:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:317:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:319:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:319:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:320:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:321:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:323:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:324:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:326:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:327:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:330:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:331:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:331:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:332:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:332:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:333:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:333:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:334:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:336:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:337:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:337:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:338:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:339:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:341:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:342:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:342:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:343:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:344:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:346:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:347:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:348:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:350:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:350:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:351:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:352:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:352:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:352:  Using C-style cast.  Use reinterpret_cast<void*>(...) instead  [readability/casting] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:353:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:354:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:355:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:356:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:356:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:356:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:356:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:357:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:358:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:358:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:359:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:360:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:362:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:363:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:364:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:364:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:364:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:365:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:366:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:366:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:367:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:368:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:368:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:368:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:368:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:369:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:370:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:371:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:372:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:373:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:373:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:373:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:373:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:374:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:374:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:375:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:376:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:378:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:378:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:378:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:381:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:382:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:382:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:383:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:383:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:384:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:386:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:387:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:387:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:388:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:388:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:389:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:389:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:390:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:390:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:391:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:392:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:394:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:395:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:395:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:396:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:396:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:397:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:398:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:398:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:399:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:400:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:400:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:400:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:401:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:404:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:405:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:405:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:406:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:406:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:407:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:408:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:408:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:408:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:409:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:409:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:410:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:410:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:411:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:411:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:412:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:413:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:413:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:414:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:415:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:415:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:416:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:417:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:418:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:418:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:419:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:420:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:420:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:421:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:422:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:423:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:425:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:426:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:426:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:427:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:428:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:429:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:430:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:432:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:433:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:434:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:434:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:434:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:434:  Using C-style cast.  Use static_cast<double>(...) instead  [readability/casting] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:435:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:436:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:436:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:437:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:438:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:439:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:441:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:442:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:442:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:444:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:445:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:445:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:446:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:447:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:447:  Consider using localtime_r(...) instead of localtime(...) for improved thread safety.  [runtime/threadsafe_fn] [2]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:449:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:450:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:450:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:450:  Never use sprintf. Use snprintf instead.  [runtime/printf] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:451:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:452:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:454:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:454:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:455:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:456:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:457:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:458:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:458:  Empty conditional bodies should use {}  [whitespace/empty_conditional_body] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:459:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:462:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:463:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:463:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:464:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:465:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:468:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:469:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:469:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:470:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:471:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:472:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:472:  Consider using localtime_r(...) instead of localtime(...) for improved thread safety.  [runtime/threadsafe_fn] [2]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:474:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:475:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:475:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:475:  Never use sprintf. Use snprintf instead.  [runtime/printf] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:477:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:478:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:478:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:479:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:480:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:481:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:483:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:484:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:484:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:485:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:487:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:488:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:489:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:492:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:493:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:494:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:494:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:495:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:496:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:497:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:500:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:500:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:501:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:501:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:502:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:503:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:504:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:504:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:504:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:505:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:506:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:506:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:507:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:508:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:509:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:511:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:512:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:513:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:514:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:516:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:517:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:518:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:518:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:519:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:520:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:521:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:523:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:524:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:524:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:524:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:525:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:526:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:527:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:527:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:528:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:529:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:529:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:530:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:531:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:532:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:533:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:535:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:536:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:538:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:539:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:540:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:541:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:542:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:543:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:543:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:544:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:545:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:546:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:547:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:548:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:549:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:551:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:551:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:552:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:553:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:553:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:553:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:553:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:553:  Missing spaces around <  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:553:  Missing spaces around >  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:553:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:553:  Missing space before else  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:554:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:555:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:556:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:557:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:558:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:559:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:560:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:560:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:560:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:560:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:560:  Missing spaces around <  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:560:  Missing spaces around >  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:560:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:560:  Missing space before else  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:561:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:562:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:563:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:564:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:565:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:566:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:567:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:567:  Extra space for operator  ++;  [whitespace/operators] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:568:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:569:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:570:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:571:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:571:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:571:  Missing space before else  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:572:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:573:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:574:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:575:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:576:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:577:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:578:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:579:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:580:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:583:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:584:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:586:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:587:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:587:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:588:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:588:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:589:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:590:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:591:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:593:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:595:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:595:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:596:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:597:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:598:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:599:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:599:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:599:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:599:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:600:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:602:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:603:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:605:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:605:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:606:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:606:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:607:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:608:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:610:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:611:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:613:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:614:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:615:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:616:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:616:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:617:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:617:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:618:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:619:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:620:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:621:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:621:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:622:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:623:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:623:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:624:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:625:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:626:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:626:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:627:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:627:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:628:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:628:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:628:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:629:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:630:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:630:  Using C-style cast.  Use static_cast<int>(...) instead  [readability/casting] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:631:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:632:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:632:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:632:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:633:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:633:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:633:  Using C-style cast.  Use static_cast<double>(...) instead  [readability/casting] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:634:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:635:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:635:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:636:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:637:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:638:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:639:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:640:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:641:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:643:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:643:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:643:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:643:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:643:  Using C-style cast.  Use static_cast<double>(...) instead  [readability/casting] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:644:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:644:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:644:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:644:  Using C-style cast.  Use static_cast<double>(...) instead  [readability/casting] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:645:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:645:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:646:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:646:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:647:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:648:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:650:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:650:  Never use sprintf. Use snprintf instead.  [runtime/printf] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:651:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:651:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:652:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:652:  Never use sprintf. Use snprintf instead.  [runtime/printf] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:653:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:653:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:654:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:655:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:656:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:657:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:659:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:659:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:660:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:661:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:663:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:664:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:665:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:665:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:666:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:666:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:667:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:668:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:669:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:670:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:671:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:672:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:672:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:672:  Missing space before else  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:673:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:675:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:676:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:677:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:677:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:678:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:678:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:679:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:680:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:681:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:682:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:683:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:684:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:685:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:685:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:686:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:687:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:688:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:688:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:689:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:690:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:691:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:692:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:692:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:693:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:693:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:694:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:695:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:697:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:698:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:698:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:699:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:700:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:700:  Consider using localtime_r(...) instead of localtime(...) for improved thread safety.  [runtime/threadsafe_fn] [2]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:701:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:702:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:702:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:703:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:704:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:705:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:706:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:707:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:708:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:711:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:712:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:713:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:714:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:714:  Using C-style cast.  Use static_cast<double>(...) instead  [readability/casting] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:715:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:716:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:716:  Using C-style cast.  Use static_cast<double>(...) instead  [readability/casting] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:717:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:717:  Using C-style cast.  Use static_cast<double>(...) instead  [readability/casting] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:719:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:720:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:721:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:724:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:725:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:725:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:726:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:727:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:728:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:729:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:731:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:732:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:733:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:734:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:735:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:738:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:739:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:739:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:740:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:742:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:742:  Using deprecated casting style.  Use static_cast<int>(...) instead  [readability/casting] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:743:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:747:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:748:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:748:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:748:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:750:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:756:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:756:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp:439:  Add #include <string> for string  [build/include_what_you_use] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetectComp.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetectComp.cpp:13:  Found C system header after C++ system header. Should be: Dlib_HumanDetectComp.h, c system, c++ system, other.  [build/include_order] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetectComp.cpp:18:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetectComp.cpp:25:  Missing spaces around ==  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetectComp.cpp:26:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetectComp.cpp:37:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetectComp.cpp:45:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetectComp.cpp:52:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetectComp.cpp:74:  Extra space before ( in function call  [whitespace/parens] [4]
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetectComp.cpp:75:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:31:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:31:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:31:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:32:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:32:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:32:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:32:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:33:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:33:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:33:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:33:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:39:  Static/global string variables are not permitted.  [runtime/string] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:42:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:43:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:45:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:45:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:46:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:47:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:47:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:48:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:49:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:50:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:51:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:52:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:52:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:53:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:54:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:55:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:56:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:57:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:58:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:59:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:60:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:66:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:78:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:79:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:80:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:81:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:82:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:83:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:84:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:85:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:85:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:98:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:100:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:103:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:110:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:116:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:122:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:126:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:128:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:130:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:132:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:140:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:141:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:168:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:169:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:170:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:171:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:173:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:175:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:177:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:178:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:180:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:182:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:182:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:183:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:189:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:190:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:191:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:192:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:193:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:199:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:200:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:201:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:203:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:204:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:205:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:207:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:207:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:208:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:209:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:210:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:210:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:211:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:211:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:212:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:213:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:214:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:215:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:216:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:217:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:217:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:218:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:219:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:220:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:221:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:223:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:223:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:224:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:224:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:225:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:226:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:226:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:227:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:228:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:228:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:229:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:229:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:230:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:231:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:232:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:233:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:234:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:235:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:235:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:236:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:237:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:237:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:238:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:239:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:240:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:279:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:280:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:280:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:281:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:282:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:282:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:283:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:283:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:284:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:284:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:285:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:286:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:286:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:286:  Missing space before else  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:287:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:287:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:288:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:289:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:289:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:289:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:290:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:292:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:295:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:296:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:297:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:297:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:298:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:299:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:301:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:301:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:302:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:302:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:303:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:304:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:305:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:306:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:308:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:308:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:308:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:308:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:309:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:309:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:310:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:310:  Missing space before ( in if(  [whitespace/parens] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:310:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:310:  Missing space before else  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:311:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:311:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:312:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:312:  Missing space before ( in if(  [whitespace/parens] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:312:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:312:  Missing space before else  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:313:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:313:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:314:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:314:  Missing space before ( in if(  [whitespace/parens] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:314:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:314:  Missing space before else  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:315:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:315:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:316:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:316:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:316:  Missing space before else  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:317:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:317:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:317:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:318:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:318:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:319:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:321:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:321:  Empty conditional bodies should use {}  [whitespace/empty_conditional_body] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:323:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:324:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:325:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:325:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:326:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:326:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:327:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:328:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:330:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:331:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:332:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:333:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:334:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:334:  Missing spaces around =  [whitespace/operators] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:334:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:335:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:336:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:337:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:339:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:339:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:340:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:340:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:340:  Extra space before )  [whitespace/parens] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:341:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:341:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:342:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:344:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:344:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:345:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:347:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:348:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:349:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:350:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:350:  Missing spaces around =  [whitespace/operators] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:351:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:351:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:352:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:353:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:353:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:354:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:354:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:358:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:359:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:360:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:360:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:360:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:363:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:364:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:364:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:365:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:366:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:366:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:367:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:368:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:368:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:368:  Missing space before else  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:369:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:369:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:370:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:370:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:370:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:371:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:372:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:372:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:374:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:374:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:375:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:376:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:377:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:377:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:378:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:378:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:379:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:380:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:380:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:380:  Missing space before else  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:381:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:381:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:382:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:385:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:386:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:386:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:387:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:388:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:388:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:389:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:390:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:390:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:390:  Missing space before else  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:391:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:391:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:392:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:392:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:392:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:393:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:395:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:396:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:396:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:397:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:397:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:397:  Using C-style cast.  Use reinterpret_cast<void*>(...) instead  [readability/casting] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:398:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:398:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:399:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:400:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:400:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:401:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:401:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:402:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:403:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:403:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:403:  Missing space before else  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:404:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:404:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:405:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:406:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:409:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:410:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:411:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:411:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:412:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:413:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:413:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:414:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:414:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:415:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:415:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:415:  Missing space before else  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:416:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:416:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:417:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:417:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:418:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:420:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:421:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:422:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:422:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:423:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:423:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:424:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:424:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:424:  Missing space before else  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:425:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:425:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:426:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:426:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:427:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:429:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:430:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:432:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:432:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:432:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:432:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:433:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:435:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:436:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:437:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:437:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:437:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:440:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:441:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:441:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:442:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:442:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:443:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:444:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:445:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:446:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:448:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:448:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:449:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:451:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:451:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:452:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:453:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:454:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:455:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:456:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:457:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:458:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:459:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:461:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:462:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:463:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:465:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:466:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:467:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:469:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:470:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:471:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:473:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:474:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:475:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:477:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:477:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:478:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:478:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:479:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:480:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:481:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:482:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:483:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:483:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:483:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:483:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:483:  Missing space before ( in if(  [whitespace/parens] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:483:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:483:  Missing space before else  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:484:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:485:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:486:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:487:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:488:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:488:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:488:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:488:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:488:  Missing space before ( in if(  [whitespace/parens] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:488:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:488:  Missing space before else  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:489:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:490:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:491:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:492:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:492:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:493:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:493:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:493:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:493:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:493:  Missing space before ( in if(  [whitespace/parens] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:493:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:493:  Missing space before else  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:494:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:495:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:496:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:497:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:497:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:498:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:498:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:498:  Missing space before else  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:499:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:500:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:501:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:502:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:503:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:505:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:505:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:506:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:507:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:509:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:510:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:512:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:513:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:515:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:515:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:516:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:518:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:518:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:519:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:519:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:520:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:520:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:521:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:522:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:524:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:524:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:525:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:525:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:526:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:526:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:527:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:528:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:531:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:532:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:533:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:534:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:536:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:536:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:537:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:537:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:538:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:539:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:540:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:541:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:542:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:543:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:543:  Missing spaces around =  [whitespace/operators] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:544:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:545:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:545:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:545:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:545:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:545:  Missing space before ( in if(  [whitespace/parens] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:545:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:545:  Missing space before else  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:546:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:547:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:548:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:549:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:550:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:551:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:551:  Missing spaces around =  [whitespace/operators] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:552:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:553:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:553:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:553:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:553:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:553:  Missing space before ( in if(  [whitespace/parens] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:553:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:553:  Missing space before else  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:554:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:555:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:556:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:557:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:558:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:559:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:559:  Missing spaces around =  [whitespace/operators] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:560:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:561:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:561:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:561:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:561:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:561:  Missing space before ( in if(  [whitespace/parens] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:561:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:561:  Missing space before else  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:562:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:563:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:564:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:565:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:566:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:567:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:567:  Missing spaces around =  [whitespace/operators] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:568:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:569:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:569:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:569:  Missing space before ( in if(  [whitespace/parens] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:569:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:569:  Missing space before else  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:570:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:570:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:571:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:572:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:573:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:574:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:575:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:575:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:575:  Missing space before ( in if(  [whitespace/parens] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:575:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:575:  Missing space before else  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:576:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:577:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:578:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:579:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:580:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:581:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:583:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:583:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:584:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:584:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:585:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:586:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:586:  Using C-style cast.  Use reinterpret_cast<void*>(...) instead  [readability/casting] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:587:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:588:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:589:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:590:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:591:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:592:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:593:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:594:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:595:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:596:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:597:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:598:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:601:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:602:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:602:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:603:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:604:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:604:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:605:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:605:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:606:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:606:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:607:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:608:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:608:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:608:  Missing space before else  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:609:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:609:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:610:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:610:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:611:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:613:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:616:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:616:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:617:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:618:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:618:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:618:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:618:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:619:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:619:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:619:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:619:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:620:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:620:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:620:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:621:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:621:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:621:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:621:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:622:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:622:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:622:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:622:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:623:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:623:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:623:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:623:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:625:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:625:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:626:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:626:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:627:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:627:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:629:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:629:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:629:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:629:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:630:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:630:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:630:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:630:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:631:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:631:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:631:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:631:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:633:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:633:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:633:  Extra space after (  [whitespace/parens] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:634:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:634:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:634:  Extra space after (  [whitespace/parens] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:635:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:635:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:635:  Extra space after (  [whitespace/parens] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:637:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:637:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:637:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:637:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:637:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:638:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:638:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:638:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:638:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:638:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:640:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:640:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:641:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:641:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:642:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:642:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:644:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:644:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:644:  Extra space after (  [whitespace/parens] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:645:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:645:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:645:  Extra space after (  [whitespace/parens] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:646:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:646:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:646:  Extra space after (  [whitespace/parens] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:648:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:648:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:648:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:648:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:648:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:649:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:649:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:649:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:649:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:649:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:650:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:650:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:650:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:650:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:650:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:651:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:652:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:656:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:657:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:657:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:657:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:659:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:665:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:665:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:306:  Add #include <string> for string  [build/include_what_you_use] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:2:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:31:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:32:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:33:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:182:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:203:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:211:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:224:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:226:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:229:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:237:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:280:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:283:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:284:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:287:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:297:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:301:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:302:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:308:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:317:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:325:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:330:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:339:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:341:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:344:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:347:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:364:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:372:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:374:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:378:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:381:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:386:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:401:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:404:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:411:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:414:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:416:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:420:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:423:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:425:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:432:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:441:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:442:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:448:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:451:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:477:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:483:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:488:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:493:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:505:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:518:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:524:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:536:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:545:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:553:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:561:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:570:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:576:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:602:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:605:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:606:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:609:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:618:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelector.cpp:619:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelectorComp.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelectorComp.cpp:13:  Found C system header after C++ system header. Should be: ImageSelectorComp.h, c system, c++ system, other.  [build/include_order] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelectorComp.cpp:18:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelectorComp.cpp:25:  Missing spaces around ==  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelectorComp.cpp:26:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelectorComp.cpp:37:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelectorComp.cpp:45:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelectorComp.cpp:52:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelectorComp.cpp:74:  Extra space before ( in function call  [whitespace/parens] [4]
* 02/src/PhotographyRobot2017/ImageSelector/src/ImageSelectorComp.cpp:75:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/Printer/src/PrinterComp.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 02/src/PhotographyRobot2017/Printer/src/PrinterComp.cpp:16:  Found C system header after C++ system header. Should be: PrinterComp.h, c system, c++ system, other.  [build/include_order] [4]
* 02/src/PhotographyRobot2017/Printer/src/PrinterComp.cpp:21:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/Printer/src/PrinterComp.cpp:28:  Missing spaces around ==  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/PrinterComp.cpp:29:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/Printer/src/PrinterComp.cpp:40:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/PrinterComp.cpp:48:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Printer/src/PrinterComp.cpp:55:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Printer/src/PrinterComp.cpp:77:  Extra space before ( in function call  [whitespace/parens] [4]
* 02/src/PhotographyRobot2017/Printer/src/PrinterComp.cpp:78:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:27:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:36:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:36:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:37:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:48:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:49:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:50:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:50:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:51:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:51:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:52:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:52:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:52:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:53:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:54:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:55:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:57:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:58:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:59:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:59:  Almost always, snprintf is better than strcpy  [runtime/printf] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:60:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:60:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:61:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:61:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:61:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:62:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:62:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:63:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:63:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:63:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:64:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:64:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:64:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:65:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:66:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:67:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:67:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:68:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:68:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:68:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:69:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:69:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:70:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:70:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:70:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:71:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:71:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:72:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:72:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:73:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:77:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:78:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:79:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:80:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:80:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:80:  Using C-style cast.  Use static_cast<int>(...) instead  [readability/casting] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:81:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:81:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:81:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:81:  Using C-style cast.  Use static_cast<int>(...) instead  [readability/casting] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:82:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:82:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:83:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:83:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:85:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:86:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:87:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:88:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:90:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:91:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:92:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:93:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:95:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:96:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:97:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:98:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:100:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:101:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:102:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:103:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:107:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:108:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:110:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:111:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:112:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:113:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:114:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:115:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:117:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:118:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:118:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:119:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:119:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:119:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:119:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:120:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:120:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:121:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:121:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:122:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:122:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:122:  Missing space before else  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:123:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:123:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:124:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:124:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:125:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:126:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:127:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:128:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:129:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:129:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:130:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:130:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:131:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:131:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:131:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:131:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:132:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:132:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:133:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:133:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:134:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:134:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:134:  Missing space before else  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:135:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:135:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:136:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:136:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:137:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:138:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:139:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:140:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:141:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:141:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:142:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:142:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:143:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:143:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:143:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:143:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:144:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:144:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:145:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:145:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:146:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:146:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:146:  Missing space before else  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:147:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:147:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:148:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:148:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:149:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:150:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:151:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:152:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:153:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:153:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:154:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:154:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:155:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:155:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:155:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:155:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:156:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:156:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:157:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:157:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:158:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:158:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:158:  Missing space before else  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:159:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:159:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:160:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:160:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:161:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:162:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:163:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:164:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:166:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:167:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:168:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:168:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:169:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:169:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:170:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:170:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:170:  Missing space before else  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:171:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:171:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:172:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:173:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:174:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:175:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:176:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:181:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:182:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:184:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:184:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:184:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:185:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:185:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:186:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:187:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:187:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:187:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:188:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:188:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:189:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:189:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:190:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:191:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:191:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:191:  Missing space before else  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:192:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:192:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:193:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:193:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:193:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:194:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:195:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:195:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:195:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:196:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:196:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:197:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:197:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:198:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:198:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:199:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:201:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:201:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:202:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:202:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:203:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:203:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:204:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:205:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:205:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:205:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:206:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:208:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:208:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:209:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:209:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:210:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:210:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:211:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:212:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:212:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:212:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:213:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:215:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:215:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:216:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:216:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:217:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:217:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:218:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:219:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:219:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:219:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:220:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:222:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:222:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:223:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:223:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:224:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:224:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:225:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:226:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:226:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:227:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:229:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:230:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:230:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:231:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:231:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:231:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:232:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:233:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:233:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:234:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:236:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:237:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:237:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:238:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:238:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:238:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:240:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:241:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:242:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:242:  Consider using localtime_r(...) instead of localtime(...) for improved thread safety.  [runtime/threadsafe_fn] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:243:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:244:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:245:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:246:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:247:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:248:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:249:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:251:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:251:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:252:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:252:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:252:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:253:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:253:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:255:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:255:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:256:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:257:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:258:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:258:  Consider using localtime_r(...) instead of localtime(...) for improved thread safety.  [runtime/threadsafe_fn] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:259:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:260:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:260:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:260:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:260:  Never use sprintf. Use snprintf instead.  [runtime/printf] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:261:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:263:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:263:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:264:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:265:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:267:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:268:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:269:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:270:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:270:  Using C-style cast.  Use reinterpret_cast<void*>(...) instead  [readability/casting] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:271:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:272:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:274:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:275:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:276:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:276:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:276:  Never use sprintf. Use snprintf instead.  [runtime/printf] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:277:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:278:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:278:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:278:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:278:  Never use sprintf. Use snprintf instead.  [runtime/printf] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:279:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:279:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:280:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:281:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:282:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:282:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:283:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:284:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:285:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:285:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:286:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:286:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:287:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:288:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:290:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:294:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:295:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:296:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:296:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:297:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:298:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:298:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:298:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:299:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:299:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:299:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:299:  Extra space before )  [whitespace/parens] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:300:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:300:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:300:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:300:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:301:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:301:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:301:  Missing spaces around =  [whitespace/operators] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:301:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:302:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:303:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:303:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:303:  Missing spaces around =  [whitespace/operators] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:305:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:306:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:307:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:307:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:308:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:309:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:310:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:310:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:310:  Missing space before else  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:311:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:311:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:312:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:312:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:312:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:313:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:314:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:315:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:320:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:321:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:321:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:321:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:322:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:322:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:323:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:324:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:324:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:324:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:325:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:325:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:326:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:326:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:327:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:328:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:328:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:328:  Missing space before else  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:329:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:329:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:330:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:330:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:330:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:331:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:332:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:332:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:332:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:334:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:334:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:335:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:335:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:336:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:336:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:337:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:337:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:338:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:341:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:341:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:342:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:342:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:343:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:343:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:344:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:345:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:345:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:345:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:346:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:348:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:348:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:349:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:349:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:350:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:350:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:351:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:352:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:352:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:352:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:353:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:355:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:355:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:356:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:356:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:357:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:357:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:358:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:359:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:359:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:359:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:360:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:362:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:362:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:363:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:363:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:364:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:364:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:365:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:366:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:366:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:366:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:367:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:369:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:370:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:370:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:371:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:371:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:371:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:372:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:373:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:373:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:374:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:376:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:376:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:377:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:378:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:378:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:378:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:380:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:381:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:382:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:382:  Consider using localtime_r(...) instead of localtime(...) for improved thread safety.  [runtime/threadsafe_fn] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:383:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:384:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:385:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:386:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:387:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:388:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:389:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:390:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:390:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:391:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:391:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:391:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:392:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:392:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:393:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:397:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:398:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:398:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:399:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:399:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:400:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:401:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:403:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:403:  Empty conditional bodies should use {}  [whitespace/empty_conditional_body] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:407:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:408:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:408:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:409:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:410:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:411:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:412:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:412:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:413:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:413:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:414:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:415:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:416:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:420:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:425:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:425:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:426:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:426:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:427:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:428:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:429:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:431:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:431:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:432:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:432:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:433:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:433:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:434:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:435:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:436:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:436:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:437:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:437:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:438:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:439:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:440:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:440:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:440:  Missing space before else  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:441:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:441:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:442:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:443:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:444:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:445:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:446:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:450:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:451:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:451:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:452:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:452:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:453:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:453:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:454:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:455:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:456:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:457:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:457:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:457:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:458:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:458:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:458:  Using C-style cast.  Use reinterpret_cast<void *>(...) instead  [readability/casting] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:459:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:459:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:461:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:461:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:462:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:462:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:462:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:463:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:463:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:464:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:465:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:465:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:466:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:466:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:466:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:468:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:468:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:469:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:469:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:470:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:470:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:470:  Missing space before else  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:471:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:471:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:472:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:472:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:473:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:473:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:473:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:474:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:475:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:475:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:475:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:476:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:476:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:477:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:477:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:478:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:478:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:479:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:481:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:481:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:481:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:481:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:482:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:482:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:482:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:483:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:483:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:484:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:484:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:484:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:485:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:485:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:485:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:485:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:486:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:486:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:487:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:487:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:488:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:488:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:489:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:490:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:490:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:490:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:491:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:493:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:493:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:494:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:494:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:495:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:495:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:496:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:497:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:497:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:497:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:498:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:500:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:500:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:501:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:501:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:502:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:502:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:503:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:504:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:504:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:504:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:505:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:507:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:507:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:508:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:508:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:509:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:509:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:510:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:511:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:511:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:512:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:514:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:515:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:515:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:516:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:516:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:516:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:517:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:518:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:518:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:519:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:521:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:521:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:522:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:522:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:522:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:524:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:524:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:525:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:525:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:526:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:526:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:526:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:528:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:529:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:530:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:530:  Consider using localtime_r(...) instead of localtime(...) for improved thread safety.  [runtime/threadsafe_fn] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:531:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:532:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:533:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:534:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:535:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:536:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:537:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:538:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:538:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:539:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:539:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:539:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:540:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:540:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:540:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:542:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:542:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:542:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:543:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:543:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:544:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:545:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:546:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:546:  Consider using localtime_r(...) instead of localtime(...) for improved thread safety.  [runtime/threadsafe_fn] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:547:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:548:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:548:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:548:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:548:  Never use sprintf. Use snprintf instead.  [runtime/printf] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:549:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:550:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:552:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:553:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:554:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:554:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:554:  Never use sprintf. Use snprintf instead.  [runtime/printf] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:555:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:556:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:556:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:556:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:556:  Never use sprintf. Use snprintf instead.  [runtime/printf] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:557:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:557:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:558:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:559:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:560:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:560:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:561:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:562:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:563:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:563:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:564:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:564:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:565:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:566:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:567:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:568:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:569:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:571:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:537:  Add #include <string> for string  [build/include_what_you_use] [4]
* 02/src/PhotographyRobot2017/Printer/src/Print_function.cpp:572:  Could not find a newline character at the end of the file.  [whitespace/ending_newline] [5]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:1:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:23:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:36:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:59:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:60:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:61:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:62:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:63:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:64:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:65:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:67:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:90:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:91:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:92:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:93:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:94:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:95:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:96:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:111:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:112:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:112:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:113:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:116:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:123:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:129:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:136:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:140:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:142:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:144:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:146:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:182:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:209:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:210:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:211:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:212:  Missing space before ( in if(  [whitespace/parens] [5]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:214:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:215:  Missing space before ( in if(  [whitespace/parens] [5]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:215:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:216:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:216:  Missing space before ( in if(  [whitespace/parens] [5]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:217:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:225:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:232:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:233:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:233:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:234:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:234:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:235:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:235:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:236:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:237:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:237:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:238:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:238:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:239:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:241:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:241:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:242:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:242:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:243:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:244:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:244:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:245:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:245:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:246:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:246:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:247:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:247:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:248:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:248:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:249:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:250:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:251:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:252:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:254:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:254:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:255:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:255:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:256:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:257:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:258:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:259:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:259:  Missing space before ( in if(  [whitespace/parens] [5]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:259:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:259:  Missing space before else  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:260:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:260:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:260:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:261:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:262:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:304:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:305:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:305:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:305:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:307:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:313:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/Printer/src/Printer.cpp:313:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystemComp.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystemComp.cpp:13:  Found C system header after C++ system header. Should be: quick_camerasystemComp.h, c system, c++ system, other.  [build/include_order] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystemComp.cpp:14:  Include the directory when naming .h files  [build/include] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystemComp.cpp:18:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystemComp.cpp:25:  Missing spaces around ==  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystemComp.cpp:26:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystemComp.cpp:37:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystemComp.cpp:45:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystemComp.cpp:52:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystemComp.cpp:74:  Extra space before ( in function call  [whitespace/parens] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystemComp.cpp:75:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:1:  Include the directory when naming .h files  [build/include] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:3:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:4:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:5:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:5:  Missing spaces around =  [whitespace/operators] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:6:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:7:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:10:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:11:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:12:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:12:  Missing spaces around =  [whitespace/operators] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:13:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:13:  Missing spaces around =  [whitespace/operators] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:14:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:14:  Missing spaces around =  [whitespace/operators] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:15:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:16:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:17:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:21:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:22:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:22:  Missing spaces around =  [whitespace/operators] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:23:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:23:  Missing spaces around =  [whitespace/operators] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:23:  Missing spaces around <  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:23:  Missing space after ;  [whitespace/semicolon] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:24:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:24:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:24:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:25:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:25:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:26:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:28:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:28:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:29:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:30:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:30:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:30:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:31:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:32:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:33:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:33:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:34:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:35:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:36:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:36:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:37:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:38:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:39:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:40:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:41:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:42:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:42:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:43:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:43:  Missing spaces around <=  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:44:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:44:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:44:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:45:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:46:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:46:  Missing spaces around =  [whitespace/operators] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:47:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:48:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:49:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:50:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:54:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:55:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:55:  Missing spaces around =  [whitespace/operators] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:56:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:57:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:57:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:57:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:58:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:59:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:59:  Missing spaces around >  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:60:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:60:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:60:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:61:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:61:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:62:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:62:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:63:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:64:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:65:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:66:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:67:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:71:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:72:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:72:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:73:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:74:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:74:  Missing spaces around =  [whitespace/operators] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:75:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:75:  Missing spaces around =  [whitespace/operators] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:76:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:76:  Missing spaces around =  [whitespace/operators] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:78:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:78:  Missing spaces around =  [whitespace/operators] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:78:  Missing spaces around <  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:78:  Missing space after ;  [whitespace/semicolon] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:79:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:79:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:79:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:80:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:80:  Missing spaces around =  [whitespace/operators] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:81:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:83:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:83:  Missing spaces around >  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:83:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:84:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:85:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:86:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:87:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:88:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:88:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:89:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:89:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:89:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:90:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:94:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:95:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:95:  Missing spaces around =  [whitespace/operators] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:95:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:96:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:96:  Missing spaces around =  [whitespace/operators] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:96:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:97:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:97:  Missing spaces around =  [whitespace/operators] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:97:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:98:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:98:  Missing spaces around =  [whitespace/operators] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:98:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:99:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:99:  Missing spaces around =  [whitespace/operators] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:99:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:101:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:101:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:102:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:102:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:103:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:103:  Missing spaces around =  [whitespace/operators] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:103:  Missing spaces around <  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:103:  Missing space after ;  [whitespace/semicolon] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:104:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:104:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:104:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:105:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:105:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:106:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:106:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:107:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:107:  Missing spaces around =  [whitespace/operators] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:107:  Missing spaces around >  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:107:  Missing space after ;  [whitespace/semicolon] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:107:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:108:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:108:  Missing spaces around =  [whitespace/operators] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:108:  Missing spaces around >  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:108:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:109:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:109:  Missing spaces around =  [whitespace/operators] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:109:  Missing spaces around <  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:109:  Missing space after ;  [whitespace/semicolon] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:109:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:110:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:110:  Missing spaces around =  [whitespace/operators] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:110:  Missing spaces around <  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:110:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:111:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:112:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:112:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:113:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:113:  Missing spaces around =  [whitespace/operators] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:114:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:114:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:115:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:115:  Missing spaces around =  [whitespace/operators] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:116:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:116:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:117:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:117:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:118:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:118:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:118:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:119:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:120:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:120:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:121:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:121:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:122:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:122:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:123:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:123:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:124:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:124:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:124:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:127:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:128:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:129:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:130:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:131:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:135:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:136:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:136:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:137:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:137:  Missing spaces around =  [whitespace/operators] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:138:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:138:  Missing spaces around =  [whitespace/operators] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:139:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:140:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:141:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:141:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:142:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:142:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:143:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:143:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:144:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:144:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:145:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:146:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:150:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:151:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:151:  Missing spaces around =  [whitespace/operators] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:152:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:153:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:153:  Mismatching spaces inside () in if  [whitespace/parens] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:153:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:154:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:154:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:155:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:155:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:156:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:156:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:157:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:157:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:158:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:158:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:159:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:159:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:160:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:161:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:162:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:162:  Missing spaces around >  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:162:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:163:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:163:  Missing spaces around >  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:163:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:164:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:165:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:165:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:166:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:166:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:166:  Missing space before else  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:167:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:168:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:168:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:169:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:170:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:173:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:174:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:174:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:175:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:175:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:176:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:176:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:177:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:178:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:179:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:180:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:180:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:181:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:181:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:183:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:183:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:184:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:184:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:185:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:185:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:186:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:186:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:187:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:187:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:188:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:189:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:190:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:191:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:191:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:192:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:192:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:193:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:193:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:194:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:194:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:195:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:195:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:199:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:200:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:200:  Missing spaces around =  [whitespace/operators] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:201:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:202:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:206:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:207:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:207:  Missing spaces around =  [whitespace/operators] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:208:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:25:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:28:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:61:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:72:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:89:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:101:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:102:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:106:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:112:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:114:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:116:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:121:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:122:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:123:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:124:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:136:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:142:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:143:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:144:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:154:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:155:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:174:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:175:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:176:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:180:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:181:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:183:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:184:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:185:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:186:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:192:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:193:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:194:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/camera_function.cpp:195:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:1:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:18:  Include the directory when naming .h files  [build/include] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:23:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:40:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:41:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:42:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:43:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:44:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:45:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:46:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:46:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:52:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:53:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:53:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:54:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:55:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:56:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:57:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:70:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:73:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:75:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:76:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:77:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:78:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:84:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:84:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:85:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:85:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:88:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:95:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:101:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:105:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:114:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:122:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:123:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:125:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:127:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:129:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:145:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:146:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:173:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:174:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:175:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:187:  Missing spaces around =  [whitespace/operators] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:193:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:199:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:200:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:201:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:201:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:201:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:202:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:202:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:203:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:203:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:207:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:208:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:208:  Else clause should never be on same line as else (use 2 lines)  [whitespace/newline] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:208:  Missing spaces around =  [whitespace/operators] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:209:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:211:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:212:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:214:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:214:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:215:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:216:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:216:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:217:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:217:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:218:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:218:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:219:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:220:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:221:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:222:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:232:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:233:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:234:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:234:  Missing space after ;  [whitespace/semicolon] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:235:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:236:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:236:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:236:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:236:  Consider using rand_r(...) instead of rand(...) for improved thread safety.  [runtime/threadsafe_fn] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:238:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:238:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:239:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:239:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:240:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:240:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:240:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:241:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:241:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:242:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:243:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:244:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:244:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:245:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:246:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:246:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:247:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:247:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:248:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:248:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:249:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:250:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:251:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:252:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:253:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:254:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:255:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:255:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:256:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:256:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:257:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:258:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:258:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:259:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:260:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:260:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:261:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:261:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:262:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:262:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:263:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:263:  Should have a space between // and comment  [whitespace/comments] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:264:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:265:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:265:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:266:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:266:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:267:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:268:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:268:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:268:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:268:  Extra space before )  [whitespace/parens] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:269:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:269:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:269:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:269:  Extra space before )  [whitespace/parens] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:270:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:271:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:271:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:272:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:273:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:273:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:274:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:275:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:275:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:275:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:275:  Extra space before )  [whitespace/parens] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:276:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:277:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:278:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:278:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:278:  Extra space before )  [whitespace/parens] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:279:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:279:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:279:  Extra space before )  [whitespace/parens] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:280:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:281:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:282:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:282:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:282:  Extra space before )  [whitespace/parens] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:283:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:283:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:283:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:283:  Extra space before )  [whitespace/parens] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:284:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:285:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:286:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:286:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:286:  Extra space before )  [whitespace/parens] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:287:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:287:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:287:  Extra space before )  [whitespace/parens] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:288:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:289:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:290:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:290:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:290:  Extra space before )  [whitespace/parens] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:291:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:291:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:291:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:291:  Extra space before )  [whitespace/parens] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:292:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:293:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:294:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:294:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:294:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:294:  Extra space before )  [whitespace/parens] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:295:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:296:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:297:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:297:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:297:  Extra space before )  [whitespace/parens] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:298:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:298:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:298:  Extra space before )  [whitespace/parens] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:299:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:300:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:301:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:301:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:301:  Extra space before )  [whitespace/parens] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:302:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:303:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:304:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:304:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:304:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:304:  Extra space before )  [whitespace/parens] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:305:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:306:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:307:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:307:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:307:  Extra space before )  [whitespace/parens] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:308:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:308:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:308:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:308:  Extra space before )  [whitespace/parens] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:309:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:310:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:311:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:312:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:313:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:313:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:314:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:314:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:314:  Missing space after ,  [whitespace/comma] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:314:  Extra space before )  [whitespace/parens] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:315:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:316:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:317:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:317:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:318:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:320:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:320:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:320:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:321:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:322:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:322:  Missing spaces around =  [whitespace/operators] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:323:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:324:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:325:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:326:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:326:  Missing spaces around <<  [whitespace/operators] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:327:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:329:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:330:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:331:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:331:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:332:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:333:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:333:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:334:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:335:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:336:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:336:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:337:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:338:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:339:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:339:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:340:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:341:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:342:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:343:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:344:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:345:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:346:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:347:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:348:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:349:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:350:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:350:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:350:  Missing space before else  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:351:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:352:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:353:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:354:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:354:  Missing space before {  [whitespace/braces] [5]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:355:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:356:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:357:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:358:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:359:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:360:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:361:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:362:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:363:  Tab found; better to use spaces  [whitespace/tab] [1]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:406:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:407:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:407:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:407:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:409:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:415:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 02/src/PhotographyRobot2017/quick_camerasystem/src/quick_camerasystem.cpp:415:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]

Licenses

26 licenses

* 02/src/PhotographyRobot2017.zip
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/doc/content/index.txt
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/doc/content/index_j.txt
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/README.Dlib_HumanDetect
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/cpack_options.cmake
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/COPYING.LESSER
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/src/Dlib_HumanDetect.cpp
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/CPackConfig.cmake
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/include/Dlib_HumanDetect/Dlib_HumanDetect.h
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/CPackSourceConfig.cmake
* 02/src/PhotographyRobot2017/Dlib_HumanDetect/COPYING
* 02/src/PhotographyRobot2017/ImageSelector/doc/content/index.txt
* 02/src/PhotographyRobot2017/ImageSelector/doc/content/index_j.txt
* 02/src/PhotographyRobot2017/ImageSelector/COPYING.LESSER
* 02/src/PhotographyRobot2017/ImageSelector/README.ImageSelector
* 02/src/PhotographyRobot2017/ImageSelector/COPYING
* 02/src/PhotographyRobot2017/Printer/doc/content/index.txt
* 02/src/PhotographyRobot2017/Printer/doc/content/index_j.txt
* 02/src/PhotographyRobot2017/Printer/COPYING.LESSER
* 02/src/PhotographyRobot2017/Printer/COPYING
* 02/src/PhotographyRobot2017/Printer/README.Printer
* 02/src/PhotographyRobot2017/quick_camerasystem/doc/content/index.txt
* 02/src/PhotographyRobot2017/quick_camerasystem/doc/content/index_j.txt
* 02/src/PhotographyRobot2017/quick_camerasystem/README.quick_camerasystem
* 02/src/PhotographyRobot2017/quick_camerasystem/COPYING.LESSER
* 02/src/PhotographyRobot2017/quick_camerasystem/COPYING

Executables

4 executables

Back to summary


Entry No. : 03

Title

深層学習を用いたコンポーネント群の作成

URL

http://www.openrtm.org/openrtm/ja/project/contest2017_03

RTCs

4 components

Line of Code

Total

Comment Rate

43.00 %

Detail

files language blank comment code
25 CMake 270 146 1026
8 Python 220 452 544
5 C++ 173 332 524
3 IDL 55 0 354
1 YAML 0 1 294
5 XML 4 0 250
3 C/C++ Header 120 464 121
6 DOS Batch 14 0 58
2 Bourne Shell 0 0 4

Errors

0 errors


Warnings

1775 warnings

* 03/src/WebCamera/src/ImgSVC_impl.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 03/src/WebCamera/src/ImgSVC_impl.cpp:14:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/ImgSVC_impl.cpp:21:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/ImgSVC_impl.cpp:30:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/ImgSVC_impl.cpp:35:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/ImgSVC_impl.cpp:40:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/ImgSVC_impl.cpp:45:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/ImgSVC_impl.cpp:49:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/WebCamera/src/ImgSVC_impl.cpp:50:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/ImgSVC_impl.cpp:51:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 03/src/WebCamera/src/ImgSVC_impl.cpp:51:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 03/src/WebCamera/src/WebCameraComp.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 03/src/WebCamera/src/WebCameraComp.cpp:13:  Found C system header after C++ system header. Should be: WebCameraComp.h, c system, c++ system, other.  [build/include_order] [4]
* 03/src/WebCamera/src/WebCameraComp.cpp:18:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/WebCameraComp.cpp:25:  Missing spaces around ==  [whitespace/operators] [3]
* 03/src/WebCamera/src/WebCameraComp.cpp:26:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/WebCameraComp.cpp:37:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/WebCamera/src/WebCameraComp.cpp:45:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCameraComp.cpp:52:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCameraComp.cpp:74:  Extra space before ( in function call  [whitespace/parens] [4]
* 03/src/WebCamera/src/WebCameraComp.cpp:75:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/WebCamera.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 03/src/WebCamera/src/WebCamera.cpp:15:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/WebCamera.cpp:18:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/WebCamera/src/WebCamera.cpp:63:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/WebCamera.cpp:70:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/WebCamera.cpp:76:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/WebCamera.cpp:80:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCamera.cpp:83:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCamera.cpp:85:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/WebCamera/src/WebCamera.cpp:86:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCamera.cpp:88:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCamera.cpp:91:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCamera.cpp:98:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/WebCamera/src/WebCamera.cpp:105:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCamera.cpp:133:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/WebCamera.cpp:134:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/WebCamera/src/WebCamera.cpp:135:  Missing space before ( in if(  [whitespace/parens] [5]
* 03/src/WebCamera/src/WebCamera.cpp:136:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/WebCamera.cpp:140:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCamera.cpp:142:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:142:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCamera.cpp:143:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/WebCamera/src/WebCamera.cpp:148:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCamera.cpp:152:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCamera.cpp:153:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/WebCamera/src/WebCamera.cpp:155:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCamera.cpp:156:  Missing space before ( in if(  [whitespace/parens] [5]
* 03/src/WebCamera/src/WebCamera.cpp:157:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/WebCamera.cpp:158:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/WebCamera/src/WebCamera.cpp:158:  Missing space before ( in if(  [whitespace/parens] [5]
* 03/src/WebCamera/src/WebCamera.cpp:159:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:159:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/WebCamera.cpp:159:  Missing space before {  [whitespace/braces] [5]
* 03/src/WebCamera/src/WebCamera.cpp:160:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:161:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:163:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 03/src/WebCamera/src/WebCamera.cpp:163:  Missing space before ( in if(  [whitespace/parens] [5]
* 03/src/WebCamera/src/WebCamera.cpp:164:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/WebCamera.cpp:167:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 03/src/WebCamera/src/WebCamera.cpp:168:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/WebCamera.cpp:169:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/WebCamera/src/WebCamera.cpp:169:  Missing space before ( in if(  [whitespace/parens] [5]
* 03/src/WebCamera/src/WebCamera.cpp:170:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:170:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/WebCamera.cpp:170:  Missing space before {  [whitespace/braces] [5]
* 03/src/WebCamera/src/WebCamera.cpp:171:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:171:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCamera.cpp:172:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:173:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 03/src/WebCamera/src/WebCamera.cpp:173:  Missing space before ( in if(  [whitespace/parens] [5]
* 03/src/WebCamera/src/WebCamera.cpp:174:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:174:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/WebCamera.cpp:174:  Missing space before {  [whitespace/braces] [5]
* 03/src/WebCamera/src/WebCamera.cpp:175:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:176:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:178:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCamera.cpp:179:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/WebCamera/src/WebCamera.cpp:180:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/WebCamera/src/WebCamera.cpp:180:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/WebCamera/src/WebCamera.cpp:181:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/WebCamera/src/WebCamera.cpp:181:  Missing spaces around <<  [whitespace/operators] [3]
* 03/src/WebCamera/src/WebCamera.cpp:182:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCamera.cpp:184:  Missing space before ( in if(  [whitespace/parens] [5]
* 03/src/WebCamera/src/WebCamera.cpp:185:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/WebCamera.cpp:191:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCamera.cpp:192:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/WebCamera/src/WebCamera.cpp:194:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/WebCamera/src/WebCamera.cpp:195:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCamera.cpp:196:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/WebCamera/src/WebCamera.cpp:198:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/WebCamera/src/WebCamera.cpp:199:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCamera.cpp:200:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/WebCamera/src/WebCamera.cpp:203:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/WebCamera/src/WebCamera.cpp:204:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:204:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/WebCamera/src/WebCamera.cpp:205:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:206:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCamera.cpp:207:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/WebCamera/src/WebCamera.cpp:208:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/WebCamera/src/WebCamera.cpp:213:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 03/src/WebCamera/src/WebCamera.cpp:214:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/WebCamera.cpp:215:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/WebCamera/src/WebCamera.cpp:215:  Extra space after (  [whitespace/parens] [2]
* 03/src/WebCamera/src/WebCamera.cpp:216:  Extra space after (  [whitespace/parens] [2]
* 03/src/WebCamera/src/WebCamera.cpp:216:  Extra space before )  [whitespace/parens] [2]
* 03/src/WebCamera/src/WebCamera.cpp:217:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/WebCamera/src/WebCamera.cpp:218:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/WebCamera/src/WebCamera.cpp:221:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCamera.cpp:224:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/WebCamera/src/WebCamera.cpp:225:  Missing space after ,  [whitespace/comma] [3]
* 03/src/WebCamera/src/WebCamera.cpp:226:  Missing space after ,  [whitespace/comma] [3]
* 03/src/WebCamera/src/WebCamera.cpp:227:  Missing space after ,  [whitespace/comma] [3]
* 03/src/WebCamera/src/WebCamera.cpp:228:  Missing space after ,  [whitespace/comma] [3]
* 03/src/WebCamera/src/WebCamera.cpp:229:  Missing space after ,  [whitespace/comma] [3]
* 03/src/WebCamera/src/WebCamera.cpp:230:  Missing space after ,  [whitespace/comma] [3]
* 03/src/WebCamera/src/WebCamera.cpp:231:  Missing space after ,  [whitespace/comma] [3]
* 03/src/WebCamera/src/WebCamera.cpp:232:  Missing space after ,  [whitespace/comma] [3]
* 03/src/WebCamera/src/WebCamera.cpp:233:  Missing space after ,  [whitespace/comma] [3]
* 03/src/WebCamera/src/WebCamera.cpp:234:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCamera.cpp:235:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/WebCamera/src/WebCamera.cpp:236:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCamera.cpp:242:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCamera.cpp:245:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCamera.cpp:251:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/WebCamera.cpp:252:  Missing spaces around <<  [whitespace/operators] [3]
* 03/src/WebCamera/src/WebCamera.cpp:253:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCamera.cpp:254:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/WebCamera/src/WebCamera.cpp:257:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCamera.cpp:263:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/WebCamera.cpp:264:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/WebCamera/src/WebCamera.cpp:265:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/WebCamera/src/WebCamera.cpp:265:  Missing space before ( in if(  [whitespace/parens] [5]
* 03/src/WebCamera/src/WebCamera.cpp:266:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/WebCamera.cpp:267:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/WebCamera/src/WebCamera.cpp:267:  Missing space before ( in if(  [whitespace/parens] [5]
* 03/src/WebCamera/src/WebCamera.cpp:268:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCamera.cpp:269:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/WebCamera/src/WebCamera.cpp:270:  Extra space after (  [whitespace/parens] [2]
* 03/src/WebCamera/src/WebCamera.cpp:271:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCamera.cpp:272:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/WebCamera/src/WebCamera.cpp:274:  Missing space before ( in if(  [whitespace/parens] [5]
* 03/src/WebCamera/src/WebCamera.cpp:275:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:275:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/WebCamera.cpp:275:  Missing space before {  [whitespace/braces] [5]
* 03/src/WebCamera/src/WebCamera.cpp:276:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:277:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:278:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:279:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCamera.cpp:282:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/WebCamera/src/WebCamera.cpp:283:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/WebCamera/src/WebCamera.cpp:286:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCamera.cpp:287:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/WebCamera/src/WebCamera.cpp:290:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCamera.cpp:291:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/WebCamera/src/WebCamera.cpp:293:  Missing space before ( in if(  [whitespace/parens] [5]
* 03/src/WebCamera/src/WebCamera.cpp:294:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:294:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/WebCamera.cpp:294:  Missing space before {  [whitespace/braces] [5]
* 03/src/WebCamera/src/WebCamera.cpp:295:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:295:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/WebCamera/src/WebCamera.cpp:295:  Missing space before ( in if(  [whitespace/parens] [5]
* 03/src/WebCamera/src/WebCamera.cpp:296:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:297:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:298:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:299:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 03/src/WebCamera/src/WebCamera.cpp:299:  Missing space before ( in if(  [whitespace/parens] [5]
* 03/src/WebCamera/src/WebCamera.cpp:300:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:300:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/WebCamera.cpp:300:  Missing space before {  [whitespace/braces] [5]
* 03/src/WebCamera/src/WebCamera.cpp:301:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:301:  Missing space before ( in if(  [whitespace/parens] [5]
* 03/src/WebCamera/src/WebCamera.cpp:302:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:302:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/WebCamera.cpp:306:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:307:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 03/src/WebCamera/src/WebCamera.cpp:308:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:308:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/WebCamera.cpp:308:  Missing space before {  [whitespace/braces] [5]
* 03/src/WebCamera/src/WebCamera.cpp:309:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:309:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/WebCamera/src/WebCamera.cpp:309:  Missing space before ( in if(  [whitespace/parens] [5]
* 03/src/WebCamera/src/WebCamera.cpp:310:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:311:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:312:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:313:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:314:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/WebCamera/src/WebCamera.cpp:315:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/WebCamera/src/WebCamera.cpp:315:  Missing space after ,  [whitespace/comma] [3]
* 03/src/WebCamera/src/WebCamera.cpp:316:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/WebCamera/src/WebCamera.cpp:316:  Missing space after ,  [whitespace/comma] [3]
* 03/src/WebCamera/src/WebCamera.cpp:317:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/WebCamera/src/WebCamera.cpp:317:  Missing space after ,  [whitespace/comma] [3]
* 03/src/WebCamera/src/WebCamera.cpp:318:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/WebCamera/src/WebCamera.cpp:318:  Missing space after ,  [whitespace/comma] [3]
* 03/src/WebCamera/src/WebCamera.cpp:319:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/WebCamera/src/WebCamera.cpp:319:  Missing space after ,  [whitespace/comma] [3]
* 03/src/WebCamera/src/WebCamera.cpp:322:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/WebCamera/src/WebCamera.cpp:323:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/WebCamera/src/WebCamera.cpp:325:  Missing space before ( in if(  [whitespace/parens] [5]
* 03/src/WebCamera/src/WebCamera.cpp:326:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:326:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/WebCamera.cpp:326:  Missing space before {  [whitespace/braces] [5]
* 03/src/WebCamera/src/WebCamera.cpp:327:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:327:  Missing space before ( in if(  [whitespace/parens] [5]
* 03/src/WebCamera/src/WebCamera.cpp:328:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:328:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/WebCamera.cpp:329:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:330:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:330:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/WebCamera/src/WebCamera.cpp:331:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:331:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCamera.cpp:331:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 03/src/WebCamera/src/WebCamera.cpp:332:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:333:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:333:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/WebCamera/src/WebCamera.cpp:334:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:334:  Missing space before ( in for(  [whitespace/parens] [5]
* 03/src/WebCamera/src/WebCamera.cpp:335:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:335:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCamera.cpp:336:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:337:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 03/src/WebCamera/src/WebCamera.cpp:338:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:338:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/WebCamera.cpp:338:  Missing space before {  [whitespace/braces] [5]
* 03/src/WebCamera/src/WebCamera.cpp:339:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:339:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/WebCamera/src/WebCamera.cpp:340:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:340:  Missing space before ( in for(  [whitespace/parens] [5]
* 03/src/WebCamera/src/WebCamera.cpp:341:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:341:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/WebCamera/src/WebCamera.cpp:342:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:343:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCamera.cpp:344:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/WebCamera/src/WebCamera.cpp:347:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCamera.cpp:348:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/WebCamera/src/WebCamera.cpp:348:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/WebCamera/src/WebCamera.cpp:349:  Missing space before ( in if(  [whitespace/parens] [5]
* 03/src/WebCamera/src/WebCamera.cpp:350:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:350:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/WebCamera.cpp:350:  Missing space before {  [whitespace/braces] [5]
* 03/src/WebCamera/src/WebCamera.cpp:351:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:352:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:352:  Extra space after ( in function call  [whitespace/parens] [4]
* 03/src/WebCamera/src/WebCamera.cpp:353:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:353:  Missing space before ( in for(  [whitespace/parens] [5]
* 03/src/WebCamera/src/WebCamera.cpp:354:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:354:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/WebCamera/src/WebCamera.cpp:355:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:356:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 03/src/WebCamera/src/WebCamera.cpp:356:  Missing space before ( in if(  [whitespace/parens] [5]
* 03/src/WebCamera/src/WebCamera.cpp:357:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:357:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/WebCamera.cpp:357:  Missing space before {  [whitespace/braces] [5]
* 03/src/WebCamera/src/WebCamera.cpp:358:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:359:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:359:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/WebCamera/src/WebCamera.cpp:360:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:360:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCamera.cpp:361:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:362:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:363:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:363:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/WebCamera/src/WebCamera.cpp:364:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:365:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:366:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:366:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/WebCamera/src/WebCamera.cpp:367:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:368:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:368:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/WebCamera/src/WebCamera.cpp:369:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:370:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 03/src/WebCamera/src/WebCamera.cpp:370:  Missing space before ( in if(  [whitespace/parens] [5]
* 03/src/WebCamera/src/WebCamera.cpp:371:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:371:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/WebCamera.cpp:371:  Missing space before {  [whitespace/braces] [5]
* 03/src/WebCamera/src/WebCamera.cpp:372:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:373:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:373:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/WebCamera/src/WebCamera.cpp:374:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:374:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCamera.cpp:375:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:376:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:376:  Using C-style cast.  Use static_cast<int>(...) instead  [readability/casting] [4]
* 03/src/WebCamera/src/WebCamera.cpp:377:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:377:  Missing space before ( in if(  [whitespace/parens] [5]
* 03/src/WebCamera/src/WebCamera.cpp:378:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:379:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:379:  Missing spaces around <<  [whitespace/operators] [3]
* 03/src/WebCamera/src/WebCamera.cpp:380:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:380:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCamera.cpp:381:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:381:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCamera.cpp:382:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:382:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/WebCamera/src/WebCamera.cpp:383:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:384:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:385:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:385:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/WebCamera/src/WebCamera.cpp:386:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:387:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:387:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/WebCamera/src/WebCamera.cpp:388:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:389:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 03/src/WebCamera/src/WebCamera.cpp:390:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:390:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/WebCamera.cpp:390:  Missing space before {  [whitespace/braces] [5]
* 03/src/WebCamera/src/WebCamera.cpp:391:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:392:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:392:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCamera.cpp:393:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:393:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/WebCamera/src/WebCamera.cpp:393:  Missing spaces around <<  [whitespace/operators] [3]
* 03/src/WebCamera/src/WebCamera.cpp:394:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:394:  Extra space after ( in function call  [whitespace/parens] [4]
* 03/src/WebCamera/src/WebCamera.cpp:395:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:395:  Missing space before ( in for(  [whitespace/parens] [5]
* 03/src/WebCamera/src/WebCamera.cpp:396:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:396:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCamera.cpp:396:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/WebCamera/src/WebCamera.cpp:397:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/WebCamera/src/WebCamera.cpp:398:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/WebCamera/src/WebCamera.cpp:401:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/WebCamera/src/WebCamera.cpp:404:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 03/src/WebCamera/src/WebCamera.cpp:405:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/WebCamera.cpp:406:  Extra space after ( in function call  [whitespace/parens] [4]
* 03/src/WebCamera/src/WebCamera.cpp:415:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/WebCamera.cpp:450:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/WebCamera.cpp:451:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
* 03/src/WebCamera/src/WebCamera.cpp:451:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCamera.cpp:451:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 03/src/WebCamera/src/WebCamera.cpp:453:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/WebCamera/src/WebCamera.cpp:459:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/WebCamera/src/WebCamera.cpp:459:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 03/src/WebCamera/src/WebCamera.cpp:383:  Add #include <vector> for vector<>  [build/include_what_you_use] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 03/src/ImageViewer/src/ImageViewer.cpp:15:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:18:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/ImageViewer/src/ImageViewer.cpp:47:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:54:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:60:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:65:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:67:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:69:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:71:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/ImageViewer/src/ImageViewer.cpp:72:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:75:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:82:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:109:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:111:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:113:  Extra space before [  [whitespace/braces] [5]
* 03/src/ImageViewer/src/ImageViewer.cpp:114:  Missing spaces around =  [whitespace/operators] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:114:  Missing spaces around <  [whitespace/operators] [3]
* 03/src/ImageViewer/src/ImageViewer.cpp:114:  Missing space before ( in for(  [whitespace/parens] [5]
* 03/src/ImageViewer/src/ImageViewer.cpp:115:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:116:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:117:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:118:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:118:  Missing spaces around !=  [whitespace/operators] [3]
* 03/src/ImageViewer/src/ImageViewer.cpp:119:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:119:  Missing spaces around =  [whitespace/operators] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:120:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:120:  If/else bodies with multiple statements require braces  [readability/braces] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:121:  Missing spaces around =  [whitespace/operators] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:124:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:125:  Missing space before ( in if(  [whitespace/parens] [5]
* 03/src/ImageViewer/src/ImageViewer.cpp:126:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:127:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:128:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:128:  Missing space before ( in if(  [whitespace/parens] [5]
* 03/src/ImageViewer/src/ImageViewer.cpp:129:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:129:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:130:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:131:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:132:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:133:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:134:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:134:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:135:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:135:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:135:  Missing space before ( in if(  [whitespace/parens] [5]
* 03/src/ImageViewer/src/ImageViewer.cpp:136:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:136:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:137:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:138:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:139:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:140:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:141:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:141:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:142:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:142:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:142:  Missing space before ( in if(  [whitespace/parens] [5]
* 03/src/ImageViewer/src/ImageViewer.cpp:143:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:143:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:144:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:144:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/ImageViewer/src/ImageViewer.cpp:145:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:146:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:147:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:148:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:148:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:149:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:149:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:150:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:151:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:151:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/ImageViewer/src/ImageViewer.cpp:151:  Missing space after ,  [whitespace/comma] [3]
* 03/src/ImageViewer/src/ImageViewer.cpp:152:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:153:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:158:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/ImageViewer/src/ImageViewer.cpp:165:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:166:  Missing space before ( in if(  [whitespace/parens] [5]
* 03/src/ImageViewer/src/ImageViewer.cpp:166:  Missing space before {  [whitespace/braces] [5]
* 03/src/ImageViewer/src/ImageViewer.cpp:167:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:167:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:168:  Missing space before ( in if(  [whitespace/parens] [5]
* 03/src/ImageViewer/src/ImageViewer.cpp:169:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:169:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:169:  Missing space before {  [whitespace/braces] [5]
* 03/src/ImageViewer/src/ImageViewer.cpp:171:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/ImageViewer/src/ImageViewer.cpp:176:  Missing space before ( in if(  [whitespace/parens] [5]
* 03/src/ImageViewer/src/ImageViewer.cpp:177:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:178:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:179:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:183:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:191:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:192:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:192:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:193:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:194:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:194:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:194:  Missing space before {  [whitespace/braces] [5]
* 03/src/ImageViewer/src/ImageViewer.cpp:195:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:196:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:196:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:197:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:198:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:199:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:200:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:200:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/ImageViewer/src/ImageViewer.cpp:201:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:202:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:203:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:204:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:204:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:205:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:206:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:207:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:208:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:208:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:210:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:210:  Use int16/int64/etc, rather than the C type long  [runtime/int] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:211:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:211:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:213:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:213:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/ImageViewer/src/ImageViewer.cpp:214:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:214:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:214:  Missing space before {  [whitespace/braces] [5]
* 03/src/ImageViewer/src/ImageViewer.cpp:215:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:215:  Missing spaces around =  [whitespace/operators] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:215:  Missing spaces around <  [whitespace/operators] [3]
* 03/src/ImageViewer/src/ImageViewer.cpp:216:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:216:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/ImageViewer/src/ImageViewer.cpp:216:  Missing space after ,  [whitespace/comma] [3]
* 03/src/ImageViewer/src/ImageViewer.cpp:217:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:218:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:219:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:220:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:220:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/ImageViewer/src/ImageViewer.cpp:220:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:220:  Missing space before ( in if(  [whitespace/parens] [5]
* 03/src/ImageViewer/src/ImageViewer.cpp:221:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:221:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:221:  Missing space before {  [whitespace/braces] [5]
* 03/src/ImageViewer/src/ImageViewer.cpp:222:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:223:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:223:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/ImageViewer/src/ImageViewer.cpp:225:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:225:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:226:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:227:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:228:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:228:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:228:  Missing space before {  [whitespace/braces] [5]
* 03/src/ImageViewer/src/ImageViewer.cpp:229:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:229:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/ImageViewer/src/ImageViewer.cpp:230:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:231:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:232:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:232:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:233:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:233:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:233:  Missing space before {  [whitespace/braces] [5]
* 03/src/ImageViewer/src/ImageViewer.cpp:234:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:234:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/ImageViewer/src/ImageViewer.cpp:235:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:236:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:237:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:240:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:241:  Missing space before ( in if(  [whitespace/parens] [5]
* 03/src/ImageViewer/src/ImageViewer.cpp:242:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:248:  Tab found; better to use spaces  [whitespace/tab] [1]
* 03/src/ImageViewer/src/ImageViewer.cpp:253:  Should have a space between // and comment  [whitespace/comments] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:255:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:257:  Missing space after ,  [whitespace/comma] [3]
* 03/src/ImageViewer/src/ImageViewer.cpp:257:  Extra space after ( in function call  [whitespace/parens] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:257:  Never use sprintf. Use snprintf instead.  [runtime/printf] [5]
* 03/src/ImageViewer/src/ImageViewer.cpp:258:  Extra space after ( in function call  [whitespace/parens] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:258:  Extra space before )  [whitespace/parens] [2]
* 03/src/ImageViewer/src/ImageViewer.cpp:302:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:303:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
* 03/src/ImageViewer/src/ImageViewer.cpp:303:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:303:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 03/src/ImageViewer/src/ImageViewer.cpp:305:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:311:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:311:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 03/src/ImageViewer/src/ImageViewer.cpp:222:  Add #include <vector> for vector<>  [build/include_what_you_use] [4]
* 03/src/ImageViewer/src/ImageViewer.cpp:124:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 03/src/ImageViewer/src/ImageViewer.cpp:127:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 03/src/ImageViewer/src/ImageViewer.cpp:134:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 03/src/ImageViewer/src/ImageViewer.cpp:141:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 03/src/ImageViewer/src/ImageViewer.cpp:167:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 03/src/ImageViewer/src/ImageViewer.cpp:179:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 03/src/ImageViewer/src/ImageViewer.cpp:183:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 03/src/ImageViewer/src/ImageViewer.cpp:240:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 03/src/ImageViewer/src/ImageViewerComp.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 03/src/ImageViewer/src/ImageViewerComp.cpp:13:  Found C system header after C++ system header. Should be: ImageViewerComp.h, c system, c++ system, other.  [build/include_order] [4]
* 03/src/ImageViewer/src/ImageViewerComp.cpp:18:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/ImageViewer/src/ImageViewerComp.cpp:25:  Missing spaces around ==  [whitespace/operators] [3]
* 03/src/ImageViewer/src/ImageViewerComp.cpp:26:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/ImageViewer/src/ImageViewerComp.cpp:37:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 03/src/ImageViewer/src/ImageViewerComp.cpp:45:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/ImageViewer/src/ImageViewerComp.cpp:52:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 03/src/ImageViewer/src/ImageViewerComp.cpp:74:  Extra space before ( in function call  [whitespace/parens] [4]
* 03/src/ImageViewer/src/ImageViewerComp.cpp:75:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 03/src/Show_ObjectParam/ObjectRecognition__POA/__init__.py:9:1: E402 module level import not at top of file
* 03/src/Show_ObjectParam/ObjectRecognition__POA/__init__.py:9:1: F401 'ObjectRecognition_idl' imported but unused
* 03/src/Show_ObjectParam/ObjectRecognition_idl.py:3:15: E401 multiple imports on one line
* 03/src/Show_ObjectParam/ObjectRecognition_idl.py:4:1: F401 'PortableServer' imported but unused
* 03/src/Show_ObjectParam/ObjectRecognition_idl.py:7:23: E231 missing whitespace after ','
* 03/src/Show_ObjectParam/ObjectRecognition_idl.py:10:1: E402 module level import not at top of file
* 03/src/Show_ObjectParam/ObjectRecognition_idl.py:10:1: F401 'BasicDataType_idl' imported but unused
* 03/src/Show_ObjectParam/ObjectRecognition_idl.py:18:80: E501 line too long (92 > 79 characters)
* 03/src/Show_ObjectParam/ObjectRecognition_idl.py:19:80: E501 line too long (102 > 79 characters)
* 03/src/Show_ObjectParam/ObjectRecognition_idl.py:24:1: E302 expected 2 blank lines, found 0
* 03/src/Show_ObjectParam/ObjectRecognition_idl.py:35:36: E221 multiple spaces before operator
* 03/src/Show_ObjectParam/ObjectRecognition_idl.py:35:80: E501 line too long (310 > 79 characters)
* 03/src/Show_ObjectParam/ObjectRecognition_idl.py:35:166: E231 missing whitespace after ','
* 03/src/Show_ObjectParam/ObjectRecognition_idl.py:36:80: E501 line too long (109 > 79 characters)
* 03/src/Show_ObjectParam/ObjectRecognition_idl.py:37:80: E501 line too long (125 > 79 characters)
* 03/src/Show_ObjectParam/ObjectRecognition_idl.py:42:1: E302 expected 2 blank lines, found 0
* 03/src/Show_ObjectParam/ObjectRecognition_idl.py:50:41: E221 multiple spaces before operator
* 03/src/Show_ObjectParam/ObjectRecognition_idl.py:50:80: E501 line too long (264 > 79 characters)
* 03/src/Show_ObjectParam/ObjectRecognition_idl.py:51:80: E501 line too long (119 > 79 characters)
* 03/src/Show_ObjectParam/ObjectRecognition_idl.py:52:80: E501 line too long (140 > 79 characters)
* 03/src/Show_ObjectParam/ObjectRecognition_idl.py:57:1: E302 expected 2 blank lines, found 0
* 03/src/Show_ObjectParam/ObjectRecognition_idl.py:65:44: E221 multiple spaces before operator
* 03/src/Show_ObjectParam/ObjectRecognition_idl.py:65:80: E501 line too long (313 > 79 characters)
* 03/src/Show_ObjectParam/ObjectRecognition_idl.py:66:80: E501 line too long (125 > 79 characters)
* 03/src/Show_ObjectParam/ObjectRecognition_idl.py:67:80: E501 line too long (149 > 79 characters)
* 03/src/Show_ObjectParam/ObjectRecognition_idl.py:75:22: E201 whitespace after '('
* 03/src/Show_ObjectParam/Show_ObjectParam.py:17:1: E402 module level import not at top of file
* 03/src/Show_ObjectParam/Show_ObjectParam.py:18:1: E402 module level import not at top of file
* 03/src/Show_ObjectParam/Show_ObjectParam.py:20:1: E402 module level import not at top of file
* 03/src/Show_ObjectParam/Show_ObjectParam.py:34:66: W291 trailing whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:35:1: E101 indentation contains mixed spaces and tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:35:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:35:4: E128 continuation line under-indented for visual indent
* 03/src/Show_ObjectParam/Show_ObjectParam.py:35:44: W291 trailing whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:36:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:36:3: E101 indentation contains mixed spaces and tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:36:4: E128 continuation line under-indented for visual indent
* 03/src/Show_ObjectParam/Show_ObjectParam.py:36:45: W291 trailing whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:37:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:37:3: E101 indentation contains mixed spaces and tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:37:4: E128 continuation line under-indented for visual indent
* 03/src/Show_ObjectParam/Show_ObjectParam.py:37:33: W291 trailing whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:38:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:38:3: E101 indentation contains mixed spaces and tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:38:4: E128 continuation line under-indented for visual indent
* 03/src/Show_ObjectParam/Show_ObjectParam.py:38:40: W291 trailing whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:39:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:39:3: E101 indentation contains mixed spaces and tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:39:4: E128 continuation line under-indented for visual indent
* 03/src/Show_ObjectParam/Show_ObjectParam.py:39:36: W291 trailing whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:40:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:40:3: E101 indentation contains mixed spaces and tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:40:4: E128 continuation line under-indented for visual indent
* 03/src/Show_ObjectParam/Show_ObjectParam.py:40:34: W291 trailing whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:41:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:41:3: E101 indentation contains mixed spaces and tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:41:4: E128 continuation line under-indented for visual indent
* 03/src/Show_ObjectParam/Show_ObjectParam.py:41:29: W291 trailing whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:42:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:42:3: E101 indentation contains mixed spaces and tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:42:4: E128 continuation line under-indented for visual indent
* 03/src/Show_ObjectParam/Show_ObjectParam.py:42:34: W291 trailing whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:43:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:43:3: E101 indentation contains mixed spaces and tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:43:4: E128 continuation line under-indented for visual indent
* 03/src/Show_ObjectParam/Show_ObjectParam.py:44:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:44:3: E101 indentation contains mixed spaces and tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:44:4: E128 continuation line under-indented for visual indent
* 03/src/Show_ObjectParam/Show_ObjectParam.py:50:2: W291 trailing whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:51:2: W291 trailing whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:52:1: E302 expected 2 blank lines, found 1
* 03/src/Show_ObjectParam/Show_ObjectParam.py:53:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:53:1: W293 blank line contains whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:54:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:55:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:56:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:57:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:57:3: W291 trailing whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:58:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:59:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:61:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:61:80: E501 line too long (88 > 79 characters)
* 03/src/Show_ObjectParam/Show_ObjectParam.py:62:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:62:80: E501 line too long (83 > 79 characters)
* 03/src/Show_ObjectParam/Show_ObjectParam.py:64:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:65:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:65:80: E501 line too long (85 > 79 characters)
* 03/src/Show_ObjectParam/Show_ObjectParam.py:68:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:68:1: W293 blank line contains whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:71:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:71:3: E303 too many blank lines (5)
* 03/src/Show_ObjectParam/Show_ObjectParam.py:72:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:73:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:73:1: W293 blank line contains whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:74:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:77:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:77:1: W293 blank line contains whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:77:3: E101 indentation contains mixed spaces and tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:78:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:78:2: E303 too many blank lines (3)
* 03/src/Show_ObjectParam/Show_ObjectParam.py:79:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:80:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:81:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:81:28: W291 trailing whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:82:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:82:3: W291 trailing whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:83:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:84:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:84:3: W291 trailing whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:85:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:86:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:87:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:88:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:88:1: W293 blank line contains whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:89:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:90:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:90:33: E231 missing whitespace after ','
* 03/src/Show_ObjectParam/Show_ObjectParam.py:91:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:91:1: W293 blank line contains whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:92:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:93:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:93:1: W293 blank line contains whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:94:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:95:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:95:1: W293 blank line contains whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:96:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:97:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:97:1: W293 blank line contains whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:98:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:99:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:99:1: W293 blank line contains whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:100:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:101:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:101:1: W293 blank line contains whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:102:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:102:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:103:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:103:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:103:5: W291 trailing whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:104:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:104:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:105:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:105:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:106:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:106:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:106:5: W291 trailing whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:107:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:107:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:108:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:109:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:109:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:109:5: W291 trailing whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:110:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:110:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:111:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:112:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:112:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:113:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:113:1: W293 blank line contains whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:114:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:114:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:115:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:115:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:116:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:116:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:117:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:117:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:118:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:118:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:118:5: W291 trailing whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:119:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:119:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:120:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:120:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:121:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:121:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:122:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:122:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:123:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:123:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:124:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:124:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:125:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:126:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:126:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:127:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:127:1: W293 blank line contains whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:128:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:128:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:129:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:129:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:130:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:130:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:131:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:131:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:132:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:132:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:133:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:133:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:134:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:134:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:135:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:135:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:136:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:136:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:137:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:137:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:138:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:138:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:139:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:140:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:140:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:141:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:141:1: W293 blank line contains whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:142:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:143:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:144:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:145:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:146:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:147:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:148:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:148:4: W291 trailing whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:149:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:150:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:151:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:152:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:153:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:153:1: W293 blank line contains whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:154:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:155:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:155:1: W293 blank line contains whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:156:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:156:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:157:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:157:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:158:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:158:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:159:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:159:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:160:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:160:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:161:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:161:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:162:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:162:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:163:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:163:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:164:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:164:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:165:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:165:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:166:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:166:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:167:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:168:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:168:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:169:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:169:1: W293 blank line contains whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:170:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:171:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:172:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:173:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:174:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:175:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:176:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:177:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:178:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:179:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:180:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:181:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:181:2: E101 indentation contains mixed spaces and tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:182:1: E101 indentation contains mixed spaces and tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:183:1: W293 blank line contains whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:184:53: E901 SyntaxError: invalid syntax
* 03/src/Show_ObjectParam/Show_ObjectParam.py:186:80: E501 line too long (83 > 79 characters)
* 03/src/Show_ObjectParam/Show_ObjectParam.py:187:80: E501 line too long (104 > 79 characters)
* 03/src/Show_ObjectParam/Show_ObjectParam.py:188:80: E501 line too long (114 > 79 characters)
* 03/src/Show_ObjectParam/Show_ObjectParam.py:189:1: E101 indentation contains mixed spaces and tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:189:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:192:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:192:3: E303 too many blank lines (2)
* 03/src/Show_ObjectParam/Show_ObjectParam.py:193:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:193:1: W293 blank line contains whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:194:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:194:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:195:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:195:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:196:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:196:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:197:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:197:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:198:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:198:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:199:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:199:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:200:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:200:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:201:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:201:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:202:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:202:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:203:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:203:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:204:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:204:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:205:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:206:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:206:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:207:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:207:1: W293 blank line contains whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:208:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:208:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:209:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:209:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:210:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:210:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:211:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:211:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:212:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:212:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:213:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:213:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:214:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:214:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:215:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:215:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:216:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:216:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:217:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:217:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:218:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:218:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:219:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:220:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:220:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:221:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:221:1: W293 blank line contains whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:222:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:222:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:223:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:223:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:224:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:224:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:225:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:225:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:226:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:226:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:227:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:227:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:228:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:228:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:229:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:229:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:230:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:230:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:231:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:231:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:232:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:232:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:233:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:234:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:234:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:235:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:235:1: W293 blank line contains whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:236:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:236:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:237:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:237:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:238:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:238:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:239:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:239:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:240:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:240:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:241:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:241:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:242:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:242:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:243:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:243:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:244:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:244:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:246:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:246:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:247:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:247:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:248:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:249:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:249:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:250:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:250:1: W293 blank line contains whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:251:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:251:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:252:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:252:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:253:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:253:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:254:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:254:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:255:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:255:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:256:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:256:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:257:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:257:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:258:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:258:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:259:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:259:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:260:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:260:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:261:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:261:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:262:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:263:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:263:2: E265 block comment should start with '# '
* 03/src/Show_ObjectParam/Show_ObjectParam.py:264:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:264:1: W293 blank line contains whitespace
* 03/src/Show_ObjectParam/Show_ObjectParam.py:268:1: E303 too many blank lines (4)
* 03/src/Show_ObjectParam/Show_ObjectParam.py:269:1: E101 indentation contains mixed spaces and tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:274:1: E302 expected 2 blank lines, found 1
* 03/src/Show_ObjectParam/Show_ObjectParam.py:280:1: E302 expected 2 blank lines, found 1
* 03/src/Show_ObjectParam/Show_ObjectParam.py:281:1: E101 indentation contains mixed spaces and tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:281:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:282:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:283:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:284:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:287:1: W191 indentation contains tabs
* 03/src/Show_ObjectParam/Show_ObjectParam.py:288:1: W391 blank line at end of file
* 03/src/Show_ObjectParam/ObjectRecognition/__init__.py:9:1: E402 module level import not at top of file
* 03/src/Show_ObjectParam/ObjectRecognition/__init__.py:9:1: F401 'ObjectRecognition_idl' imported but unused
* 03/src/py_faster_rcnnRTC/Img__POA/__init__.py:9:1: E402 module level import not at top of file
* 03/src/py_faster_rcnnRTC/Img__POA/__init__.py:9:1: F401 'Img_idl' imported but unused
* 03/src/py_faster_rcnnRTC/Img/__init__.py:9:1: E402 module level import not at top of file
* 03/src/py_faster_rcnnRTC/Img/__init__.py:9:1: F401 'Img_idl' imported but unused
* 03/src/py_faster_rcnnRTC/ObjectRecognition__POA/__init__.py:9:1: E402 module level import not at top of file
* 03/src/py_faster_rcnnRTC/ObjectRecognition__POA/__init__.py:9:1: F401 'ObjectRecognition_idl' imported but unused
* 03/src/py_faster_rcnnRTC/ObjectRecognition_idl.py:3:15: E401 multiple imports on one line
* 03/src/py_faster_rcnnRTC/ObjectRecognition_idl.py:4:1: F401 'PortableServer' imported but unused
* 03/src/py_faster_rcnnRTC/ObjectRecognition_idl.py:7:23: E231 missing whitespace after ','
* 03/src/py_faster_rcnnRTC/ObjectRecognition_idl.py:10:1: E402 module level import not at top of file
* 03/src/py_faster_rcnnRTC/ObjectRecognition_idl.py:10:1: F401 'BasicDataType_idl' imported but unused
* 03/src/py_faster_rcnnRTC/ObjectRecognition_idl.py:18:80: E501 line too long (92 > 79 characters)
* 03/src/py_faster_rcnnRTC/ObjectRecognition_idl.py:19:80: E501 line too long (102 > 79 characters)
* 03/src/py_faster_rcnnRTC/ObjectRecognition_idl.py:24:1: E302 expected 2 blank lines, found 0
* 03/src/py_faster_rcnnRTC/ObjectRecognition_idl.py:35:36: E221 multiple spaces before operator
* 03/src/py_faster_rcnnRTC/ObjectRecognition_idl.py:35:80: E501 line too long (310 > 79 characters)
* 03/src/py_faster_rcnnRTC/ObjectRecognition_idl.py:35:166: E231 missing whitespace after ','
* 03/src/py_faster_rcnnRTC/ObjectRecognition_idl.py:36:80: E501 line too long (109 > 79 characters)
* 03/src/py_faster_rcnnRTC/ObjectRecognition_idl.py:37:80: E501 line too long (125 > 79 characters)
* 03/src/py_faster_rcnnRTC/ObjectRecognition_idl.py:42:1: E302 expected 2 blank lines, found 0
* 03/src/py_faster_rcnnRTC/ObjectRecognition_idl.py:50:41: E221 multiple spaces before operator
* 03/src/py_faster_rcnnRTC/ObjectRecognition_idl.py:50:80: E501 line too long (264 > 79 characters)
* 03/src/py_faster_rcnnRTC/ObjectRecognition_idl.py:51:80: E501 line too long (119 > 79 characters)
* 03/src/py_faster_rcnnRTC/ObjectRecognition_idl.py:52:80: E501 line too long (140 > 79 characters)
* 03/src/py_faster_rcnnRTC/ObjectRecognition_idl.py:57:1: E302 expected 2 blank lines, found 0
* 03/src/py_faster_rcnnRTC/ObjectRecognition_idl.py:65:44: E221 multiple spaces before operator
* 03/src/py_faster_rcnnRTC/ObjectRecognition_idl.py:65:80: E501 line too long (313 > 79 characters)
* 03/src/py_faster_rcnnRTC/ObjectRecognition_idl.py:66:80: E501 line too long (125 > 79 characters)
* 03/src/py_faster_rcnnRTC/ObjectRecognition_idl.py:67:80: E501 line too long (149 > 79 characters)
* 03/src/py_faster_rcnnRTC/ObjectRecognition_idl.py:75:22: E201 whitespace after '('
* 03/src/py_faster_rcnnRTC/ObjectRecognition/__init__.py:9:1: E402 module level import not at top of file
* 03/src/py_faster_rcnnRTC/ObjectRecognition/__init__.py:9:1: F401 'ObjectRecognition_idl' imported but unused
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:17:1: E402 module level import not at top of file
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:18:1: E402 module level import not at top of file
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:20:1: E402 module level import not at top of file
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:21:1: E402 module level import not at top of file
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:23:1: E402 module level import not at top of file
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:24:1: E402 module level import not at top of file
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:25:1: E402 module level import not at top of file
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:26:1: E402 module level import not at top of file
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:27:1: E402 module level import not at top of file
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:27:13: E401 multiple imports on one line
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:28:1: E402 module level import not at top of file
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:29:1: E402 module level import not at top of file
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:41:9: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:42:9: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:43:9: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:44:9: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:45:9: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:48:1: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:48:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:48:2: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:49:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:49:2: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:50:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:50:2: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:51:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:51:2: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:52:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:52:2: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:53:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:53:2: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:54:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:54:2: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:55:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:55:2: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:56:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:56:2: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:57:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:57:2: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:58:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:58:2: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:59:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:59:2: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:60:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:60:2: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:61:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:61:2: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:62:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:62:2: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:63:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:63:2: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:64:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:64:2: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:65:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:65:2: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:66:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:66:2: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:67:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:67:2: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:67:55: W291 trailing whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:71:1: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:71:11: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:73:11: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:78:62: W291 trailing whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:79:1: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:79:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:79:4: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:79:42: W291 trailing whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:80:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:80:3: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:80:4: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:80:66: W291 trailing whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:81:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:81:3: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:81:4: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:81:33: W291 trailing whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:82:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:82:3: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:82:4: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:82:40: W291 trailing whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:83:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:83:3: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:83:4: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:83:41: W291 trailing whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:84:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:84:3: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:84:4: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:84:34: W291 trailing whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:85:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:85:3: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:85:4: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:85:29: W291 trailing whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:86:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:86:3: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:86:4: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:86:34: W291 trailing whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:87:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:87:3: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:87:4: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:88:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:88:3: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:88:4: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:89:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:89:3: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:89:4: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:90:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:90:3: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:90:4: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:91:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:91:3: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:91:4: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:93:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:93:3: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:93:4: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:94:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:94:3: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:94:4: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:95:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:95:3: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:95:4: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:96:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:96:3: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:96:4: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:98:1: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:98:10: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:99:10: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:100:10: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:101:10: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:103:1: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:103:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:103:4: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:105:1: E302 expected 2 blank lines, found 0
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:106:1: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:113:1: E302 expected 2 blank lines, found 1
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:114:1: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:114:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:115:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:116:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:117:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:118:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:119:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:120:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:120:4: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:122:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:123:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:124:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:125:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:126:1: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:126:23: E901 TabError: inconsistent use of tabs and spaces in indentation
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:129:1: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:129:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:129:15: E261 at least two spaces before inline comment
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:129:16: E262 inline comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:130:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:131:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:131:24: E231 missing whitespace after ','
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:132:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:133:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:133:7: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:134:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:134:18: E231 missing whitespace after ','
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:135:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:136:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:136:25: E231 missing whitespace after ','
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:137:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:138:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:139:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:140:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:140:45: E231 missing whitespace after ','
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:141:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:141:9: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:141:10: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:141:12: E231 missing whitespace after ','
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:141:14: E231 missing whitespace after ','
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:142:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:142:50: E231 missing whitespace after ','
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:143:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:143:9: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:144:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:145:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:145:16: E231 missing whitespace after ','
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:145:18: E231 missing whitespace after ','
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:147:1: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:147:80: E501 line too long (130 > 79 characters)
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:150:1: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:156:2: W291 trailing whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:157:2: W291 trailing whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:158:1: E302 expected 2 blank lines, found 1
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:159:1: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:159:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:159:1: W293 blank line contains whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:160:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:161:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:162:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:163:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:163:3: W291 trailing whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:164:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:165:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:167:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:168:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:170:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:171:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:172:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:173:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:173:53: E231 missing whitespace after ','
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:173:56: E231 missing whitespace after ','
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:173:80: E501 line too long (152 > 79 characters)
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:173:83: E231 missing whitespace after ','
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:173:86: E231 missing whitespace after ','
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:173:102: E231 missing whitespace after ','
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:173:104: E231 missing whitespace after ','
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:173:106: E231 missing whitespace after ','
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:173:110: E231 missing whitespace after ','
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:173:142: E231 missing whitespace after ','
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:173:146: E231 missing whitespace after ','
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:173:150: E231 missing whitespace after ','
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:175:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:176:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:177:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:177:80: E501 line too long (89 > 79 characters)
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:178:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:178:76: E231 missing whitespace after ','
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:178:80: E501 line too long (83 > 79 characters)
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:180:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:181:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:181:80: E501 line too long (90 > 79 characters)
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:184:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:184:1: W293 blank line contains whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:187:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:187:3: E303 too many blank lines (5)
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:188:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:190:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:190:1: W293 blank line contains whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:191:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:191:3: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:192:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:192:3: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:193:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:194:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:196:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:196:1: W293 blank line contains whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:197:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:197:3: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:198:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:198:3: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:199:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:200:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:202:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:202:1: W293 blank line contains whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:203:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:203:3: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:204:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:204:3: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:205:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:206:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:208:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:208:1: W293 blank line contains whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:209:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:209:3: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:210:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:210:3: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:211:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:212:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:213:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:213:1: W293 blank line contains whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:214:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:217:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:217:1: W293 blank line contains whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:217:3: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:218:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:218:2: E303 too many blank lines (3)
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:219:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:220:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:221:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:221:28: W291 trailing whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:222:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:222:3: W291 trailing whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:223:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:224:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:224:3: W291 trailing whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:225:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:226:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:227:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:228:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:229:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:230:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:231:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:232:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:232:1: W293 blank line contains whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:233:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:234:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:234:27: E231 missing whitespace after ','
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:235:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:235:1: W293 blank line contains whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:236:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:237:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:237:29: E231 missing whitespace after ','
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:238:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:238:35: E231 missing whitespace after ','
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:239:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:239:1: W293 blank line contains whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:240:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:241:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:241:1: W293 blank line contains whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:242:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:243:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:243:1: W293 blank line contains whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:244:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:245:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:245:1: W293 blank line contains whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:246:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:247:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:247:1: W293 blank line contains whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:248:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:248:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:249:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:249:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:249:5: W291 trailing whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:250:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:250:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:251:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:251:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:252:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:252:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:252:5: W291 trailing whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:253:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:253:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:254:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:255:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:255:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:255:5: W291 trailing whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:256:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:256:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:257:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:258:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:258:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:259:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:259:1: W293 blank line contains whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:260:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:260:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:261:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:261:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:262:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:262:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:263:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:263:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:264:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:264:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:264:5: W291 trailing whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:265:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:265:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:266:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:266:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:267:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:267:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:268:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:268:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:269:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:269:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:270:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:270:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:271:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:272:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:272:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:273:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:273:1: W293 blank line contains whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:274:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:274:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:275:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:275:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:276:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:276:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:277:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:277:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:278:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:278:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:279:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:279:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:280:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:280:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:281:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:281:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:282:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:282:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:283:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:283:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:284:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:284:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:285:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:286:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:286:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:287:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:287:1: W293 blank line contains whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:288:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:289:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:290:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:291:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:292:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:293:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:294:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:294:4: W291 trailing whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:295:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:296:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:297:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:298:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:299:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:299:2: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:301:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:302:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:303:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:304:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:305:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:306:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:306:5: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:307:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:308:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:308:5: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:309:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:310:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:311:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:311:42: E231 missing whitespace after ','
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:312:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:312:5: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:313:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:314:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:314:5: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:314:47: W291 trailing whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:315:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:316:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:317:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:317:8: E128 continuation line under-indented for visual indent
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:319:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:320:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:321:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:322:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:323:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:324:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:325:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:327:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:328:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:330:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:331:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:331:1: W293 blank line contains whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:332:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:333:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:333:7: E225 missing whitespace around operator
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:333:12: E222 multiple spaces after operator
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:334:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:335:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:335:8: E225 missing whitespace around operator
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:335:23: E231 missing whitespace after ','
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:336:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:336:1: W293 blank line contains whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:337:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:338:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:338:1: W293 blank line contains whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:339:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:339:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:340:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:340:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:341:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:341:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:342:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:342:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:343:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:343:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:344:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:344:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:345:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:345:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:346:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:346:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:347:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:347:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:348:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:348:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:349:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:349:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:350:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:351:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:351:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:352:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:352:1: W293 blank line contains whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:353:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:354:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:355:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:356:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:357:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:358:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:359:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:360:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:361:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:362:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:363:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:364:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:364:2: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:365:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:366:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:367:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:368:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:368:35: W291 trailing whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:369:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:370:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:371:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:372:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:373:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:374:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:375:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:377:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:378:1: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:378:17: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:379:1: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:379:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:380:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:382:1: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:382:8: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:382:25: E222 multiple spaces after operator
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:383:8: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:383:8: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:383:16: E211 whitespace before '('
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:385:1: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:385:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:386:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:387:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:387:1: W293 blank line contains whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:388:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:389:1: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:390:1: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:390:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:391:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:391:57: W291 trailing whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:393:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:393:29: W291 trailing whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:394:1: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:394:56: W291 trailing whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:397:1: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:397:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:397:3: E303 too many blank lines (2)
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:398:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:398:1: W293 blank line contains whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:399:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:399:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:400:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:400:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:401:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:401:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:402:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:402:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:403:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:403:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:404:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:404:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:405:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:405:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:406:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:406:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:407:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:407:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:408:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:408:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:409:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:409:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:410:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:411:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:411:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:412:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:412:1: W293 blank line contains whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:413:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:413:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:414:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:414:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:415:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:415:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:416:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:416:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:417:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:417:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:418:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:418:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:419:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:419:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:420:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:420:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:421:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:421:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:422:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:422:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:423:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:423:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:424:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:425:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:425:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:426:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:426:1: W293 blank line contains whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:427:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:427:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:428:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:428:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:429:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:429:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:430:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:430:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:431:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:431:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:432:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:432:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:433:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:433:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:434:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:434:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:435:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:435:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:436:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:436:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:437:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:437:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:438:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:439:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:439:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:440:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:440:1: W293 blank line contains whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:441:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:441:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:442:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:442:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:443:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:443:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:444:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:444:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:445:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:445:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:446:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:446:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:447:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:447:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:448:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:448:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:449:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:449:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:451:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:451:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:452:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:452:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:453:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:454:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:454:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:455:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:455:1: W293 blank line contains whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:456:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:456:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:457:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:457:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:458:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:458:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:459:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:459:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:460:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:460:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:461:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:461:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:462:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:462:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:463:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:463:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:464:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:464:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:465:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:465:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:466:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:466:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:467:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:468:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:468:2: E265 block comment should start with '# '
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:469:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:469:1: W293 blank line contains whitespace
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:473:1: E303 too many blank lines (4)
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:474:1: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:479:1: E302 expected 2 blank lines, found 1
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:485:1: E302 expected 2 blank lines, found 1
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:486:1: E101 indentation contains mixed spaces and tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:486:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:487:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:488:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:489:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:492:1: W191 indentation contains tabs
* 03/src/py_faster_rcnnRTC/py_faster_rcnn.py:493:1: W391 blank line at end of file
* 03/src/py_faster_rcnnRTC/Img_idl.py:3:15: E401 multiple imports on one line
* 03/src/py_faster_rcnnRTC/Img_idl.py:7:23: E231 missing whitespace after ','
* 03/src/py_faster_rcnnRTC/Img_idl.py:10:1: E402 module level import not at top of file
* 03/src/py_faster_rcnnRTC/Img_idl.py:10:1: F401 'BasicDataType_idl' imported but unused
* 03/src/py_faster_rcnnRTC/Img_idl.py:25:5: E301 expected 1 blank line, found 0
* 03/src/py_faster_rcnnRTC/Img_idl.py:28:15: E221 multiple spaces before operator
* 03/src/py_faster_rcnnRTC/Img_idl.py:28:80: E501 line too long (80 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:29:80: E501 line too long (142 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:35:1: E302 expected 2 blank lines, found 1
* 03/src/py_faster_rcnnRTC/Img_idl.py:37:5: E301 expected 1 blank line, found 0
* 03/src/py_faster_rcnnRTC/Img_idl.py:40:16: E221 multiple spaces before operator
* 03/src/py_faster_rcnnRTC/Img_idl.py:40:80: E501 line too long (115 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:41:80: E501 line too long (179 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:43:80: E501 line too long (80 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:84:80: E501 line too long (554 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:86:22: E221 multiple spaces before operator
* 03/src/py_faster_rcnnRTC/Img_idl.py:86:80: E501 line too long (132 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:87:80: E501 line too long (81 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:88:80: E501 line too long (104 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:92:1: E302 expected 2 blank lines, found 0
* 03/src/py_faster_rcnnRTC/Img_idl.py:102:20: E221 multiple spaces before operator
* 03/src/py_faster_rcnnRTC/Img_idl.py:102:80: E501 line too long (316 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:104:80: E501 line too long (91 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:109:1: E302 expected 2 blank lines, found 0
* 03/src/py_faster_rcnnRTC/Img_idl.py:117:35: E221 multiple spaces before operator
* 03/src/py_faster_rcnnRTC/Img_idl.py:117:80: E501 line too long (340 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:118:80: E501 line too long (107 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:119:80: E501 line too long (136 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:124:1: E302 expected 2 blank lines, found 0
* 03/src/py_faster_rcnnRTC/Img_idl.py:134:22: E221 multiple spaces before operator
* 03/src/py_faster_rcnnRTC/Img_idl.py:134:80: E501 line too long (355 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:135:80: E501 line too long (81 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:136:80: E501 line too long (97 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:141:1: E302 expected 2 blank lines, found 0
* 03/src/py_faster_rcnnRTC/Img_idl.py:150:27: E221 multiple spaces before operator
* 03/src/py_faster_rcnnRTC/Img_idl.py:150:80: E501 line too long (278 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:151:80: E501 line too long (91 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:152:80: E501 line too long (112 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:157:1: E302 expected 2 blank lines, found 0
* 03/src/py_faster_rcnnRTC/Img_idl.py:165:27: E221 multiple spaces before operator
* 03/src/py_faster_rcnnRTC/Img_idl.py:165:80: E501 line too long (276 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:166:80: E501 line too long (91 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:167:80: E501 line too long (112 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:172:1: E302 expected 2 blank lines, found 0
* 03/src/py_faster_rcnnRTC/Img_idl.py:181:32: E221 multiple spaces before operator
* 03/src/py_faster_rcnnRTC/Img_idl.py:181:80: E501 line too long (303 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:182:80: E501 line too long (101 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:183:80: E501 line too long (127 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:188:1: E302 expected 2 blank lines, found 0
* 03/src/py_faster_rcnnRTC/Img_idl.py:196:21: E221 multiple spaces before operator
* 03/src/py_faster_rcnnRTC/Img_idl.py:196:80: E501 line too long (194 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:196:148: E231 missing whitespace after ','
* 03/src/py_faster_rcnnRTC/Img_idl.py:196:191: E231 missing whitespace after ','
* 03/src/py_faster_rcnnRTC/Img_idl.py:198:80: E501 line too long (94 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:202:1: E302 expected 2 blank lines, found 1
* 03/src/py_faster_rcnnRTC/Img_idl.py:204:5: E301 expected 1 blank line, found 0
* 03/src/py_faster_rcnnRTC/Img_idl.py:207:17: E221 multiple spaces before operator
* 03/src/py_faster_rcnnRTC/Img_idl.py:207:80: E501 line too long (102 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:208:80: E501 line too long (168 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:210:80: E501 line too long (83 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:215:1: E302 expected 2 blank lines, found 0
* 03/src/py_faster_rcnnRTC/Img_idl.py:218:80: E501 line too long (94 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:228:30: E221 multiple spaces before operator
* 03/src/py_faster_rcnnRTC/Img_idl.py:228:80: E501 line too long (499 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:228:189: E231 missing whitespace after ','
* 03/src/py_faster_rcnnRTC/Img_idl.py:228:231: E231 missing whitespace after ','
* 03/src/py_faster_rcnnRTC/Img_idl.py:228:317: E231 missing whitespace after ','
* 03/src/py_faster_rcnnRTC/Img_idl.py:228:365: E231 missing whitespace after ','
* 03/src/py_faster_rcnnRTC/Img_idl.py:229:80: E501 line too long (97 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:230:80: E501 line too long (121 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:234:80: E501 line too long (123 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:235:80: E501 line too long (88 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:237:1: E302 expected 2 blank lines, found 0
* 03/src/py_faster_rcnnRTC/Img_idl.py:237:27: E203 whitespace before ':'
* 03/src/py_faster_rcnnRTC/Img_idl.py:247:80: E501 line too long (99 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:248:80: E501 line too long (124 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:252:80: E501 line too long (88 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:255:80: E501 line too long (107 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:258:1: E302 expected 2 blank lines, found 1
* 03/src/py_faster_rcnnRTC/Img_idl.py:265:80: E501 line too long (106 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:268:80: E501 line too long (112 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:271:80: E501 line too long (110 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:274:80: E501 line too long (108 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:277:80: E501 line too long (98 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:279:80: E501 line too long (137 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:281:80: E501 line too long (91 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:287:1: E302 expected 2 blank lines, found 0
* 03/src/py_faster_rcnnRTC/Img_idl.py:291:5: E303 too many blank lines (2)
* 03/src/py_faster_rcnnRTC/Img_idl.py:291:80: E501 line too long (346 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:295:80: E501 line too long (85 > 79 characters)
* 03/src/py_faster_rcnnRTC/Img_idl.py:304:22: E201 whitespace after '('

Licenses

22 licenses

* 03/src/WebCamera/doc/content/index.txt
* 03/src/WebCamera/doc/content/index_j.txt
* 03/src/WebCamera/COPYING.LESSER
* 03/src/WebCamera/README.WebCamera
* 03/src/WebCamera/COPYING
* 03/src/Show_ObjectParam/doc/content/index.txt
* 03/src/Show_ObjectParam/doc/content/index_j.txt
* 03/src/Show_ObjectParam/COPYING.LESSER
* 03/src/Show_ObjectParam/LICENSE
* 03/src/Show_ObjectParam/CMakeLists.txt
* 03/src/Show_ObjectParam/COPYING
* 03/src/py_faster_rcnnRTC/doc/content/index.txt
* 03/src/py_faster_rcnnRTC/doc/content/index_j.txt
* 03/src/py_faster_rcnnRTC/COPYING.LESSER
* 03/src/py_faster_rcnnRTC/LICENSE
* 03/src/py_faster_rcnnRTC/CMakeLists.txt
* 03/src/py_faster_rcnnRTC/COPYING
* 03/src/ImageViewer/doc/content/index.txt
* 03/src/ImageViewer/doc/content/index_j.txt
* 03/src/ImageViewer/COPYING.LESSER
* 03/src/ImageViewer/README.ImageViewer
* 03/src/ImageViewer/COPYING

Executables

0 executables

Back to summary


Entry No. : 04

Title

クラウド型音声認識RTコンポーネントフレームワークの開発

URL

http://www.openrtm.org/openrtm/ja/project/contest2017_04

RTCs

1 components

Line of Code

Total

Comment Rate

57.00 %

Detail

files language blank comment code
8 CMake 52 47 275
2 C++ 60 133 161
1 IDL 31 0 158
1 C/C++ Header 53 201 34
1 XML 0 0 29

Errors

0 errors


Warnings

77 warnings

* [04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:176]: (style) Statements following return, break, continue, goto or throw will never be executed.
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapperComp.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapperComp.cpp:1:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapperComp.cpp:13:  Found C system header after C++ system header. Should be: AvsDeviceSDKWrapperComp.h, c system, c++ system, other.  [build/include_order] [4]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapperComp.cpp:18:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapperComp.cpp:25:  Missing spaces around ==  [whitespace/operators] [3]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapperComp.cpp:26:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapperComp.cpp:37:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapperComp.cpp:45:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapperComp.cpp:52:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapperComp.cpp:74:  Extra space before ( in function call  [whitespace/parens] [4]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapperComp.cpp:75:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:1:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:16:  Found C system header after C++ system header. Should be: AvsDeviceSDKWrapper.h, c system, c++ system, other.  [build/include_order] [4]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:17:  Found C system header after C++ system header. Should be: AvsDeviceSDKWrapper.h, c system, c++ system, other.  [build/include_order] [4]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:18:  Found C system header after C++ system header. Should be: AvsDeviceSDKWrapper.h, c system, c++ system, other.  [build/include_order] [4]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:19:  Found C system header after C++ system header. Should be: AvsDeviceSDKWrapper.h, c system, c++ system, other.  [build/include_order] [4]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:28:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:63:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:70:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:76:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:81:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:83:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:85:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:87:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:89:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:96:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:123:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:129:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:129:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:139:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:141:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:144:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:145:  Tab found; better to use spaces  [whitespace/tab] [1]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:146:  Tab found; better to use spaces  [whitespace/tab] [1]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:147:  Tab found; better to use spaces  [whitespace/tab] [1]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:148:  Tab found; better to use spaces  [whitespace/tab] [1]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:149:  Tab found; better to use spaces  [whitespace/tab] [1]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:150:  Tab found; better to use spaces  [whitespace/tab] [1]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:151:  Tab found; better to use spaces  [whitespace/tab] [1]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:152:  Tab found; better to use spaces  [whitespace/tab] [1]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:153:  Tab found; better to use spaces  [whitespace/tab] [1]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:154:  Tab found; better to use spaces  [whitespace/tab] [1]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:155:  Tab found; better to use spaces  [whitespace/tab] [1]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:156:  Tab found; better to use spaces  [whitespace/tab] [1]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:158:  Tab found; better to use spaces  [whitespace/tab] [1]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:159:  Tab found; better to use spaces  [whitespace/tab] [1]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:162:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:165:  Tab found; better to use spaces  [whitespace/tab] [1]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:170:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:176:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:177:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:178:  Tab found; better to use spaces  [whitespace/tab] [1]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:179:  Tab found; better to use spaces  [whitespace/tab] [1]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:180:  Tab found; better to use spaces  [whitespace/tab] [1]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:182:  Tab found; better to use spaces  [whitespace/tab] [1]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:183:  Tab found; better to use spaces  [whitespace/tab] [1]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:184:  Tab found; better to use spaces  [whitespace/tab] [1]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:185:  Tab found; better to use spaces  [whitespace/tab] [1]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:186:  Tab found; better to use spaces  [whitespace/tab] [1]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:186:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:187:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:188:  Tab found; better to use spaces  [whitespace/tab] [1]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:189:  Tab found; better to use spaces  [whitespace/tab] [1]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:190:  Tab found; better to use spaces  [whitespace/tab] [1]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:192:  Tab found; better to use spaces  [whitespace/tab] [1]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:193:  Tab found; better to use spaces  [whitespace/tab] [1]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:196:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:199:  Tab found; better to use spaces  [whitespace/tab] [1]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:245:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:246:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:246:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:246:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:248:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:254:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 04/src/AVSdeviceSDKWrapperRTC.git/src/AvsDeviceSDKWrapper.cpp:254:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]

Licenses

6 licenses

* 04/src/AVSdeviceSDKWrapperRTC.git/doc/content/index.txt
* 04/src/AVSdeviceSDKWrapperRTC.git/doc/content/index_j.txt
* 04/src/AVSdeviceSDKWrapperRTC.git/COPYING.LESSER
* 04/src/AVSdeviceSDKWrapperRTC.git/LICENSE
* 04/src/AVSdeviceSDKWrapperRTC.git/README.AvsDeviceSDKWrapper
* 04/src/AVSdeviceSDKWrapperRTC.git/COPYING

Executables

0 executables

Back to summary


Entry No. : 05

Title

フェイス・ツゥー・フェイス・カメラRTCの開発

URL

http://www.openrtm.org/openrtm/ja/project/contest2017_05

RTCs

1 components

Line of Code

Total

Comment Rate

34.00 %

Detail

files language blank comment code
31 CMake 172 199 1036
2 C++ 94 150 482
1 XSLT 13 21 65
1 C/C++ Header 61 205 54
1 XML 0 0 32

Errors

0 errors


Warnings

821 warnings

* [05/src/Data_Transfer/src/Data_Transfer.cpp:300]: (warning) Comparison of a boolean expression with an integer other than 0 or 1.
* 05/src/Data_Transfer/src/Data_Transfer.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:12:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:13:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:14:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:24:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:53:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:54:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:58:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:62:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:69:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:75:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:82:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:88:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:90:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:92:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:94:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:100:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:128:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:129:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:129:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:130:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:130:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:131:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:131:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:132:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:132:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:133:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:138:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:144:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:145:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:146:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:146:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:146:  Missing space before {  [whitespace/braces] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:147:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:148:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:148:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:148:  Missing space before {  [whitespace/braces] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:149:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:150:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:151:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:151:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:152:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:152:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:152:  Missing space before {  [whitespace/braces] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:153:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:154:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:155:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:155:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:155:  Missing space before {  [whitespace/braces] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:156:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:157:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:158:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:159:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:160:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:162:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:162:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:162:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:163:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:163:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:163:  Missing space before {  [whitespace/braces] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:164:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:165:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:166:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:166:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:166:  Missing space before {  [whitespace/braces] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:167:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:168:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:169:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:170:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:171:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:171:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:172:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:172:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:173:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:173:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:173:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:174:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:174:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:175:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:176:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:177:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:177:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:177:  Missing space before {  [whitespace/braces] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:178:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:179:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:180:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:181:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:182:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:182:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:183:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:183:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:184:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:184:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:184:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:185:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:185:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:185:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:185:  Missing space before {  [whitespace/braces] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:186:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:186:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:187:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:187:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:188:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:190:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:191:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:191:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:191:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:193:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:193:  Missing spaces around <  [whitespace/operators] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:194:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:194:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:194:  Missing space before {  [whitespace/braces] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:195:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:196:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:196:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:197:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:197:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:197:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:198:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:198:  Missing spaces around <  [whitespace/operators] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:199:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:199:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:199:  Missing space before {  [whitespace/braces] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:200:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:200:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:201:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:201:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:202:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:203:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:204:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:205:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:206:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:206:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:206:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:207:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:207:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:209:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:209:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:210:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:210:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:211:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:211:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:211:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:212:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:212:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:213:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:213:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:213:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:213:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:213:  Missing spaces around >=  [whitespace/operators] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:214:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:214:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:214:  Missing space before {  [whitespace/braces] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:215:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:216:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:217:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:218:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:219:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:219:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:220:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:220:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:221:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:223:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:224:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:225:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:225:  Missing spaces around >  [whitespace/operators] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:226:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:226:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:226:  Missing space before {  [whitespace/braces] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:227:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:228:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:228:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:228:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:228:  Missing space after ,  [whitespace/comma] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:229:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:229:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:230:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:230:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:231:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:231:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:232:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:233:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:233:  Missing space after ,  [whitespace/comma] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:234:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:234:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:235:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:235:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:236:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:237:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:238:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:239:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:241:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:241:  Missing spaces around <  [whitespace/operators] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:242:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:242:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:242:  Missing space before {  [whitespace/braces] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:243:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:244:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:244:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:244:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:244:  Missing space after ,  [whitespace/comma] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:245:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:245:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:246:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:246:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:247:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:247:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:248:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:249:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:249:  Missing space after ,  [whitespace/comma] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:250:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:250:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:251:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:251:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:252:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:253:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:254:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:255:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:256:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:257:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:257:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:258:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:258:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:258:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:258:  Missing spaces around >=  [whitespace/operators] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:259:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:259:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:259:  Missing space before {  [whitespace/braces] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:260:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:261:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:261:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:262:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:262:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:263:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:263:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:263:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:264:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:264:  Missing spaces around >  [whitespace/operators] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:265:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:265:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:265:  Missing space before {  [whitespace/braces] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:266:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:267:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:267:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:267:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:267:  Missing space after ,  [whitespace/comma] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:268:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:268:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:269:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:269:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:270:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:270:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:271:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:272:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:272:  Missing space after ,  [whitespace/comma] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:273:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:273:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:274:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:274:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:275:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:276:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:277:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:278:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:280:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:280:  Missing spaces around <  [whitespace/operators] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:281:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:281:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:281:  Missing space before {  [whitespace/braces] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:282:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:283:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:283:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:283:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:283:  Missing space after ,  [whitespace/comma] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:284:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:284:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:285:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:285:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:286:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:286:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:287:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:288:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:288:  Missing space after ,  [whitespace/comma] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:289:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:289:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:290:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:290:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:291:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:292:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:293:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:294:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:295:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:296:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:297:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:297:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:297:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:298:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:300:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:300:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:300:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:300:  Missing spaces around <=  [whitespace/operators] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:301:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:301:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:301:  Missing space before {  [whitespace/braces] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:302:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:303:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:303:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:303:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:303:  Missing space after ,  [whitespace/comma] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:304:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:304:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:305:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:305:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:306:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:306:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:307:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:308:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:308:  Missing space after ,  [whitespace/comma] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:310:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:310:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:310:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:311:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:311:  Missing spaces around <  [whitespace/operators] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:312:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:312:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:312:  Missing space before {  [whitespace/braces] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:313:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:313:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:314:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:314:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:315:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:316:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:317:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:318:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:319:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:319:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:319:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:320:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:320:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:322:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:322:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:323:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:323:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:324:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:324:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:324:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:326:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:326:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:326:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:326:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:326:  Missing spaces around >=  [whitespace/operators] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:327:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:327:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:327:  Missing space before {  [whitespace/braces] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:328:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:329:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:330:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:331:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:332:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:332:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:333:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:333:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:334:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:336:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:337:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:338:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:338:  Missing spaces around >  [whitespace/operators] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:339:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:339:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:339:  Missing space before {  [whitespace/braces] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:340:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:341:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:341:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:341:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:341:  Missing space after ,  [whitespace/comma] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:342:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:342:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:343:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:343:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:344:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:344:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:345:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:346:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:346:  Missing space after ,  [whitespace/comma] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:347:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:347:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:348:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:348:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:349:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:350:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:351:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:352:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:354:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:354:  Missing spaces around <  [whitespace/operators] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:355:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:355:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:355:  Missing space before {  [whitespace/braces] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:356:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:357:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:357:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:357:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:357:  Missing space after ,  [whitespace/comma] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:358:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:358:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:359:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:359:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:360:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:360:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:361:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:362:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:362:  Missing space after ,  [whitespace/comma] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:363:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:363:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:364:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:364:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:365:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:366:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:367:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:368:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:369:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:371:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:371:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:371:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:371:  Missing spaces around >=  [whitespace/operators] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:372:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:372:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:372:  Missing space before {  [whitespace/braces] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:373:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:374:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:374:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:375:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:375:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:376:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:376:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:376:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:377:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:377:  Missing spaces around >  [whitespace/operators] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:378:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:378:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:378:  Missing space before {  [whitespace/braces] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:379:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:380:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:380:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:380:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:380:  Missing space after ,  [whitespace/comma] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:381:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:381:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:382:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:382:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:383:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:383:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:384:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:385:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:385:  Missing space after ,  [whitespace/comma] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:386:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:386:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:387:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:387:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:388:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:389:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:390:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:391:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:393:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:393:  Missing spaces around <  [whitespace/operators] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:394:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:394:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:394:  Missing space before {  [whitespace/braces] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:395:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:396:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:396:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:396:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:396:  Missing space after ,  [whitespace/comma] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:397:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:397:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:398:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:398:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:399:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:399:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:400:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:401:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:401:  Missing space after ,  [whitespace/comma] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:402:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:402:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:403:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:403:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:404:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:405:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:406:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:407:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:408:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:409:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:410:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:412:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:412:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:412:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:412:  Missing spaces around <=  [whitespace/operators] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:413:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:413:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:413:  Missing space before {  [whitespace/braces] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:414:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:415:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:415:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:415:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:415:  Missing space after ,  [whitespace/comma] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:416:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:416:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:417:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:417:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:418:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:418:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:419:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:420:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:420:  Missing space after ,  [whitespace/comma] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:422:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:422:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:422:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:423:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:423:  Missing spaces around <  [whitespace/operators] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:424:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:424:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:424:  Missing space before {  [whitespace/braces] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:425:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:425:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:426:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:426:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:427:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:428:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:429:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:430:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:431:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:431:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:431:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:432:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:432:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:434:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:434:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:435:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:435:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:436:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:436:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:436:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:438:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:438:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:438:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:438:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:438:  Missing spaces around >=  [whitespace/operators] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:439:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:439:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:439:  Missing space before {  [whitespace/braces] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:440:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:441:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:442:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:443:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:444:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:444:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:445:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:445:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:446:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:448:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:449:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:450:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:450:  Missing spaces around >  [whitespace/operators] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:451:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:451:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:451:  Missing space before {  [whitespace/braces] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:452:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:453:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:453:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:453:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:453:  Missing space after ,  [whitespace/comma] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:454:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:454:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:455:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:455:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:456:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:456:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:457:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:458:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:458:  Missing space after ,  [whitespace/comma] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:459:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:459:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:460:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:460:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:461:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:462:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:463:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:464:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:466:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:466:  Missing spaces around <  [whitespace/operators] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:467:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:467:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:467:  Missing space before {  [whitespace/braces] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:468:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:469:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:469:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:469:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:469:  Missing space after ,  [whitespace/comma] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:470:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:470:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:471:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:471:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:472:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:472:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:473:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:474:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:474:  Missing space after ,  [whitespace/comma] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:475:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:475:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:476:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:476:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:477:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:478:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:479:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:480:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:481:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:483:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:483:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:483:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:483:  Missing spaces around >=  [whitespace/operators] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:484:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:484:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:484:  Missing space before {  [whitespace/braces] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:485:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:486:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:486:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:487:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:487:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:488:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:488:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:488:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:489:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:489:  Missing spaces around >  [whitespace/operators] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:490:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:490:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:490:  Missing space before {  [whitespace/braces] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:491:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:492:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:492:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:492:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:492:  Missing space after ,  [whitespace/comma] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:493:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:493:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:494:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:494:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:495:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:495:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:496:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:497:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:497:  Missing space after ,  [whitespace/comma] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:498:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:498:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:499:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:499:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:500:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:501:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:502:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:503:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:505:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:505:  Missing spaces around <  [whitespace/operators] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:506:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:506:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:506:  Missing space before {  [whitespace/braces] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:507:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:508:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:508:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:508:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:508:  Missing space after ,  [whitespace/comma] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:509:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:509:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:510:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:510:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:511:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:511:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:512:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:513:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:513:  Missing space after ,  [whitespace/comma] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:514:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:514:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:515:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:515:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:516:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:517:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:518:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:519:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:520:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:521:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:522:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:523:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:524:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:524:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:563:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:563:  Missing space before {  [whitespace/braces] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:564:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:565:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:566:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:566:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:567:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:567:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:568:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:569:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:569:  Missing spaces around <<  [whitespace/operators] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:570:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:570:  Missing spaces around !=  [whitespace/operators] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:571:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:571:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:571:  Missing space before {  [whitespace/braces] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:572:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:572:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:572:  Missing spaces around <  [whitespace/operators] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:572:  Missing space after ;  [whitespace/semicolon] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:573:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:573:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:573:  Missing space before {  [whitespace/braces] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:574:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:575:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:575:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:576:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:577:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:578:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:579:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:581:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:581:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:582:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:582:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:583:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:584:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:587:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:587:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:587:  Missing space before {  [whitespace/braces] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:588:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:589:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:590:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:590:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:591:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:591:  Missing spaces around ==  [whitespace/operators] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:592:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:592:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:592:  Missing spaces around !=  [whitespace/operators] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:593:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:593:  Missing spaces around <<  [whitespace/operators] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:594:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:595:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:596:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:596:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:596:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:597:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:599:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:599:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:599:  Should have a space between // and comment  [whitespace/comments] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:599:  Missing space after ,  [whitespace/comma] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:599:  Missing space before {  [whitespace/braces] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:600:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:600:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:601:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:601:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:602:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:602:  Missing spaces around =  [whitespace/operators] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:610:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:612:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:613:  Tab found; better to use spaces  [whitespace/tab] [1]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:617:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:618:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:618:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:618:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:620:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:626:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:626:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:12:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:14:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:151:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:162:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:173:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:184:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:191:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:197:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:206:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:211:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:213:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:228:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:244:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:258:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:263:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:267:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:283:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:300:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:303:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:310:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:319:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:324:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:326:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:341:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:357:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:371:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:376:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:380:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:396:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:412:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:415:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:422:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:431:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:436:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:438:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:453:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:469:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:483:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:488:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:492:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:508:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:563:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:587:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_Transfer.cpp:599:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
* 05/src/Data_Transfer/src/Data_TransferComp.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 05/src/Data_Transfer/src/Data_TransferComp.cpp:13:  Found C system header after C++ system header. Should be: Data_TransferComp.h, c system, c++ system, other.  [build/include_order] [4]
* 05/src/Data_Transfer/src/Data_TransferComp.cpp:18:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_TransferComp.cpp:25:  Missing spaces around ==  [whitespace/operators] [3]
* 05/src/Data_Transfer/src/Data_TransferComp.cpp:26:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 05/src/Data_Transfer/src/Data_TransferComp.cpp:37:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 05/src/Data_Transfer/src/Data_TransferComp.cpp:45:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 05/src/Data_Transfer/src/Data_TransferComp.cpp:52:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 05/src/Data_Transfer/src/Data_TransferComp.cpp:74:  Extra space before ( in function call  [whitespace/parens] [4]
* 05/src/Data_Transfer/src/Data_TransferComp.cpp:75:  { should almost always be at the end of the previous line  [whitespace/braces] [4]

Licenses

13 licenses

* 05/src/Data_Transfer.zip
* 05/src/Data_Transfer/doc/content/index.txt
* 05/src/Data_Transfer/doc/content/index_j.txt
* 05/src/Data_Transfer/README.Data_Transfer
* 05/src/Data_Transfer/build/cpack_options.cmake
* 05/src/Data_Transfer/build/CPackConfig.cmake
* 05/src/Data_Transfer/build/wix.xsl
* 05/src/Data_Transfer/build/CPackSourceConfig.cmake
* 05/src/Data_Transfer/build/ipch/data_transfer-744208a6/data_transfer-56edfbd1.ipch
* 05/src/Data_Transfer/build/ipch/data_transfer-744208a6/data_transfer-26ed210b.ipch
* 05/src/Data_Transfer/build/Data_Transfer.sdf
* 05/src/Data_Transfer/COPYING.LESSER
* 05/src/Data_Transfer/COPYING

Executables

10 executables

Back to summary


Entry No. : 06

Title

Choreonoid用OpenRTM連携プラグインPython版

URL

http://www.openrtm.org/openrtm/ja/project/contest2017_06

RTCs

9 components

Line of Code

Total

Comment Rate

55.00 %

Detail

files language blank comment code
21 C++ 1435 1717 4346
22 C/C++ Header 542 1645 1536
8 Python 633 1508 1491
25 CMake 279 113 1022
1 YAML 43 0 353
4 XML 0 0 168

Errors

0 errors


Warnings

9661 warnings

* [06/src/OpenRTMPythonPlugin/BaseTab.h:90]: (style) Class 'BaseTab' has a constructor with 1 argument that is not explicit.
* [06/src/OpenRTMPythonPlugin/PythonEditor.h:35]: (style) Class 'PythonEditor' has a constructor with 1 argument that is not explicit.
* [06/src/OpenRTMPythonPlugin/highlighter.h:32]: (style) Class 'Highlighter' has a constructor with 1 argument that is not explicit.
* [06/src/OpenRTMPythonPlugin/ComponentList.cpp:270]: (performance) Variable '_name' is assigned in constructor body. Consider performing initialization in initialization list.
* [06/src/OpenRTMPythonPlugin/RTCViewWidget.h:175]: (style) Class 'RTCViewWidgetBase' has a constructor with 1 argument that is not explicit.
* [06/src/OpenRTMPythonPlugin/ComponentList.h:234]: (style) Class 'ComponentList' has a constructor with 1 argument that is not explicit.
* [06/src/OpenRTMPythonPlugin/ComponentList.h:303]: (style) Class 'ScrollArea' has a constructor with 1 argument that is not explicit.
* [06/src/OpenRTMPythonPlugin/ComponentList.cpp:176]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/ComponentList.cpp:464]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/ComponentList.cpp:471]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/ComponentList.cpp:475]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/ComponentList.cpp:546]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/ComponentList.cpp:554]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/ComponentList.cpp:571]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/ComponentList.cpp:579]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/ComponentList.cpp:607]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/ComponentList.cpp:619]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/ComponentList.cpp:671]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/ComponentList.cpp:685]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/ComponentList.cpp:741]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/ComponentList.cpp:749]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/ComponentList.cpp:859]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/ComponentList.cpp:879]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/ComponentList.cpp:893]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/ComponentList.cpp:902]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/ComponentList.cpp:1004]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/ComponentList.cpp:1008]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/ComponentList.cpp:1020]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/ComponentList.cpp:1024]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/ComponentList.cpp:1036]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/ComponentList.cpp:1040]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/ComponentList.cpp:1052]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/ComponentList.cpp:1056]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/ComponentList.cpp:1068]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/ComponentList.cpp:1072]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:43]: (warning) Member variable 'ConfigParamWidgetBase::_createButton' is not initialized in the constructor.
* [06/src/OpenRTMPythonPlugin/ConfigurationTable.h:53]: (style) Class 'ConfigParamWidgetBase' has a constructor with 1 argument that is not explicit.
* [06/src/OpenRTMPythonPlugin/ConfigurationTable.h:100]: (style) Class 'ConfigParamDialog' has a constructor with 1 argument that is not explicit.
* [06/src/OpenRTMPythonPlugin/ConfigurationTable.h:153]: (style) Class 'ConfigurationTable' has a constructor with 1 argument that is not explicit.
* [06/src/OpenRTMPythonPlugin/ServicePortTable.h:44]: (style) Class 'ServicePortOperationDialog' has a constructor with 1 argument that is not explicit.
* [06/src/OpenRTMPythonPlugin/ServicePortTable.h:63]: (style) Class 'ServicePortSettingButton' has a constructor with 1 argument that is not explicit.
* [06/src/OpenRTMPythonPlugin/ControlCompWidget.h:50]: (style) Class 'ControlCompWidget' has a constructor with 1 argument that is not explicit.
* [06/src/OpenRTMPythonPlugin/RTC_MainWindow.h:51]: (style) Class 'ModuleSettingWidget' has a constructor with 1 argument that is not explicit.
* [06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:151]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:170]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/DataPortTable.cpp:60]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/PythonEditor.cpp:63]: (style) Variable 'fontPxSize' is assigned a value that is never used.
* [06/src/OpenRTMPythonPlugin/PythonEditor.cpp:100]: (style) Variable 'c' is assigned a value that is never used.
* [06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:644]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:664]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:672]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:699]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:275]: (style) C-style pointer casting
* [06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:71]: (warning) Member variable 'RenderPath::_centerPoint_x' is not initialized in the constructor.
* [06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:71]: (warning) Member variable 'RenderPath::_centerPoint_y' is not initialized in the constructor.
* [06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:240]: (warning) Member variable 'RTCViewWidgetBase::_renderWindow' is not initialized in the constructor.
* [06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:555]: (warning) Member variable 'Port::_position' is not initialized in the constructor.
* [06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:565]: (warning) Member variable 'Port::_position' is not initialized in the constructor.
* [06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:565]: (warning) Member variable 'Port::_size' is not initialized in the constructor.
* [06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:664]: (warning) Member variable 'DataPort::_profile' is not initialized in the constructor.
* [06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:326]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:413]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:433]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:463]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:469]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:475]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:61]: (style) Variable 'highlighter' is assigned a value that is never used.
* [06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:227]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/RTC_XML.cpp:914]: (performance) Variable '_info' is assigned in constructor body. Consider performing initialization in initialization list.
* [06/src/OpenRTMPythonPlugin/RTC_XML.cpp:919]: (performance) Variable '_language' is assigned in constructor body. Consider performing initialization in initialization list.
* [06/src/OpenRTMPythonPlugin/RTC_XML.cpp:45]: (style) Value of pointer 'm_mutex', which points to allocated memory, is copied in copy constructor instead of allocating new memory.
* [06/src/OpenRTMPythonPlugin/RTC_XML.cpp:126]: (style) Value of pointer 'm_mutex', which points to allocated memory, is copied in copy constructor instead of allocating new memory.
* [06/src/OpenRTMPythonPlugin/RTC_XML.cpp:189]: (style) Value of pointer 'm_mutex', which points to allocated memory, is copied in copy constructor instead of allocating new memory.
* [06/src/OpenRTMPythonPlugin/RTC_XML.cpp:398]: (style) Value of pointer 'm_mutex', which points to allocated memory, is copied in copy constructor instead of allocating new memory.
* [06/src/OpenRTMPythonPlugin/RTC_XML.cpp:558]: (style) Value of pointer 'm_mutex', which points to allocated memory, is copied in copy constructor instead of allocating new memory.
* [06/src/OpenRTMPythonPlugin/RTC_XML.cpp:732]: (style) Value of pointer 'm_mutex', which points to allocated memory, is copied in copy constructor instead of allocating new memory.
* [06/src/OpenRTMPythonPlugin/RTC_XML.cpp:842]: (style) Value of pointer 'm_mutex', which points to allocated memory, is copied in copy constructor instead of allocating new memory.
* [06/src/OpenRTMPythonPlugin/RTC_XML.cpp:921]: (style) Value of pointer 'm_mutex', which points to allocated memory, is copied in copy constructor instead of allocating new memory.
* [06/src/OpenRTMPythonPlugin/RTC_XML.cpp:16]: (style) Class 'Guard' has a constructor with 1 argument that is not explicit.
* [06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1139]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1156]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1173]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:95]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:88]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:134]: (performance) Prefer prefix ++/-- operators for non-primitive types.
* [06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:174]: (style) The function 'boundingRect' is never used.
* [06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:307]: (style) The function 'createMenus' is never used.
* [06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:276]: (style) The function 'deleteDataPort' is never used.
* [06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:260]: (style) The function 'deleteServicePort' is never used.
* [06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:312]: (style) The function 'finalize' is never used.
* [06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1071]: (style) The function 'get_actions' is never used.
* [06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:200]: (style) The function 'onDisconnectedFromRoot' is never used.
* [06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:192]: (style) The function 'onPositionChanged' is never used.
* [06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:204]: (style) The function 'paint' is never used.
* [06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:114]: (style) The function 'setPenWidth' is never used.
* [06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:132]: (style) The function 'setRotationAngle' is never used.
* [06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:229]: (style) The function 'timeStep' is never used.
* 06/src/OpenRTMPythonPlugin/highlighter.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 06/src/OpenRTMPythonPlugin/highlighter.cpp:8:  Include the directory when naming .h files  [build/include] [4]
* 06/src/OpenRTMPythonPlugin/highlighter.cpp:16:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/highlighter.cpp:32:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/highlighter.cpp:33:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/highlighter.cpp:37:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/highlighter.cpp:73:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/highlighter.cpp:74:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/highlighter.cpp:94:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/highlighter.cpp:105:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:26:  "QTextEdit" already included at 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:12  [build/include] [4]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:37:  Include the directory when naming .h files  [build/include] [4]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:48:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:49:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:50:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:51:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:52:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:53:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:55:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:55:  Missing space after ,  [whitespace/comma] [3]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:56:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:56:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:56:  Missing space after ,  [whitespace/comma] [3]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:57:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:57:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:59:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:59:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:60:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:60:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:61:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:61:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:62:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:62:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:63:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:63:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:64:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:64:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:67:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:68:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:68:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:68:  Missing space after ,  [whitespace/comma] [3]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:70:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:71:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:72:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:72:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:73:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:81:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:82:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:83:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:83:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:83:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:84:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:85:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:87:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:88:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:95:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:96:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:98:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:99:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:100:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:101:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:102:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:102:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:102:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:103:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:103:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:104:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:105:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:106:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:107:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:110:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:111:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:112:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:113:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:114:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:114:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:114:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:115:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:115:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:116:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:117:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:119:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:121:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:122:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:123:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:125:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:7:  scripts/2017/06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp should include its header file scripts/2017/06/src/OpenRTMPythonPlugin/addConfigurationTab.h  [build/include] [5]
* 06/src/OpenRTMPythonPlugin/addConfigurationTab.cpp:126:  Could not find a newline character at the end of the file.  [whitespace/ending_newline] [5]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:26:  "QTextEdit" already included at 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:12  [build/include] [4]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:46:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:47:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:48:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:50:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:51:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:53:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:53:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:55:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:56:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:56:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:57:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:57:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:58:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:60:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:61:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:62:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:63:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:63:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:64:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:65:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:65:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:66:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:66:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:67:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:68:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:78:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:79:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:80:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:81:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:81:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:83:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:84:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:88:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:89:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:89:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:91:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:93:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:94:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:95:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:97:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:99:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:99:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:100:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:101:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:109:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:110:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:118:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:119:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:128:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:129:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:7:  scripts/2017/06/src/OpenRTMPythonPlugin/ActivityTab.cpp should include its header file scripts/2017/06/src/OpenRTMPythonPlugin/ActivityTab.h  [build/include] [5]
* 06/src/OpenRTMPythonPlugin/ActivityTab.cpp:130:  Could not find a newline character at the end of the file.  [whitespace/ending_newline] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:11:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:14:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:15:  public: should be indented +1 space inside class Guard  [whitespace/indent] [3]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:16:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:16:  Single-parameter constructors should be marked explicit.  [runtime/explicit] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:17:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:17:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:18:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:19:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:20:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:21:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:22:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:22:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:23:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:24:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:25:  private: should be indented +1 space inside class Guard  [whitespace/indent] [3]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:26:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:33:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:34:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:42:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:43:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:44:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:45:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:46:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:46:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:46:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:53:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:61:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:62:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:63:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:63:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:64:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:64:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:65:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:66:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:67:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:67:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:67:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:68:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:69:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:70:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:72:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:73:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:73:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:74:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:75:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:75:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:75:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:76:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:77:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:78:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:78:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:78:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:79:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:80:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:81:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:82:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:82:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:83:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:83:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:83:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:84:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:85:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:86:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:87:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:95:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:96:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:97:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:105:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:106:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:107:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:114:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:115:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:123:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:124:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:125:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:126:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:133:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:134:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:134:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:142:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:143:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:144:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:144:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:145:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:145:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:146:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:147:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:148:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:148:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:148:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:149:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:150:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:151:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:153:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:154:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:154:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:155:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:156:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:156:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:156:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:157:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:158:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:159:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:159:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:159:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:160:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:161:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:162:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:163:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:163:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:164:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:164:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:164:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:165:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:166:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:167:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:168:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:175:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:176:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:184:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:185:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:186:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:187:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:189:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:196:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:197:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:197:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:205:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:206:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:207:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:207:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:208:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:208:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:209:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:210:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:211:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:211:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:211:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:212:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:213:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:214:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:216:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:217:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:218:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:219:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:219:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:219:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:220:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:220:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:221:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:222:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:223:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:224:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:224:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:224:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:225:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:226:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:227:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:227:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:228:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:228:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:228:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:229:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:229:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:230:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:231:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:232:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:232:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:232:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:233:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:234:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:235:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:236:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:237:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:237:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:238:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:238:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:238:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:239:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:240:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:241:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:242:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:250:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:251:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:259:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:260:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:261:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:269:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:270:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:271:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:279:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:280:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:281:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:289:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:290:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:291:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:299:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:300:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:301:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:309:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:310:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:311:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:319:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:320:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:321:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:321:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:322:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:330:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:331:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:332:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:332:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:340:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:341:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:342:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:342:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:343:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:351:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:352:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:353:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:353:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:361:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:362:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:363:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:363:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:364:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:372:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:373:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:374:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:374:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:381:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:382:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:383:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:384:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:386:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:394:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:395:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:396:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:398:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:399:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:399:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:399:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:406:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:407:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:407:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:415:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:416:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:417:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:426:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:427:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:428:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:436:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:437:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:438:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:450:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:451:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:452:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:460:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:461:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:462:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:470:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:471:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:472:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:480:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:481:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:482:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:482:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:483:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:483:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:484:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:485:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:486:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:487:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:487:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:487:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:488:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:489:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:491:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:492:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:493:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:494:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:494:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:494:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:495:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:495:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:496:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:497:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:498:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:499:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:499:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:499:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:500:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:501:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:502:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:502:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:503:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:503:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:503:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:504:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:505:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:506:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:507:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:516:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:517:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:525:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:526:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:527:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:527:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:527:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:528:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:529:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:530:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:530:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:531:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:531:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:531:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:532:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:533:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:534:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:543:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:544:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:546:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:554:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:555:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:556:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:558:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:565:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:566:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:566:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:574:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:575:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:576:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:584:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:585:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:586:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:594:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:595:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:603:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:604:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:605:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:613:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:614:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:615:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:623:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:624:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:625:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:633:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:634:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:635:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:643:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:644:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:645:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:653:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:654:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:655:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:663:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:664:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:665:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:673:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:674:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:675:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:684:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:685:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:686:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:686:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:687:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:687:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:688:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:689:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:690:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:691:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:691:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:691:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:692:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:693:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:695:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:696:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:696:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:697:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:698:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:698:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:698:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:699:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:700:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:701:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:703:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:703:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:703:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:704:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:705:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:706:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:706:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:707:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:707:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:707:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:708:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:709:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:710:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:711:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:718:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:719:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:727:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:728:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:729:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:730:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:732:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:739:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:740:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:740:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:748:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:749:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:750:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:758:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:759:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:760:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:760:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:761:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:761:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:762:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:763:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:764:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:765:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:765:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:765:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:766:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:767:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:769:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:770:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:770:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:771:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:772:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:772:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:772:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:773:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:774:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:775:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:777:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:777:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:777:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:778:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:779:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:780:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:780:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:781:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:781:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:781:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:782:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:783:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:784:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:785:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:786:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:786:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:787:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:787:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:787:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:788:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:789:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:790:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:791:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:799:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:800:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:801:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:809:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:810:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:811:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:819:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:820:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:821:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:829:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:830:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:838:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:839:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:840:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:842:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:850:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:851:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:851:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:859:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:860:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:861:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:861:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:862:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:862:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:863:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:864:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:865:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:866:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:866:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:866:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:867:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:868:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:870:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:871:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:872:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:873:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:873:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:873:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:874:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:874:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:875:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:876:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:877:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:878:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:878:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:878:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:879:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:880:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:881:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:881:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:882:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:882:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:882:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:883:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:884:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:885:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:886:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:894:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:895:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:896:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:903:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:904:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:912:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:913:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:914:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:915:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:916:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:917:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:918:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:919:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:921:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:929:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:930:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:930:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:938:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:939:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:940:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:941:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:941:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:941:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:942:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:943:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:944:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:944:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:944:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:945:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:946:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:947:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:948:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:950:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:951:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:952:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:952:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:952:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:953:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:953:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:954:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:955:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:956:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:957:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:958:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:959:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:960:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:961:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:962:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:962:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:964:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:965:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:965:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:965:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:966:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:967:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:967:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:968:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:968:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:969:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:970:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:970:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:971:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:971:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:971:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:972:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:972:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:972:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:973:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:974:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:975:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:976:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:978:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:979:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:981:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:982:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:983:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:983:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:984:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:984:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:984:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:985:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:985:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:985:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:986:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:987:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:987:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:987:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:988:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:989:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:990:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:992:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:993:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:994:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:995:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:995:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:996:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:996:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:996:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:997:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:998:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:999:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1000:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1001:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1001:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1002:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1002:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1002:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1003:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1004:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1005:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1006:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1007:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1007:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1008:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1008:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1008:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1009:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1010:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1011:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1012:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1012:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1013:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1013:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1013:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1014:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1014:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1015:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1016:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1017:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1018:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1019:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1020:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1028:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1029:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1030:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1037:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1038:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1047:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1048:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1049:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1050:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1050:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1050:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1051:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1052:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1053:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1062:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1063:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1064:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1072:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1073:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1074:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1083:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1084:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1085:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1090:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1091:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1092:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1100:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1101:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1102:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1107:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1108:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1109:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1117:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1118:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1119:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1127:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1128:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1129:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1137:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1138:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1139:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1139:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1140:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1140:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1140:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1141:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1142:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1142:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1142:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1143:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1144:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1145:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1146:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1154:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1155:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1156:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1156:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1157:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1157:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1157:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1158:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1159:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1159:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1159:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1160:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1161:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1162:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1163:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1171:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1172:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1173:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1173:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1174:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1174:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1174:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1175:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1176:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1176:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1176:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1177:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1178:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1179:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1180:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1188:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1189:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1190:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1198:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1199:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1200:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:0:  scripts/2017/06/src/OpenRTMPythonPlugin/RTC_XML.cpp should include its header file scripts/2017/06/src/OpenRTMPythonPlugin/RTC_XML.h  [build/include] [5]
* 06/src/OpenRTMPythonPlugin/RTC_XML.cpp:1201:  Could not find a newline character at the end of the file.  [whitespace/ending_newline] [5]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:26:  "QTextEdit" already included at 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:12  [build/include] [4]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:38:  Include the directory when naming .h files  [build/include] [4]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:48:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:49:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:50:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:51:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:53:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:54:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:56:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:57:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:59:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:60:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:60:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:61:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:61:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:62:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:62:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:63:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:63:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:64:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:64:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:65:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:65:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:66:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:66:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:68:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:69:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:69:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:69:  Missing space after ,  [whitespace/comma] [3]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:71:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:72:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:73:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:73:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:74:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:86:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:87:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:88:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:88:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:89:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:89:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:89:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:90:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:91:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:91:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:91:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:92:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:93:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:94:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:95:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:96:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:104:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:105:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:106:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:107:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:107:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:107:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:108:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:108:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:108:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:109:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:110:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:110:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:110:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:111:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:111:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:111:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:112:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:113:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:114:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:116:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:117:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:118:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:118:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:118:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:119:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:127:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:128:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:129:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:130:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:131:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:132:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:133:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:133:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:133:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:134:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:134:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:135:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:136:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:137:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:138:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:139:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:141:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:7:  scripts/2017/06/src/OpenRTMPythonPlugin/addDataPortTab.cpp should include its header file scripts/2017/06/src/OpenRTMPythonPlugin/addDataPortTab.h  [build/include] [5]
* 06/src/OpenRTMPythonPlugin/addDataPortTab.cpp:142:  Could not find a newline character at the end of the file.  [whitespace/ending_newline] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:26:  "QTextEdit" already included at 06/src/OpenRTMPythonPlugin/ComponentList.cpp:12  [build/include] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:63:  Include the directory when naming .h files  [build/include] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:66:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:67:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:75:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:76:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:77:  public: should be indented +1 space inside class PyGILock  [whitespace/indent] [3]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:81:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:83:  You don't need a ; after a }  [readability/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:82:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:83:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:87:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:89:  You don't need a ; after a }  [readability/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:88:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:89:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:95:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:97:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:108:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:109:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:110:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:111:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:111:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:114:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:114:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:116:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:116:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:116:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:118:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:118:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:118:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:127:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:128:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:128:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:129:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:130:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:130:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:131:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:132:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:133:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:133:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:133:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:134:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:135:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:136:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:137:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:138:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:139:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:139:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:140:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:140:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:140:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:141:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:142:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:143:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:143:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:146:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:155:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:156:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:156:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:156:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:157:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:158:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:159:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:160:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:162:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:163:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:163:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:163:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:164:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:165:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:165:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:166:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:167:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:168:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:168:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:169:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:169:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:170:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:171:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:171:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:171:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:172:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:173:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:174:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:174:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:174:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:175:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:176:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:176:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:176:  Missing space after ;  [whitespace/semicolon] [3]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:177:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:177:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:177:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:178:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:179:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:180:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:181:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:181:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:181:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:193:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:194:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:195:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:196:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:197:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:198:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:198:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:199:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:200:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:202:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:202:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:202:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:210:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:211:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:212:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:213:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:214:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:215:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:216:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:218:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:219:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:219:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:219:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:220:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:221:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:221:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:222:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:223:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:225:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:226:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:227:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:228:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:230:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:231:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:231:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:232:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:233:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:234:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:234:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:235:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:241:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:242:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:243:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:244:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:244:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:244:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:247:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:248:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:249:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:250:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:255:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:256:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:257:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:261:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:262:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:263:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:264:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:269:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:270:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:271:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:279:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:280:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:281:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:282:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:283:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:284:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:285:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:285:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:285:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:287:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:289:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:291:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:292:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:292:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:293:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:293:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:293:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:294:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:295:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:296:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:297:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:299:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:300:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:300:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:300:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:301:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:302:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:302:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:303:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:304:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:304:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:305:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:305:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:306:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:311:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:312:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:313:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:313:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:314:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:315:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:317:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:325:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:326:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:333:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:334:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:341:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:342:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:343:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:344:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:345:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:346:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:346:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:346:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:348:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:350:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:352:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:353:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:353:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:354:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:354:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:354:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:355:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:356:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:357:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:359:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:360:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:360:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:360:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:361:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:362:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:362:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:362:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:363:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:364:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:364:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:364:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:365:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:366:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:367:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:367:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:367:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:368:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:369:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:370:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:372:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:374:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:374:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:375:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:376:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:376:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:376:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:377:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:377:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:378:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:379:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:379:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:379:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:380:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:380:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:381:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:382:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:382:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:382:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:383:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:383:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:384:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:385:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:386:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:386:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:387:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:387:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:387:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:388:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:388:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:389:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:389:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:389:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:390:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:391:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:392:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:392:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:393:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:393:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:393:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:394:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:394:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:395:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:395:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:395:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:396:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:396:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:396:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:397:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:397:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:397:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:398:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:398:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:398:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:399:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:400:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:401:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:401:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:402:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:402:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:402:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:403:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:403:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:404:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:405:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:406:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:406:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:407:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:407:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:407:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:408:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:408:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:408:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:409:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:409:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:410:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:411:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:411:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:412:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:413:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:413:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:413:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:414:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:414:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:414:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:416:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:416:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:417:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:417:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:419:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:419:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:421:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:422:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:422:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:423:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:424:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:425:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:426:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:426:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:426:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:427:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:427:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:427:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:429:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:430:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:432:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:434:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:435:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:436:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:436:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:436:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:437:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:437:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:439:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:440:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:444:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:445:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:446:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:447:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:447:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:448:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:448:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:448:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:449:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:449:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:450:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:451:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:452:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:453:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:461:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:462:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:463:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:463:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:464:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:464:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:465:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:465:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:465:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:466:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:467:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:467:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:467:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:468:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:469:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:470:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:471:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:471:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:472:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:472:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:472:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:473:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:474:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:475:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:475:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:476:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:476:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:476:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:477:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:477:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:478:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:480:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:481:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:481:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:481:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:482:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:484:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:487:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:489:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:489:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:489:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:490:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:491:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:492:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:492:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:492:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:493:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:495:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:496:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:498:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:500:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:501:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:502:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:502:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:502:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:503:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:503:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:503:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:504:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:505:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:509:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:510:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:511:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:513:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:513:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:514:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:514:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:515:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:516:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:517:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:525:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:526:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:535:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:536:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:544:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:545:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:546:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:546:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:547:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:547:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:547:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:548:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:549:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:549:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:549:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:550:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:551:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:552:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:554:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:554:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:555:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:555:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:555:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:556:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:557:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:557:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:557:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:558:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:559:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:560:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:561:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:569:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:570:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:571:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:571:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:572:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:572:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:572:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:573:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:574:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:574:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:574:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:575:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:576:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:577:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:579:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:579:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:580:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:580:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:580:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:581:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:582:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:582:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:582:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:583:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:584:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:585:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:586:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:595:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:596:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:605:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:606:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:607:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:607:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:608:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:608:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:608:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:609:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:610:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:615:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:616:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:617:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:618:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:619:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:619:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:620:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:620:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:620:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:621:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:621:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:622:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:624:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:625:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:625:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:625:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:626:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:628:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:628:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:628:  Using C-style cast.  Use static_cast<int>(...) instead  [readability/casting] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:630:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:630:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:631:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:631:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:633:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:634:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:635:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:636:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:636:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:636:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:637:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:639:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:640:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:642:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:644:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:645:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:646:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:646:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:646:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:647:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:648:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:649:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:653:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:654:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:655:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:662:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:663:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:663:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:670:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:671:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:671:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:672:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:672:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:672:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:673:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:673:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:673:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:676:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:677:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:678:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:678:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:679:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:680:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:681:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:682:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:683:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:684:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:685:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:685:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:686:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:686:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:686:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:687:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:687:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:688:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:690:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:691:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:691:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:691:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:692:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:696:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:696:  Using C-style cast.  Use static_cast<int>(...) instead  [readability/casting] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:698:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:698:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:699:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:699:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:702:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:703:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:704:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:705:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:705:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:705:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:706:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:708:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:709:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:711:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:713:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:714:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:715:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:715:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:715:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:716:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:717:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:718:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:722:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:723:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:724:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:731:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:732:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:732:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:739:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:740:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:741:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:741:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:742:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:742:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:742:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:743:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:744:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:745:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:746:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:747:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:748:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:749:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:749:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:750:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:750:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:750:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:751:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:751:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:752:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:754:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:755:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:755:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:755:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:756:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:758:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:758:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:758:  Using C-style cast.  Use static_cast<int>(...) instead  [readability/casting] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:760:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:760:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:761:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:761:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:763:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:764:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:765:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:766:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:766:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:766:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:767:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:769:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:770:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:772:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:774:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:775:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:776:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:776:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:776:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:777:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:778:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:779:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:783:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:784:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:785:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:793:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:794:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:795:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:799:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:807:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:808:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:809:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:810:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:810:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:810:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:811:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:812:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:813:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:814:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:816:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:817:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:820:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:821:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:822:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:822:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:824:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:825:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:825:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:825:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:826:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:827:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:828:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:829:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:837:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:838:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:846:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:847:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:848:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:848:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:848:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:849:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:850:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:858:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:859:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:859:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:860:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:860:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:860:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:861:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:862:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:870:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:871:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:878:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:879:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:879:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:880:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:880:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:880:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:881:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:882:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:891:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:892:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:893:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:893:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:894:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:894:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:894:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:895:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:895:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:895:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:896:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:897:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:897:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:898:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:899:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:900:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:901:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:902:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:902:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:903:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:903:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:903:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:904:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:904:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:904:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:905:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:906:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:907:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:908:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:909:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:911:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:911:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:913:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:913:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:913:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:914:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:915:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:916:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:916:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:916:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:917:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:918:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:919:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:919:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:919:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:920:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:921:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:922:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:922:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:922:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:923:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:924:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:925:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:933:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:934:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:935:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:943:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:944:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:945:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:946:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:947:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:948:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:949:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:951:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:952:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:953:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:954:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:955:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:956:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:957:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:958:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:959:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:960:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:961:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:962:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:964:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:965:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:965:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:966:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:967:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:967:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:967:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:968:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:969:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:971:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:972:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:972:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:972:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:973:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:974:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:974:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:974:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:975:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:976:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:977:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:977:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:978:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:979:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:979:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:979:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:980:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:981:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:983:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:984:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:984:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:984:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:985:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:986:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:987:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:988:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:989:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:990:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:991:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:992:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:993:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1003:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1004:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1004:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1005:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1005:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1005:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1006:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1007:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1008:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1008:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1009:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1009:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1009:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1010:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1011:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1012:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1019:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1020:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1020:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1021:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1021:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1021:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1022:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1023:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1024:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1024:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1025:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1025:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1025:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1026:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1027:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1028:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1035:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1036:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1036:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1037:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1037:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1037:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1038:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1039:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1040:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1040:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1041:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1041:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1041:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1042:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1043:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1044:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1051:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1052:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1052:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1053:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1053:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1053:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1054:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1055:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1056:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1056:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1057:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1057:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1057:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1058:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1059:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1060:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1067:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1068:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1068:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1069:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1069:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1069:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1070:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1071:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1072:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1072:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1073:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1073:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1073:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1074:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1075:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1076:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1085:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1086:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1087:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1087:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1088:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1088:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1089:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1090:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1090:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1098:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1099:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1107:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1108:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1109:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1111:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1111:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1112:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1113:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1115:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1116:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1117:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1125:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1126:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1134:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1135:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1136:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1136:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1144:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1145:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1153:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1154:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1162:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1163:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1170:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1171:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1181:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1182:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1189:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1190:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1197:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1198:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1205:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1206:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1213:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1214:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1111:  Add #include <string> for string  [build/include_what_you_use] [4]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:7:  scripts/2017/06/src/OpenRTMPythonPlugin/ComponentList.cpp should include its header file scripts/2017/06/src/OpenRTMPythonPlugin/ComponentList.h  [build/include] [5]
* 06/src/OpenRTMPythonPlugin/ComponentList.cpp:1215:  Could not find a newline character at the end of the file.  [whitespace/ending_newline] [5]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:17:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:18:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:19:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:19:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:19:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:20:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:21:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:22:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:22:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:22:  Missing space before ( in if(  [whitespace/parens] [5]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:23:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:23:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:23:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:24:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:25:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:26:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:26:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:26:  Missing space before ( in if(  [whitespace/parens] [5]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:27:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:27:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:27:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:28:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:29:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:30:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:30:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:30:  Missing space before ( in if(  [whitespace/parens] [5]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:31:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:31:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:31:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:32:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:33:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:34:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:34:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:34:  Missing space before ( in if(  [whitespace/parens] [5]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:35:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:35:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:35:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:36:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:37:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:38:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:38:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:38:  Missing space before ( in if(  [whitespace/parens] [5]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:39:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:39:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:39:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:40:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:41:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:42:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:42:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:42:  Missing space before ( in if(  [whitespace/parens] [5]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:43:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:43:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:43:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:44:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:45:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:46:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:46:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:47:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:47:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:47:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:48:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:49:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:50:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:50:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:50:  Missing space before ( in if(  [whitespace/parens] [5]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:51:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:51:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:51:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:52:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:53:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:54:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:54:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:54:  Missing space before ( in if(  [whitespace/parens] [5]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:55:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:55:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:55:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:56:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:57:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:58:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:58:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:58:  Missing space before ( in if(  [whitespace/parens] [5]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:59:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:59:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:59:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:60:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:61:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:62:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:62:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:62:  Missing space before ( in if(  [whitespace/parens] [5]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:63:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:63:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:63:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:64:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:65:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:66:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:66:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:67:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:67:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:67:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:68:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:69:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:70:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:70:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:71:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:71:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:71:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:72:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:73:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:74:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:74:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:75:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:75:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:75:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:76:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:77:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:79:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ActivityCode.cpp:0:  scripts/2017/06/src/OpenRTMPythonPlugin/ActivityCode.cpp should include its header file scripts/2017/06/src/OpenRTMPythonPlugin/ActivityCode.h  [build/include] [5]
* 06/src/OpenRTMPythonPlugin/DataPortTable.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 06/src/OpenRTMPythonPlugin/DataPortTable.cpp:26:  "QTextEdit" already included at 06/src/OpenRTMPythonPlugin/DataPortTable.cpp:12  [build/include] [4]
* 06/src/OpenRTMPythonPlugin/DataPortTable.cpp:34:  Include the directory when naming .h files  [build/include] [4]
* 06/src/OpenRTMPythonPlugin/DataPortTable.cpp:41:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/DataPortTable.cpp:41:  Missing space after ,  [whitespace/comma] [3]
* 06/src/OpenRTMPythonPlugin/DataPortTable.cpp:42:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/DataPortTable.cpp:43:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/DataPortTable.cpp:44:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/DataPortTable.cpp:45:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/DataPortTable.cpp:46:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/DataPortTable.cpp:47:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/DataPortTable.cpp:48:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/DataPortTable.cpp:49:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/DataPortTable.cpp:49:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/DataPortTable.cpp:49:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/DataPortTable.cpp:57:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/DataPortTable.cpp:58:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/DataPortTable.cpp:59:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/DataPortTable.cpp:60:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/DataPortTable.cpp:60:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/DataPortTable.cpp:61:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/DataPortTable.cpp:61:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/DataPortTable.cpp:61:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/DataPortTable.cpp:62:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/DataPortTable.cpp:62:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/DataPortTable.cpp:63:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/DataPortTable.cpp:63:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/DataPortTable.cpp:63:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/DataPortTable.cpp:64:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/DataPortTable.cpp:65:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/DataPortTable.cpp:66:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/DataPortTable.cpp:67:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/DataPortTable.cpp:68:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/DataPortTable.cpp:70:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/DataPortTable.cpp:71:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/DataPortTable.cpp:72:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/DataPortTable.cpp:7:  scripts/2017/06/src/OpenRTMPythonPlugin/DataPortTable.cpp should include its header file scripts/2017/06/src/OpenRTMPythonPlugin/DataPortTable.h  [build/include] [5]
* 06/src/OpenRTMPythonPlugin/DataPortTable.cpp:73:  Could not find a newline character at the end of the file.  [whitespace/ending_newline] [5]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:11:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:42:  "QTextEdit" already included at 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:28  [build/include] [4]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:62:  Include the directory when naming .h files  [build/include] [4]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:64:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:65:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:66:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:80:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:81:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:81:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:88:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:89:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:90:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:91:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:91:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:92:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:93:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:101:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:102:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:103:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:104:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:122:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:122:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:122:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:132:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:133:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:134:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:134:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:135:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:136:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:137:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:138:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:149:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:157:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:158:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:166:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:167:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:168:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:169:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:169:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:169:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:170:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:171:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:172:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:180:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:181:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:182:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:183:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:183:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:183:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:184:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:185:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:186:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:193:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:194:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:194:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:201:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:202:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:203:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:204:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:204:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:204:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:205:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:206:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:216:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:217:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:218:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:219:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:219:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:219:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:220:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:221:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:222:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:230:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:231:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:238:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:239:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:240:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:241:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:241:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:241:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:242:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:243:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:250:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:251:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:252:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:253:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:253:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:253:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:254:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:255:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:256:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:263:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:264:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:265:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:266:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:266:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:266:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:267:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:268:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:275:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:276:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:277:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:278:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:278:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:278:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:279:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:280:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:7:  scripts/2017/06/src/OpenRTMPythonPlugin/ComponentListItem.cpp should include its header file scripts/2017/06/src/OpenRTMPythonPlugin/ComponentListItem.h  [build/include] [5]
* 06/src/OpenRTMPythonPlugin/ComponentListItem.cpp:281:  Could not find a newline character at the end of the file.  [whitespace/ending_newline] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:1:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:2:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:3:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:4:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:5:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:13:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:64:  Include the directory when naming .h files  [build/include] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:66:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:67:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:68:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:80:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:81:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:82:  public: should be indented +1 space inside class PyGILock  [whitespace/indent] [3]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:86:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:88:  You don't need a ; after a }  [readability/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:87:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:88:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:92:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:94:  You don't need a ; after a }  [readability/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:93:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:94:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:101:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:103:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:113:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:114:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:115:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:115:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:116:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:116:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:117:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:125:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:126:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:126:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:127:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:128:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:129:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:129:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:130:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:131:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:131:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:132:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:132:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:132:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:142:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:151:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:152:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:156:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:157:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:157:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:157:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:158:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:158:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:159:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:160:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:160:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:160:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:161:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:161:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:162:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:163:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:170:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:171:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:172:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:172:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:172:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:173:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:173:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:173:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:174:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:174:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:175:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:177:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:179:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:179:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:180:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:180:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:181:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:183:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:184:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:185:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:186:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:187:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:188:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:188:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:189:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:189:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:190:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:190:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:191:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:191:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:192:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:192:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:193:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:193:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:195:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:196:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:197:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:198:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:202:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:202:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:202:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:203:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:211:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:212:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:212:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:213:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:213:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:219:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:220:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:220:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:220:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:221:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:222:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:226:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:226:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:227:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:228:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:228:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:229:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:230:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:230:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:230:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:232:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:234:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:234:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:235:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:235:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:235:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:237:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:238:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:239:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:240:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:240:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:240:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:242:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:243:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:245:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:247:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:248:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:249:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:249:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:249:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:250:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:250:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:251:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:255:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:256:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:263:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:264:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:266:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:267:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:267:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:267:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:268:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:269:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:273:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:273:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:274:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:275:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:276:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:276:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:276:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:278:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:278:  Missing space after ,  [whitespace/comma] [3]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:280:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:280:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:281:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:281:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:281:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:283:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:284:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:285:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:286:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:286:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:286:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:288:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:289:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:291:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:293:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:294:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:295:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:295:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:295:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:296:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:296:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:297:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:301:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:302:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:309:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:310:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:312:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:313:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:313:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:313:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:314:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:315:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:319:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:319:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:320:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:321:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:322:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:322:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:322:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:324:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:326:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:326:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:327:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:327:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:327:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:329:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:330:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:331:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:332:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:332:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:332:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:334:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:335:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:337:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:339:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:340:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:341:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:341:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:341:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:342:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:342:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:343:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:347:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:348:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:355:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:356:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:358:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:359:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:359:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:359:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:360:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:361:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:365:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:365:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:366:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:367:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:368:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:368:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:368:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:370:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:372:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:372:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:373:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:373:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:373:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:375:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:376:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:377:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:378:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:378:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:378:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:380:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:381:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:383:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:385:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:386:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:387:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:387:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:387:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:388:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:388:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:389:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:393:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:394:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:402:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:403:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:404:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:404:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:404:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:405:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:406:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:410:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:410:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:411:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:412:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:413:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:413:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:413:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:415:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:415:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:417:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:417:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:418:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:418:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:418:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:420:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:421:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:422:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:423:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:423:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:423:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:425:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:426:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:428:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:430:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:431:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:432:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:432:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:432:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:433:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:433:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:434:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:438:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:439:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:447:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:448:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:449:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:449:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:450:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:451:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:452:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:453:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:462:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:463:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:463:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:464:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:464:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:465:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:465:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:466:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:467:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:467:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:467:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:468:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:469:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:469:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:469:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:470:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:471:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:472:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:473:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:474:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:482:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:490:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:490:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:492:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:492:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:493:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:494:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:494:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:495:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:496:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:496:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:496:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:497:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:498:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:498:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:498:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:500:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:502:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:502:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:503:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:503:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:505:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:507:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:507:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:516:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:516:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:517:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:517:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:517:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:519:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:520:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:521:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:522:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:522:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:522:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:524:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:525:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:527:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:529:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:530:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:531:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:531:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:531:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:532:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:532:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:533:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:537:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:538:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:546:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:547:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:548:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:548:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:548:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:549:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:550:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:554:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:554:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:555:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:556:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:556:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:557:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:558:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:558:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:558:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:559:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:561:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:561:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:563:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:563:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:564:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:564:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:564:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:566:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:567:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:567:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:567:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:568:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:569:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:570:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:570:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:571:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:571:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:571:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:572:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:573:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:574:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:574:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:575:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:575:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:575:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:576:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:577:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:578:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:578:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:579:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:579:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:579:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:580:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:581:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:582:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:583:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:584:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:585:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:585:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:585:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:587:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:588:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:590:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:592:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:593:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:594:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:594:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:594:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:595:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:595:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:596:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:600:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:601:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:610:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:611:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:612:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:620:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:621:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:629:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:630:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:631:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:633:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:634:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:636:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:641:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:642:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:644:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:644:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:645:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:645:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:645:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:646:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:647:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:648:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:649:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:650:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:651:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:654:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:655:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:655:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:655:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:656:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:657:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:661:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:662:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:664:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:664:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:665:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:665:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:665:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:666:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:667:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:668:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:670:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:671:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:672:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:672:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:673:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:673:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:673:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:674:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:675:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:676:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:677:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:678:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:679:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:680:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:681:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:682:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:682:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:682:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:683:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:684:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:685:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:686:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:689:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:690:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:690:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:690:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:691:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:692:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:696:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:697:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:699:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:699:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:700:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:700:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:700:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:701:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:702:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:703:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:704:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:705:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:706:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:707:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:708:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:709:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:712:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:713:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:713:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:713:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:714:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:715:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:720:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:721:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:721:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:721:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:722:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:723:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:725:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:726:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:727:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:727:  Missing space after ,  [whitespace/comma] [3]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:728:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:730:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:730:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:731:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:731:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:733:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:741:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:742:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:743:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:743:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:767:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:768:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:769:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:770:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:771:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:773:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:774:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:775:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:777:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:778:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:779:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:780:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:782:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:783:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:784:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:785:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:787:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:788:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:789:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:791:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:792:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:793:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:795:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:796:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:797:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:798:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:802:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:803:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:804:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:805:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:807:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:808:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:811:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:812:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:814:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:815:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:816:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:817:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:818:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:819:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:820:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:821:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:822:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:823:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:825:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:826:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:827:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:828:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:829:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:831:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:832:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:833:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:834:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:835:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:837:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:838:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:839:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:840:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:844:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:845:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:846:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:849:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:850:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:851:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:852:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:854:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:855:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:856:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:857:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:858:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:859:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:860:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:863:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:864:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:865:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:866:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:867:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:868:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:871:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:872:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:873:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:874:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:875:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:876:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:879:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:880:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:881:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:884:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:884:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:885:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:885:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:887:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:888:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:888:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:888:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:889:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:890:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:892:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:893:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:894:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:895:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:895:  Missing space after ,  [whitespace/comma] [3]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:896:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:897:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:899:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:900:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:901:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:902:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:904:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:905:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:905:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:905:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:906:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:908:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:911:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:919:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:920:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:927:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:928:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:928:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:899:  Add #include <string> for string  [build/include_what_you_use] [4]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:7:  scripts/2017/06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp should include its header file scripts/2017/06/src/OpenRTMPythonPlugin/RTCEditorItem.h  [build/include] [5]
* 06/src/OpenRTMPythonPlugin/RTCEditorItem.cpp:929:  Could not find a newline character at the end of the file.  [whitespace/ending_newline] [5]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:28:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:32:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:34:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:45:  Include the directory when naming .h files  [build/include] [4]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:51:  Include the directory when naming .h files  [build/include] [4]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:56:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:57:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:58:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:66:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:67:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:68:  public: should be indented +1 space inside class PyGILock  [whitespace/indent] [3]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:72:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:74:  You don't need a ; after a }  [readability/braces] [4]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:73:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:74:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:78:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:80:  You don't need a ; after a }  [readability/braces] [4]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:79:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:80:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:183:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:184:  public: should be indented +1 space inside class OpenRTMPythonPlugin  [whitespace/indent] [3]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:188:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:192:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:197:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:202:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:204:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:212:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:213:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:214:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:215:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:216:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:217:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:217:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:218:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:218:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:219:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:219:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:219:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:226:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:227:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:227:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:227:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:227:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:235:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:236:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:236:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:237:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:237:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:246:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:247:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:248:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:249:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:250:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:250:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:250:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:251:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:251:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:253:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:255:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:257:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:258:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:259:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:260:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:260:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:261:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:261:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:262:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:263:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:264:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:264:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:264:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:266:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:267:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:269:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:271:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:272:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:273:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:273:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:273:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:274:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:274:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:274:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:274:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:275:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:276:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:278:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:278:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:279:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:280:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:281:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:281:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:281:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:282:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:283:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:283:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:284:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:285:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:286:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:286:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:286:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:288:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:289:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:291:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:293:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:294:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:295:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:295:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:295:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:296:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:296:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:296:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:296:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:297:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:298:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:299:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:300:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:301:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:303:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:313:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:314:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:314:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:315:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:316:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:317:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:317:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:317:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:318:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:319:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:319:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:320:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:321:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:322:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:322:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:322:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:324:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:325:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:327:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:329:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:330:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:331:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:331:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:331:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:332:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:332:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:332:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:332:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:333:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:334:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:335:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/OpenRTMPythonPlugin.cpp:251:  Add #include <string> for string  [build/include_what_you_use] [4]
* 06/src/OpenRTMPythonPlugin/CreateDataObject.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 06/src/OpenRTMPythonPlugin/CreateDataObject.cpp:0:  scripts/2017/06/src/OpenRTMPythonPlugin/CreateDataObject.cpp should include its header file scripts/2017/06/src/OpenRTMPythonPlugin/CreateDataObject.h  [build/include] [5]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:26:  "QTextEdit" already included at 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:12  [build/include] [4]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:38:  Include the directory when naming .h files  [build/include] [4]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:49:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:50:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:51:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:52:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:53:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:55:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:56:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:58:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:58:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:59:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:59:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:60:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:60:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:61:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:61:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:62:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:62:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:63:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:63:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:64:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:64:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:65:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:65:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:65:  Missing space after ,  [whitespace/comma] [3]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:67:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:67:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:69:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:70:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:70:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:71:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:73:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:73:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:74:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:76:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:77:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:77:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:78:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:83:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:84:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:84:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:84:  Missing space after ,  [whitespace/comma] [3]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:86:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:87:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:88:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:88:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:89:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:96:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:97:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:98:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:99:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:101:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:102:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:102:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:102:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:103:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:104:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:105:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:106:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:113:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:114:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:116:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:117:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:117:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:117:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:118:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:119:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:120:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:121:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:132:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:133:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:134:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:134:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:135:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:135:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:135:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:136:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:137:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:137:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:137:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:138:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:139:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:140:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:141:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:142:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:150:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:151:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:152:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:152:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:152:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:153:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:154:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:155:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:155:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:155:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:156:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:157:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:158:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:159:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:161:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:162:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:163:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:164:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:171:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:172:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:173:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:174:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:175:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:176:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:177:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:177:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:177:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:178:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:178:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:179:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:180:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:181:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:184:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:186:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:187:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:188:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:189:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:190:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:190:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:190:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:191:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:191:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:192:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:193:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:194:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:196:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:198:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:199:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:200:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:201:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:202:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:202:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:202:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:203:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:203:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:204:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:205:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:206:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:208:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:210:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:212:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:214:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:7:  scripts/2017/06/src/OpenRTMPythonPlugin/addServicePortTab.cpp should include its header file scripts/2017/06/src/OpenRTMPythonPlugin/addServicePortTab.h  [build/include] [5]
* 06/src/OpenRTMPythonPlugin/addServicePortTab.cpp:215:  Could not find a newline character at the end of the file.  [whitespace/ending_newline] [5]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:27:  "QTextEdit" already included at 06/src/OpenRTMPythonPlugin/BaseTab.cpp:13  [build/include] [4]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:42:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:43:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:44:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:45:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:46:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:47:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:48:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:60:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:61:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:62:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:63:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:64:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:66:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:67:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:68:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:71:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:73:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:87:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:88:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:89:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:90:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:91:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:91:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:93:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:93:  Missing space after ;  [whitespace/semicolon] [3]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:94:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:94:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:94:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:95:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:96:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:98:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:99:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:99:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:99:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:100:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:101:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:101:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:101:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:102:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:103:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:104:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:104:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:105:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:105:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:105:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:106:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:107:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:108:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:109:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:109:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:110:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:110:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:110:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:111:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:112:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:114:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:116:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:118:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:130:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:131:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:132:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:133:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:134:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:134:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:136:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:136:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:138:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:139:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:139:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:139:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:140:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:141:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:142:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:142:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:142:  Missing space before ( in if(  [whitespace/parens] [5]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:143:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:143:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:143:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:144:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:145:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:146:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:146:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:147:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:147:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:147:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:148:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:149:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:151:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:153:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:155:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:166:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:167:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:168:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:169:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:177:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:178:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:179:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:180:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:180:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:180:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:181:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:182:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:190:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:191:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:192:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:193:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:193:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:193:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:194:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:195:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:196:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:204:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:205:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:206:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:207:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:207:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:207:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:208:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:209:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:210:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:8:  scripts/2017/06/src/OpenRTMPythonPlugin/BaseTab.cpp should include its header file scripts/2017/06/src/OpenRTMPythonPlugin/BaseTab.h  [build/include] [5]
* 06/src/OpenRTMPythonPlugin/BaseTab.cpp:211:  Could not find a newline character at the end of the file.  [whitespace/ending_newline] [5]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:57:  Include the directory when naming .h files  [build/include] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:59:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:60:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:61:  Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces] [5]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:69:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:70:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:71:  public: should be indented +1 space inside class PyGILock  [whitespace/indent] [3]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:75:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:77:  You don't need a ; after a }  [readability/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:76:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:77:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:81:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:83:  You don't need a ; after a }  [readability/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:82:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:83:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:92:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:94:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:105:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:106:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:107:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:108:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:115:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:116:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:116:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:116:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:119:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:120:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:121:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:123:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:123:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:124:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:124:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:125:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:126:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:134:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:135:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:136:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:137:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:138:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:145:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:155:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:156:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:157:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:157:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:158:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:159:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:160:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:161:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:169:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:170:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:171:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:172:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:174:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:175:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:175:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:175:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:176:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:177:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:177:  Missing space before ( in if(  [whitespace/parens] [5]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:178:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:178:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:179:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:179:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:179:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:180:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:181:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:181:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:182:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:182:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:183:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:183:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:185:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:186:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:186:  Missing space after ;  [whitespace/semicolon] [3]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:193:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:194:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:197:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:198:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:199:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:207:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:208:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:208:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:209:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:210:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:219:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:220:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:220:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:221:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:222:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:230:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:231:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:231:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:232:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:232:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:233:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:234:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:234:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:235:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:236:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:237:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:237:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:238:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:240:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:241:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:241:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:241:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:242:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:243:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:243:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:243:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:245:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:247:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:247:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:248:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:248:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:250:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:252:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:252:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:254:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:254:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:255:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:255:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:255:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:257:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:258:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:259:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:260:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:260:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:260:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:262:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:263:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:265:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:267:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:268:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:269:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:269:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:269:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:270:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:270:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:270:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:270:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:271:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:274:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:274:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:275:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:275:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:275:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:276:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:284:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:285:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:295:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:296:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:297:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:297:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:299:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:309:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:310:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:311:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:311:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:312:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:313:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:314:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:315:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:316:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:317:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:317:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:318:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:319:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:328:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:329:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:329:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:329:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:330:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:330:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:331:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:332:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:333:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:333:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:333:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:334:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:334:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:335:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:335:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:336:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:338:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:340:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:340:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:341:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:341:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:341:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:343:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:343:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:343:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:344:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:345:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:346:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:346:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:346:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:348:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:349:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:351:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:353:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:354:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:355:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:355:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:355:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:356:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:356:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:356:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:356:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:357:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:358:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:358:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:359:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:359:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:359:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:360:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:361:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:368:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:369:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:369:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:369:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:369:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:377:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:378:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:378:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:379:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:380:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:381:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:381:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:381:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:383:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:385:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:385:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:386:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:386:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:388:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:388:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:388:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:389:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:390:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:391:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:391:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:391:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:393:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:394:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:396:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:398:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:399:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:400:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:400:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:400:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:401:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:401:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:401:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:401:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:402:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:405:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:405:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:406:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:406:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:406:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:407:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:408:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:416:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:417:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:424:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:425:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:426:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:427:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:428:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:428:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:428:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:429:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:430:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:430:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:431:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:432:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:433:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:433:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:433:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:434:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:435:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:436:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:437:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:437:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:437:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:438:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:438:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:438:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:438:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:439:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:440:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:441:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:449:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:450:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:450:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:451:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:452:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:453:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:453:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:453:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:455:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:457:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:457:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:458:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:458:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:460:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:460:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:460:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:461:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:462:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:463:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:463:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:463:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:465:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:466:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:468:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:470:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:471:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:472:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:472:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:472:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:473:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:473:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:473:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:473:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:474:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:477:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:477:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:478:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:478:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:478:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:479:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:480:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:487:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:488:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:489:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:490:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:491:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:491:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:491:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:492:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:493:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:493:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:494:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:495:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:496:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:496:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:496:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:497:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:498:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:499:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:500:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:500:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:500:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:501:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:501:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:501:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:501:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:502:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:503:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:504:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:511:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:512:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:513:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:514:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:515:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:515:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:515:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:517:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:519:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:519:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:520:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:520:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:522:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:522:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:522:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:523:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:524:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:525:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:525:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:525:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:527:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:528:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:530:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:532:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:533:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:534:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:534:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:534:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:535:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:535:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:535:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:535:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:536:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:539:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:539:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:540:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:540:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:540:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:541:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:542:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:519:  Add #include <string> for string  [build/include_what_you_use] [4]
* 06/src/OpenRTMPythonPlugin/PyRTCItem.cpp:7:  scripts/2017/06/src/OpenRTMPythonPlugin/PyRTCItem.cpp should include its header file scripts/2017/06/src/OpenRTMPythonPlugin/PyRTCItem.h  [build/include] [5]
* 06/src/OpenRTMPythonPlugin/ControlCompWidget.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 06/src/OpenRTMPythonPlugin/ControlCompWidget.cpp:26:  "QTextEdit" already included at 06/src/OpenRTMPythonPlugin/ControlCompWidget.cpp:12  [build/include] [4]
* 06/src/OpenRTMPythonPlugin/ControlCompWidget.cpp:36:  Include the directory when naming .h files  [build/include] [4]
* 06/src/OpenRTMPythonPlugin/ControlCompWidget.cpp:44:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ControlCompWidget.cpp:45:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ControlCompWidget.cpp:46:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/ControlCompWidget.cpp:48:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ControlCompWidget.cpp:48:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ControlCompWidget.cpp:50:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ControlCompWidget.cpp:51:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ControlCompWidget.cpp:51:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ControlCompWidget.cpp:51:  Missing space after ,  [whitespace/comma] [3]
* 06/src/OpenRTMPythonPlugin/ControlCompWidget.cpp:53:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ControlCompWidget.cpp:54:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ControlCompWidget.cpp:57:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ControlCompWidget.cpp:58:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ControlCompWidget.cpp:58:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ControlCompWidget.cpp:58:  Missing space after ,  [whitespace/comma] [3]
* 06/src/OpenRTMPythonPlugin/ControlCompWidget.cpp:60:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ControlCompWidget.cpp:61:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ControlCompWidget.cpp:64:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ControlCompWidget.cpp:65:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ControlCompWidget.cpp:65:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ControlCompWidget.cpp:65:  Missing space after ,  [whitespace/comma] [3]
* 06/src/OpenRTMPythonPlugin/ControlCompWidget.cpp:67:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ControlCompWidget.cpp:68:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ControlCompWidget.cpp:76:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ControlCompWidget.cpp:77:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ControlCompWidget.cpp:84:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ControlCompWidget.cpp:85:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ControlCompWidget.cpp:92:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ControlCompWidget.cpp:93:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ControlCompWidget.cpp:100:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ControlCompWidget.cpp:101:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ControlCompWidget.cpp:7:  scripts/2017/06/src/OpenRTMPythonPlugin/ControlCompWidget.cpp should include its header file scripts/2017/06/src/OpenRTMPythonPlugin/ControlCompWidget.h  [build/include] [5]
* 06/src/OpenRTMPythonPlugin/ControlCompWidget.cpp:102:  Could not find a newline character at the end of the file.  [whitespace/ending_newline] [5]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:26:  "QTextEdit" already included at 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:12  [build/include] [4]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:34:  Include the directory when naming .h files  [build/include] [4]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:42:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:43:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:45:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:46:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:55:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:56:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:57:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:58:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:65:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:66:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:67:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:75:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:75:  Missing space after ,  [whitespace/comma] [3]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:76:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:77:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:78:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:79:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:80:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:81:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:82:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:91:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:92:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:93:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:95:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:95:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:96:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:96:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:96:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:97:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:98:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:99:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:99:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:99:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:100:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:101:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:102:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:103:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:104:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:104:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:104:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:105:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:7:  scripts/2017/06/src/OpenRTMPythonPlugin/ServicePortTable.cpp should include its header file scripts/2017/06/src/OpenRTMPythonPlugin/ServicePortTable.h  [build/include] [5]
* 06/src/OpenRTMPythonPlugin/ServicePortTable.cpp:106:  Could not find a newline character at the end of the file.  [whitespace/ending_newline] [5]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:26:  "QTextEdit" already included at 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:12  [build/include] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:33:  Found C system header after C++ system header. Should be: RTCViewWidget.h, c system, c++ system, other.  [build/include_order] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:41:  Include the directory when naming .h files  [build/include] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:51:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:52:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:53:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:54:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:55:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:56:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:57:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:58:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:58:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:58:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:59:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:60:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:61:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:62:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:63:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:64:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:72:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:73:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:74:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:75:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:76:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:77:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:78:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:86:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:87:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:95:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:96:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:105:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:106:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:107:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:115:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:116:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:124:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:125:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:133:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:134:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:143:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:144:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:145:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:154:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:155:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:156:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:165:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:166:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:167:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:175:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:176:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:177:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:179:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:180:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:182:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:183:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:183:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:183:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:184:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:185:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:186:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:188:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:189:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:189:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:189:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:190:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:191:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:192:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:193:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:193:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:193:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:194:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:194:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:194:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:195:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:204:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:205:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:206:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:214:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:215:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:216:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:217:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:218:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:219:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:221:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:223:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:224:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:226:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:227:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:228:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:229:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:230:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:232:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:232:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:233:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:241:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:242:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:243:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:244:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:245:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:246:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:247:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:248:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:249:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:250:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:259:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:260:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:261:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:262:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:262:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:263:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:264:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:272:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:273:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:274:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:275:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:275:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:275:  Using C-style cast.  Use reinterpret_cast<RTC_MainWindow*>(...) instead  [readability/casting] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:276:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:286:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:287:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:288:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:288:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:297:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:298:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:299:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:300:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:301:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:302:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:302:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:302:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:304:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:304:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:305:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:305:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:306:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:307:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:314:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:315:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:316:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:317:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:318:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:319:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:321:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:322:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:324:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:324:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:326:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:326:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:327:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:327:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:327:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:328:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:329:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:329:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:329:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:330:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:330:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:330:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:331:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:332:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:333:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:334:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:335:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:335:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:336:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:336:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:336:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:337:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:337:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:338:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:339:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:340:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:342:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:343:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:346:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:347:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:348:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:349:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:350:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:351:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:359:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:360:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:360:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:360:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:361:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:362:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:364:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:371:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:371:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:373:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:374:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:382:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:383:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:384:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:386:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:389:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:390:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:398:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:399:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:400:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:400:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:400:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:401:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:402:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:403:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:404:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:405:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:412:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:413:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:413:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:414:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:414:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:414:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:415:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:416:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:417:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:419:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:420:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:421:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:429:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:430:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:431:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:433:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:433:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:434:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:434:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:434:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:435:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:436:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:436:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:436:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:437:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:438:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:439:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:439:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:440:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:440:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:440:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:441:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:442:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:443:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:444:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:445:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:445:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:445:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:446:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:447:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:448:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:448:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:449:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:449:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:449:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:450:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:451:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:459:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:460:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:462:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:463:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:463:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:464:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:464:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:464:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:465:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:466:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:468:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:469:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:469:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:470:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:470:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:470:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:471:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:472:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:474:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:475:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:475:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:476:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:476:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:476:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:477:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:477:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:478:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:488:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:489:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:490:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:491:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:492:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:493:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:494:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:494:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:505:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:506:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:507:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:508:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:509:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:509:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:509:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:517:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:518:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:519:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:520:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:522:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:525:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:526:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:534:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:535:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:535:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:535:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:536:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:536:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:537:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:537:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:538:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:539:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:539:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:540:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:543:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:544:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:545:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:545:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:546:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:546:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:546:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:556:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:557:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:558:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:566:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:567:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:568:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:568:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:576:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:577:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:578:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:579:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:589:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:590:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:591:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:592:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:593:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:594:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:596:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:597:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:597:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:598:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:598:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:599:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:599:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:600:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:600:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:602:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:603:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:603:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:605:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:606:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:613:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:614:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:624:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:625:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:626:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:627:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:628:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:629:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:632:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:643:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:644:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:645:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:646:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:647:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:648:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:649:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:651:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:652:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:654:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:656:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:657:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:665:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:666:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:667:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:668:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:676:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:677:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:684:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:684:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:685:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:686:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:686:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:686:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:687:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:688:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:689:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:690:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:691:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:692:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:694:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:695:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:696:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:697:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:698:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:698:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:698:  Missing space before ( in if(  [whitespace/parens] [5]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:699:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:699:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:699:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:700:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:701:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:702:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:703:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:705:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:706:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:707:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:708:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:711:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:711:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:712:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:723:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:724:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:725:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:737:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:738:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:739:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:740:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:741:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:741:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:741:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:749:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:750:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:750:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:751:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:752:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:753:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:755:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:755:  If statement had no body and no else clause  [whitespace/empty_if_body] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:756:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:756:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:756:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:757:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:757:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:758:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:759:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:771:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:772:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:773:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:775:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:775:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:776:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:776:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:777:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:777:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:777:  Missing space after ,  [whitespace/comma] [3]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:779:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:779:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:783:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:783:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:784:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:786:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:787:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:787:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:789:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:790:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:791:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:798:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:799:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:808:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:809:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:810:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:811:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:812:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:813:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:816:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:828:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:829:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:830:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:831:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:831:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:831:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:832:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:833:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:833:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:834:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:835:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:836:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:838:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:839:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:841:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:843:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:844:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:844:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:844:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:852:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:853:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:854:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:854:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:861:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:861:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:862:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:863:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:864:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:865:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:866:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:868:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:869:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:870:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:871:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:871:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:873:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:873:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:874:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:883:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:884:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:885:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:897:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:898:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:899:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:900:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:901:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:901:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:902:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:910:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:911:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:911:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:912:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:913:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:914:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:916:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:916:  If statement had no body and no else clause  [whitespace/empty_if_body] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:917:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:917:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:917:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:918:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:918:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:919:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:920:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:928:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:929:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:936:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:937:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:937:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:938:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:938:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:948:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:949:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:949:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:949:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:950:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:951:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:951:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:952:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:953:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:954:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:955:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:956:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:956:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:956:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:957:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:958:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:959:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:959:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:959:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:960:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:962:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:963:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:965:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:967:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:967:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:967:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:968:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:969:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:969:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:970:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:970:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:970:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:971:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:973:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:974:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:976:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:978:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:978:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:978:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:979:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:980:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:980:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:981:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:981:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:981:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:982:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:984:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:985:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:987:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:989:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:989:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:989:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:990:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:991:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:992:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:994:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:995:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:1003:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:1004:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:1005:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:1005:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:1005:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:7:  scripts/2017/06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp should include its header file scripts/2017/06/src/OpenRTMPythonPlugin/RTCViewWidget.h  [build/include] [5]
* 06/src/OpenRTMPythonPlugin/RTCViewWidget.cpp:1006:  Could not find a newline character at the end of the file.  [whitespace/ending_newline] [5]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:29:  "QTextEdit" already included at 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:15  [build/include] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:38:  Include the directory when naming .h files  [build/include] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:47:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:48:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:49:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:50:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:55:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:56:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:58:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:59:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:61:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:72:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:73:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:73:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:73:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:74:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:74:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:79:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:80:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:80:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:83:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:84:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:86:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:88:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:89:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:89:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:91:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:92:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:94:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:96:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:103:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:105:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:105:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:106:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:107:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:107:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:109:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:110:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:112:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:113:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:115:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:116:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:118:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:119:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:121:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:124:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:126:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:127:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:129:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:130:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:131:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:132:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:134:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:135:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:135:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:136:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:137:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:137:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:141:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:142:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:142:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:143:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:144:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:146:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:146:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:150:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:150:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:151:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:151:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:152:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:153:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:154:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:154:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:154:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:155:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:156:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:157:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:158:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:161:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:162:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:163:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:163:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:164:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:166:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:167:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:168:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:168:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:169:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:177:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:178:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:179:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:179:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:180:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:187:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:188:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:188:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:189:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:189:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:190:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:190:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:191:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:192:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:193:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:194:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:194:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:195:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:195:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:197:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:197:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:198:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:199:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:199:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:199:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:200:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:200:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:201:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:202:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:203:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:204:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:206:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:207:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:208:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:209:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:210:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:210:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:211:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:211:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:212:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:214:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:215:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:217:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:218:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:218:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:218:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:219:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:220:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:221:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:222:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:223:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:223:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:223:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:224:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:225:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:226:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:227:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:227:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:228:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:228:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:228:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:229:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:230:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:231:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:231:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:231:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:232:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:233:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:234:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:234:  Should have a space between // and comment  [whitespace/comments] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:235:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:236:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:236:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:236:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:247:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:248:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:249:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:250:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:250:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:251:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:252:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:252:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:253:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:261:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:262:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:263:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:264:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:264:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:264:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:265:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:267:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:268:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:269:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:277:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:278:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:279:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:280:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:280:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:280:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:281:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:283:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:284:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:285:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:293:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:294:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:295:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:296:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:296:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:296:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:297:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:299:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:300:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:301:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:308:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:309:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:309:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:317:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:318:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:327:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:328:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:338:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:339:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:10:  scripts/2017/06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp should include its header file scripts/2017/06/src/OpenRTMPythonPlugin/RTC_MainWindow.h  [build/include] [5]
* 06/src/OpenRTMPythonPlugin/RTC_MainWindow.cpp:340:  Could not find a newline character at the end of the file.  [whitespace/ending_newline] [5]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:36:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:45:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:46:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:47:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:48:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:49:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:50:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:60:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:61:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:62:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:63:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:64:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:65:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:66:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:67:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:75:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:76:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:77:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:78:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:78:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:78:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:79:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:80:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:88:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:89:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:97:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:98:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:99:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:100:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:101:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:102:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:102:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:102:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:103:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:104:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:105:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:105:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:105:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:106:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:107:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:108:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:109:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:110:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:110:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:110:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:111:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:112:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:112:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:112:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:113:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:114:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:115:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:115:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:116:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:116:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:116:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:117:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:118:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:119:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:119:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:120:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:120:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:120:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:121:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:122:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:123:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:124:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:125:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:125:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:126:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:126:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:127:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:128:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:128:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:128:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:129:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:130:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:132:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:133:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:134:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:134:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:135:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:136:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:136:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:136:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:137:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:138:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:139:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:139:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:139:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:140:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:142:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:143:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:143:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:143:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:144:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:145:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:146:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:147:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:148:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:149:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:150:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:150:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:150:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:151:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:152:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:154:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:155:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:155:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:155:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:156:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:157:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:158:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:159:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:160:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:161:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:162:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/PythonEditor.cpp:7:  scripts/2017/06/src/OpenRTMPythonPlugin/PythonEditor.cpp should include its header file scripts/2017/06/src/OpenRTMPythonPlugin/PythonEditor.h  [build/include] [5]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:26:  "QTextEdit" already included at 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:12  [build/include] [4]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:36:  Include the directory when naming .h files  [build/include] [4]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:44:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:45:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:46:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:46:  Missing space after ,  [whitespace/comma] [3]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:47:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:47:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:47:  Missing space after ,  [whitespace/comma] [3]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:50:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:50:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:51:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:51:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:52:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:52:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:53:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:53:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:54:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:54:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:55:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:55:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:56:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:56:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:57:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:66:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:67:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:68:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:76:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:77:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:78:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:79:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:80:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:81:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:82:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:89:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:90:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:90:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:99:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:100:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:101:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:102:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:103:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:104:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:111:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:112:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:113:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:114:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:115:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:116:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:116:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:116:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:117:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:118:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:125:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:126:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:127:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:128:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:136:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:137:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:138:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:140:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:141:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:142:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:143:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:144:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:147:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:148:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:149:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:150:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:151:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:151:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:152:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:152:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:152:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:153:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:154:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:155:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:156:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:157:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:157:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:158:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:159:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:166:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:167:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:168:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:169:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:170:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:170:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:171:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:171:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:171:  Missing space before {  [whitespace/braces] [5]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:172:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:173:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:174:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:175:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:176:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:176:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:178:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:179:  Tab found; better to use spaces  [whitespace/tab] [1]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:7:  scripts/2017/06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp should include its header file scripts/2017/06/src/OpenRTMPythonPlugin/ConfigurationTable.h  [build/include] [5]
* 06/src/OpenRTMPythonPlugin/ConfigurationTable.cpp:180:  Could not find a newline character at the end of the file.  [whitespace/ending_newline] [5]
* 06/src/OpenRTMPythonPlugin/EditRTC.py:24:1: E303 too many blank lines (3)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:25:1: E402 module level import not at top of file
* 06/src/OpenRTMPythonPlugin/EditRTC.py:26:1: E402 module level import not at top of file
* 06/src/OpenRTMPythonPlugin/EditRTC.py:27:1: E402 module level import not at top of file
* 06/src/OpenRTMPythonPlugin/EditRTC.py:28:1: E402 module level import not at top of file
* 06/src/OpenRTMPythonPlugin/EditRTC.py:29:1: E402 module level import not at top of file
* 06/src/OpenRTMPythonPlugin/EditRTC.py:30:1: E402 module level import not at top of file
* 06/src/OpenRTMPythonPlugin/EditRTC.py:31:1: E402 module level import not at top of file
* 06/src/OpenRTMPythonPlugin/EditRTC.py:32:1: E402 module level import not at top of file
* 06/src/OpenRTMPythonPlugin/EditRTC.py:37:1: E303 too many blank lines (4)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:49:48: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:50:1: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:50:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:50:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/EditRTC.py:50:35: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:51:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:51:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:51:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/EditRTC.py:51:49: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:52:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:52:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:52:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/EditRTC.py:52:33: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:53:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:53:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:53:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/EditRTC.py:53:32: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:54:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:54:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:54:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/EditRTC.py:54:33: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:55:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:55:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:55:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/EditRTC.py:55:34: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:56:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:56:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:56:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/EditRTC.py:56:29: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:57:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:57:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:57:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/EditRTC.py:57:34: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:58:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:58:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:58:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/EditRTC.py:59:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:59:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:59:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/EditRTC.py:68:1: E302 expected 2 blank lines, found 1
* 06/src/OpenRTMPythonPlugin/EditRTC.py:69:1: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:69:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:70:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:70:25: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:71:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:72:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:72:40: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:73:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:74:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:74:40: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:75:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:76:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:76:39: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:77:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:78:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:78:41: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:79:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:80:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:80:40: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:81:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:82:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:82:40: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:83:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:84:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:84:41: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:85:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:86:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:86:39: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:87:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:88:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:88:40: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:89:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:90:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:90:42: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:91:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:92:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:92:40: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:93:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:94:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:94:41: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:95:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:96:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:96:42: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:97:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:98:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:98:43: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:99:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:100:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:100:42: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:101:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:102:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:102:44: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:103:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:104:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:104:43: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:105:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:106:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:106:43: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:107:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:108:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:108:44: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:109:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:110:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:110:42: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:111:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:112:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:112:43: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:113:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:114:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:114:45: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:115:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:116:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:116:43: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:117:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:118:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:118:44: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:119:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:120:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:120:45: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:121:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:122:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:122:32: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:122:36: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:123:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:124:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:124:30: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:125:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:126:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:126:31: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:127:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:128:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:128:41: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:129:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:130:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:130:33: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:130:37: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:131:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:132:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:132:37: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:133:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:134:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:134:55: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:134:80: E501 line too long (95 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:134:86: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:134:90: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:135:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:136:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:137:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:138:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:138:56: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:138:80: E501 line too long (89 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:139:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:140:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:141:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:142:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:142:40: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:142:44: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:143:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:144:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:144:30: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:145:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:146:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:146:37: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:147:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:148:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:148:30: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:148:34: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:149:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:150:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:150:31: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:150:35: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:151:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:152:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:152:36: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:152:40: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:153:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:154:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:154:41: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:154:45: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:154:73: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:154:77: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:154:80: E501 line too long (82 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:155:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:156:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:157:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:158:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:158:40: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:158:44: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:159:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:160:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:160:37: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:160:41: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:161:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:162:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:162:44: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:162:48: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:163:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:164:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:164:55: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:164:59: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:164:80: E501 line too long (125 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:164:87: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:164:91: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:165:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:166:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:166:29: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:166:33: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:167:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:168:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:168:56: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:168:60: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:168:80: E501 line too long (123 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:168:88: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:168:92: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:168:114: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:168:118: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:169:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:170:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:171:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:172:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:172:60: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:172:64: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:173:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:174:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:174:42: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:174:46: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:175:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:176:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:176:44: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:176:66: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:176:70: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:177:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:178:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:178:42: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:178:62: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:179:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:180:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:180:43: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:180:64: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:181:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:182:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:182:41: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:182:72: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:182:80: E501 line too long (83 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:183:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:184:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:184:45: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:184:68: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:184:72: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:185:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:186:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:186:49: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:186:76: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:186:80: E501 line too long (81 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:187:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:188:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:188:44: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:188:80: E501 line too long (130 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:188:89: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:188:120: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:188:124: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:189:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:190:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:190:41: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:191:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:192:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:192:45: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:192:80: E501 line too long (125 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:192:91: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:193:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:194:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:194:47: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:194:80: E501 line too long (80 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:195:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:196:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:196:52: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:196:80: E501 line too long (91 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:196:82: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:196:86: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:197:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:198:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:198:42: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:198:62: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:199:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:200:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:200:49: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:200:76: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:200:80: E501 line too long (81 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:201:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:202:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:202:42: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:202:62: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:202:66: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:203:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:204:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:204:43: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:204:64: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:204:68: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:205:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:206:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:206:48: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:206:74: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:206:78: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:206:80: E501 line too long (83 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:207:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:208:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:208:41: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:208:72: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:208:76: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:208:80: E501 line too long (114 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:208:104: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:208:108: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:209:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:210:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:210:45: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:211:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:212:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:212:15: F821 undefined name 'returnRTC'
* 06/src/OpenRTMPythonPlugin/EditRTC.py:212:58: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:212:80: E501 line too long (97 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:212:88: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:212:92: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:213:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:214:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:214:49: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:214:76: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:214:80: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:214:80: E501 line too long (85 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:215:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:216:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:216:56: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:216:80: E501 line too long (99 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:216:90: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:216:94: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:217:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:218:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:218:44: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:218:80: E501 line too long (160 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:218:89: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:218:93: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:218:121: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:218:125: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:219:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:220:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:220:41: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:220:60: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:220:64: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:221:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:222:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:222:45: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:222:80: E501 line too long (159 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:222:91: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:222:95: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:222:123: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:222:127: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:222:149: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:222:153: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:223:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:224:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:224:47: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:224:80: E501 line too long (81 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:225:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:226:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:226:49: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:226:80: E501 line too long (109 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:226:99: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:226:103: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:227:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:228:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:228:38: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:228:70: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:228:74: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:228:80: E501 line too long (84 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:229:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:230:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:231:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:232:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:232:45: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:233:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:234:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:234:49: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:235:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:236:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:236:51: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:237:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:238:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:238:53: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:239:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:240:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:240:31: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:240:35: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:240:39: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:241:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:242:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:242:43: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:243:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:244:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:244:80: E501 line too long (167 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:244:104: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:244:108: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:244:131: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:244:135: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:245:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:246:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:246:66: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:246:80: E501 line too long (185 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:246:112: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:246:116: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:246:144: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:246:148: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:246:170: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:246:174: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:247:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:248:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:248:60: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:248:64: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:248:80: E501 line too long (132 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:248:92: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:248:96: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:248:118: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:248:122: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:249:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:250:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:250:80: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:250:80: E501 line too long (152 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:250:84: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:250:112: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:250:116: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:250:138: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:250:142: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:251:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:252:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:252:41: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:252:47: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:252:49: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:252:51: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:252:54: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:252:58: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:253:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:254:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:254:46: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:254:68: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:254:78: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:254:80: E501 line too long (90 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:254:82: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:254:86: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:255:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:256:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:256:61: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:256:65: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:256:80: E501 line too long (223 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:256:93: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:256:97: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:256:131: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:256:135: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:256:163: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:256:167: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:256:189: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:256:193: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:256:214: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:256:218: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:257:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:258:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:258:39: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:259:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:260:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:260:34: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:260:38: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:261:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:262:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:262:28: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:263:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:264:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:264:37: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:264:55: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:264:63: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:264:67: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:264:71: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:264:75: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:264:79: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:264:80: E501 line too long (111 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:264:83: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:264:87: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:264:91: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:265:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:266:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:266:42: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:267:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:268:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:268:37: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:268:45: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:268:49: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:268:53: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:268:80: E501 line too long (117 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:268:108: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:268:112: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:269:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:270:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:270:39: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:270:71: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:270:75: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:270:80: E501 line too long (107 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:271:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:272:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:272:58: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:272:80: E501 line too long (104 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:273:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:274:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:274:42: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:275:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:276:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:276:58: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:276:62: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:276:80: E501 line too long (136 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:276:90: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:276:94: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:277:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:278:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:278:42: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:278:80: E501 line too long (171 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:278:91: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:278:95: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:278:123: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:278:127: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:279:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:280:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:280:34: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:280:38: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:280:40: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:280:70: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:280:80: E501 line too long (81 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:281:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:282:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:282:30: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:282:32: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:282:34: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:282:36: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:283:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:284:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:284:52: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:284:80: E501 line too long (93 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:284:84: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:284:88: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:285:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:286:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:286:62: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:286:80: E501 line too long (103 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:287:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:288:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:288:34: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:288:38: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:288:69: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:288:73: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:288:80: E501 line too long (136 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:288:95: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:288:117: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:289:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:290:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:290:38: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:290:45: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:290:48: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:291:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:292:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:292:47: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:293:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:294:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:294:80: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:294:80: E501 line too long (261 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:294:84: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:294:112: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:294:116: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:294:138: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:294:142: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:294:192: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:294:196: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:294:224: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:294:228: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:294:250: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:294:254: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:295:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:296:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:296:56: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:296:72: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:296:80: E501 line too long (120 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:296:88: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:296:111: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:296:115: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:297:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:298:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:298:36: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:298:80: E501 line too long (149 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:298:83: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:298:99: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:298:115: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:298:138: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:298:142: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:299:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:300:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:300:56: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:300:60: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:300:80: E501 line too long (150 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:300:88: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:300:92: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:300:103: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:300:119: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:301:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:302:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:302:36: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:303:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:304:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:304:50: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:304:54: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:304:78: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:304:80: E501 line too long (87 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:304:82: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:305:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:306:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:306:40: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:307:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:308:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:308:43: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:308:51: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:309:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:310:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:310:75: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:310:79: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:310:80: E501 line too long (147 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:310:107: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:310:111: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:310:133: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:310:137: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:311:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:312:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:313:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:314:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:314:39: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:314:80: E501 line too long (211 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:314:108: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:314:112: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:314:140: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:314:144: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:314:166: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:314:170: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:315:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:316:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:316:43: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:316:80: E501 line too long (215 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:316:112: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:316:116: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:316:144: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:316:148: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:316:170: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:316:174: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:317:4: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:318:8: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/EditRTC.py:325:1: E303 too many blank lines (6)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:328:2: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:330:2: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:331:2: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:332:1: E302 expected 2 blank lines, found 6
* 06/src/OpenRTMPythonPlugin/EditRTC.py:333:1: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:333:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:333:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:334:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:335:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:336:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:337:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:337:3: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:338:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:339:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:341:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:341:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:342:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:342:3: E303 too many blank lines (2)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:343:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:344:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:347:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:347:3: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/EditRTC.py:347:3: E303 too many blank lines (2)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:348:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:348:3: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/EditRTC.py:349:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:349:3: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/EditRTC.py:350:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:350:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:351:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:351:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:354:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:354:3: E303 too many blank lines (4)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:355:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:356:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:356:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:357:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:360:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:360:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:360:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:361:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:361:2: E303 too many blank lines (3)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:362:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:363:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:364:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:364:28: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:365:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:365:3: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:366:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:367:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:367:3: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:368:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:369:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:370:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:370:3: F841 local variable 'guard' is assigned to but never used
* 06/src/OpenRTMPythonPlugin/EditRTC.py:371:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:372:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:373:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:374:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:375:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:376:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:377:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:378:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:379:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:380:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:380:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:381:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:381:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:383:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:383:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:384:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:384:3: E303 too many blank lines (4)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:385:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:385:4: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:386:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:387:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:388:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:388:4: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:389:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:390:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:390:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:391:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:391:4: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:392:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:393:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:393:3: F841 local variable 'guard' is assigned to but never used
* 06/src/OpenRTMPythonPlugin/EditRTC.py:394:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:395:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:396:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:397:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:398:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:399:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:400:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:401:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:402:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:403:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:403:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:404:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:405:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:406:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:407:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:408:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:408:4: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:409:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:410:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:411:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:412:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:413:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:414:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:415:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:415:3: F841 local variable 'guard' is assigned to but never used
* 06/src/OpenRTMPythonPlugin/EditRTC.py:416:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:417:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:418:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:419:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:420:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:421:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:422:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:423:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:424:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:425:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:425:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:426:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:427:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:428:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:429:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:430:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:431:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:432:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:433:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:434:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:435:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:436:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:437:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:437:3: F841 local variable 'guard' is assigned to but never used
* 06/src/OpenRTMPythonPlugin/EditRTC.py:438:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:439:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:440:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:441:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:442:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:443:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:444:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:445:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:446:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:447:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:447:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:448:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:449:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:450:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:451:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:452:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:453:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:454:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:454:4: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:455:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:456:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:457:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:458:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:459:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:459:3: F841 local variable 'guard' is assigned to but never used
* 06/src/OpenRTMPythonPlugin/EditRTC.py:460:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:461:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:462:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:463:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:464:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:465:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:466:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:467:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:468:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:469:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:469:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:470:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:471:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:472:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:473:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:474:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:475:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:476:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:477:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:478:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:479:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:480:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:481:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:481:3: F841 local variable 'guard' is assigned to but never used
* 06/src/OpenRTMPythonPlugin/EditRTC.py:482:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:483:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:484:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:485:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:486:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:487:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:488:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:489:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:490:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:491:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:491:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:492:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:493:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:494:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:495:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:496:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:497:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:498:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:499:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:500:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:501:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:502:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:503:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:503:3: F841 local variable 'guard' is assigned to but never used
* 06/src/OpenRTMPythonPlugin/EditRTC.py:504:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:505:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:506:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:507:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:508:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:509:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:510:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:511:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:512:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:513:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:513:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:514:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:515:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:516:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:517:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:518:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:519:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:520:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:521:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:522:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:523:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:524:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:525:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:525:3: F841 local variable 'guard' is assigned to but never used
* 06/src/OpenRTMPythonPlugin/EditRTC.py:526:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:527:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:528:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:529:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:530:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:531:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:532:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:533:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:534:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:535:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:535:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:536:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:537:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:538:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:539:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:540:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:541:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:542:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:543:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:544:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:545:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:546:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:547:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:547:3: F841 local variable 'guard' is assigned to but never used
* 06/src/OpenRTMPythonPlugin/EditRTC.py:548:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:549:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:550:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:551:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:552:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:553:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:554:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:555:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:556:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:557:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:557:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:558:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:559:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:560:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:561:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:562:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:563:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:564:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:565:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:566:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:567:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:568:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:569:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:569:3: F841 local variable 'guard' is assigned to but never used
* 06/src/OpenRTMPythonPlugin/EditRTC.py:570:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:571:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:572:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:573:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:574:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:575:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:576:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:577:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:578:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:579:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:579:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:580:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:581:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:582:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:583:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:584:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:585:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:586:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:587:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:588:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:590:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:591:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:592:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:592:3: F841 local variable 'guard' is assigned to but never used
* 06/src/OpenRTMPythonPlugin/EditRTC.py:593:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:594:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:595:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:596:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:597:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:598:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:599:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:600:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:601:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:602:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:602:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:603:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:604:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:605:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:606:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:607:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:608:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:609:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:610:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:611:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:612:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:613:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:614:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:614:3: F841 local variable 'guard' is assigned to but never used
* 06/src/OpenRTMPythonPlugin/EditRTC.py:615:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:616:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:617:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:618:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:619:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:620:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:621:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:622:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:623:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:625:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:626:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:627:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:627:15: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:628:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:629:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:630:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:630:3: F841 local variable 'guard' is assigned to but never used
* 06/src/OpenRTMPythonPlugin/EditRTC.py:631:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:632:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:633:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:634:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:635:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:636:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:637:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:638:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:639:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:641:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:642:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:643:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:643:15: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:644:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:645:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:646:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:646:3: F841 local variable 'guard' is assigned to but never used
* 06/src/OpenRTMPythonPlugin/EditRTC.py:647:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:648:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:649:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:650:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:651:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:652:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:653:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:654:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:655:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:657:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:658:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:659:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:659:15: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:660:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:661:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:662:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:663:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:664:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:664:3: F841 local variable 'guard' is assigned to but never used
* 06/src/OpenRTMPythonPlugin/EditRTC.py:665:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:666:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:667:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:668:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:669:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:670:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:671:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:672:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:673:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:676:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:676:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:677:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:677:2: E303 too many blank lines (3)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:678:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:679:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:679:15: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:680:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:681:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:682:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:683:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:683:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:684:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:684:3: F841 local variable 'guard' is assigned to but never used
* 06/src/OpenRTMPythonPlugin/EditRTC.py:685:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:686:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:687:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:688:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:689:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:690:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:690:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:691:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:691:4: F821 undefined name 'reload'
* 06/src/OpenRTMPythonPlugin/EditRTC.py:691:10: E211 whitespace before '('
* 06/src/OpenRTMPythonPlugin/EditRTC.py:692:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:693:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:694:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:697:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:697:2: E303 too many blank lines (2)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:698:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:699:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:699:15: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:700:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:701:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:702:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:703:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:704:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:705:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:706:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:706:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:707:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:707:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:708:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:708:3: E303 too many blank lines (2)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:709:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:710:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:711:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:711:50: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:711:53: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:712:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:713:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:713:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:714:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:715:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:716:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:717:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:718:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:719:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:719:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:720:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:721:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:721:31: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:722:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:722:50: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:723:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:723:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:724:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:725:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:725:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:726:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:730:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:730:2: E303 too many blank lines (3)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:731:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:732:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:732:15: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:733:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:734:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:735:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:736:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:736:3: F841 local variable 'conf' is assigned to but never used
* 06/src/OpenRTMPythonPlugin/EditRTC.py:737:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:737:3: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/EditRTC.py:738:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:738:3: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/EditRTC.py:739:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:739:3: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/EditRTC.py:740:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:740:3: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/EditRTC.py:741:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:741:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:742:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:743:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:744:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:744:15: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:745:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:746:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:747:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:748:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:749:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:750:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:751:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:752:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:752:80: E501 line too long (85 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:753:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:754:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:754:32: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:754:37: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:755:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:756:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:756:26: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:757:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:757:27: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:758:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:759:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:760:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:760:35: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:760:40: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:761:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:761:40: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:761:45: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:762:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:763:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:763:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:764:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:765:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:765:58: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:766:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:766:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:767:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:768:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:770:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:771:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:772:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:772:15: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:773:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:774:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:775:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:776:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:777:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:777:19: E203 whitespace before ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:777:20: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:778:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:779:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:780:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:781:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:782:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:783:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:784:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:785:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:786:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:787:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:788:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:789:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:790:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:792:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:793:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:794:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:794:15: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:795:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:796:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:797:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:798:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:799:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:800:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:800:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:801:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:802:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:803:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:803:26: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:804:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:805:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:806:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:807:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:807:25: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:808:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:808:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:809:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:810:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:811:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:811:25: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:812:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:814:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:815:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:815:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:816:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:818:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:819:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:820:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:820:26: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:821:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:822:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:823:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:824:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:825:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:826:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:827:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:828:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:829:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:830:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:831:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:832:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:832:26: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:833:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:834:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:835:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:835:31: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:836:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:837:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:838:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:839:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:839:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:842:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:842:3: E303 too many blank lines (3)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:843:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:844:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:845:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:845:15: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:846:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:847:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:848:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:849:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:850:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:851:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:851:2: E301 expected 1 blank line, found 0
* 06/src/OpenRTMPythonPlugin/EditRTC.py:852:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:853:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:854:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:855:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:856:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:857:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:858:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:859:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:860:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:861:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:862:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:863:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:864:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:865:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:866:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:867:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:867:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:868:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:868:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:869:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:869:3: E303 too many blank lines (2)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:870:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:870:26: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:871:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:872:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:873:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:873:25: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:873:31: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:874:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:874:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:875:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:876:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:877:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:878:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:879:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:879:15: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:880:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:881:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:882:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:883:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:884:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:885:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:886:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:887:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:887:2: E301 expected 1 blank line, found 0
* 06/src/OpenRTMPythonPlugin/EditRTC.py:887:80: E501 line too long (99 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:888:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:888:3: F841 local variable 'guard' is assigned to but never used
* 06/src/OpenRTMPythonPlugin/EditRTC.py:889:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:890:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:891:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:891:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:893:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:893:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:894:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:894:3: E303 too many blank lines (3)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:896:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:896:11: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:896:21: E221 multiple spaces before operator
* 06/src/OpenRTMPythonPlugin/EditRTC.py:898:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:899:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:899:13: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:899:16: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:899:19: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:899:22: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:900:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:900:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:901:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:901:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:902:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:902:3: E303 too many blank lines (2)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:903:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:903:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:904:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:904:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:905:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:905:3: E303 too many blank lines (2)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:906:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:907:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:907:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:908:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:909:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:910:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:910:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:911:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:912:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:913:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:914:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:915:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:915:3: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/EditRTC.py:916:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:916:3: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/EditRTC.py:917:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:917:3: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/EditRTC.py:918:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:919:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:920:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:921:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:921:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:922:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:922:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:923:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:923:3: E303 too many blank lines (2)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:923:3: F841 local variable 'interface_idl' is assigned to but never used
* 06/src/OpenRTMPythonPlugin/EditRTC.py:924:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:925:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:925:3: F841 local variable 'module_obj__POA' is assigned to but never used
* 06/src/OpenRTMPythonPlugin/EditRTC.py:926:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:926:3: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/EditRTC.py:927:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:927:3: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/EditRTC.py:928:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:929:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:930:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:930:80: E501 line too long (108 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:931:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:931:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:932:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:933:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:934:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:934:39: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:935:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:935:80: E501 line too long (84 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:936:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:937:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:937:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:938:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:941:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:941:2: E303 too many blank lines (2)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:942:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:943:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:943:15: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:944:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:945:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:946:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:947:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:948:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:949:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:949:3: F841 local variable 'guard' is assigned to but never used
* 06/src/OpenRTMPythonPlugin/EditRTC.py:950:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:951:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:952:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:954:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:955:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:956:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:956:80: E501 line too long (81 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:957:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:957:23: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:958:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:959:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:960:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:960:80: E501 line too long (82 > 79 characters)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:961:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:961:24: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:962:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:965:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:965:2: E303 too many blank lines (2)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:966:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:967:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:967:15: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:968:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:969:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:970:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:971:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:972:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:972:8: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/EditRTC.py:973:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:974:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:975:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:975:5: F821 undefined name 'reload'
* 06/src/OpenRTMPythonPlugin/EditRTC.py:976:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:977:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:978:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:979:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:980:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:980:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:984:1: E303 too many blank lines (4)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:985:1: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:990:1: E302 expected 2 blank lines, found 1
* 06/src/OpenRTMPythonPlugin/EditRTC.py:994:5: F841 local variable 'comp' is assigned to but never used
* 06/src/OpenRTMPythonPlugin/EditRTC.py:996:1: E302 expected 2 blank lines, found 1
* 06/src/OpenRTMPythonPlugin/EditRTC.py:998:1: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:998:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:998:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:999:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:999:2: E303 too many blank lines (2)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:1000:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:1001:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:1002:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:1006:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:1006:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:1007:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:1007:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:1009:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:1009:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/EditRTC.py:1011:1: E303 too many blank lines (8)
* 06/src/OpenRTMPythonPlugin/EditRTC.py:1012:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/EditRTC.py:1013:1: W391 blank line at end of file
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:18:1: F401 'time' imported but unused
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:22:1: E402 module level import not at top of file
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:23:1: E402 module level import not at top of file
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:28:1: E303 too many blank lines (4)
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:40:74: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:41:1: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:41:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:41:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:41:48: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:42:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:42:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:42:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:42:49: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:43:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:43:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:43:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:43:33: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:44:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:44:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:44:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:44:32: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:45:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:45:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:45:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:45:34: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:46:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:46:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:46:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:46:34: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:47:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:47:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:47:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:47:29: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:48:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:48:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:48:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:48:34: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:49:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:49:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:49:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:50:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:50:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:50:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:52:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:52:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:52:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:54:1: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:54:10: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:56:1: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:56:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:56:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:62:2: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:64:2: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:65:2: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:66:1: E302 expected 2 blank lines, found 1
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:67:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:68:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:69:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:70:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:71:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:71:3: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:72:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:72:2: E301 expected 1 blank line, found 0
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:73:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:75:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:75:48: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:75:69: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:77:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:78:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:78:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:79:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:80:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:82:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:82:48: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:82:69: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:84:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:85:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:85:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:86:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:87:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:89:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:89:51: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:91:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:92:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:92:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:93:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:94:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:95:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:95:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:96:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:96:48: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:98:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:99:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:99:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:100:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:100:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:101:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:102:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:103:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:103:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:104:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:104:47: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:104:68: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:106:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:107:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:107:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:108:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:109:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:112:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:112:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:115:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:115:3: E303 too many blank lines (5)
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:116:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:118:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:119:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:119:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:120:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:120:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:121:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:122:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:123:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:123:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:124:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:126:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:129:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:129:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:129:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:130:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:130:2: E303 too many blank lines (3)
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:131:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:132:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:133:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:133:28: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:134:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:134:3: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:135:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:136:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:136:3: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:137:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:138:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:139:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:140:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:141:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:141:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:142:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:143:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:143:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:144:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:145:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:145:27: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:146:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:146:27: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:147:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:147:28: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:148:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:148:25: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:149:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:149:26: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:150:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:150:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:151:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:152:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:152:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:153:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:154:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:154:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:155:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:157:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:157:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:158:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:158:3: E303 too many blank lines (2)
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:159:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:159:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:160:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:160:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:161:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:161:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:161:5: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:162:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:162:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:163:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:163:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:164:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:164:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:164:5: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:165:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:165:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:166:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:167:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:167:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:167:5: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:168:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:169:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:170:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:170:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:171:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:171:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:172:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:172:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:173:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:173:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:174:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:174:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:175:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:175:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:175:5: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:176:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:176:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:177:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:177:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:178:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:178:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:179:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:179:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:180:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:180:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:181:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:181:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:182:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:183:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:183:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:184:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:184:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:185:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:185:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:186:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:186:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:187:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:187:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:188:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:188:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:189:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:189:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:190:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:190:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:191:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:191:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:192:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:192:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:193:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:193:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:194:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:194:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:195:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:195:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:196:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:197:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:197:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:198:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:198:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:199:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:200:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:201:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:202:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:203:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:204:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:205:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:205:4: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:206:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:207:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:208:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:209:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:211:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:211:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:212:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:212:3: E303 too many blank lines (2)
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:213:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:213:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:214:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:215:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:216:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:217:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:218:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:219:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:220:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:221:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:222:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:223:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:224:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:227:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:227:3: E303 too many blank lines (2)
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:228:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:228:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:229:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:230:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:231:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:232:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:233:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:234:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:235:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:236:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:237:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:238:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:239:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:240:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:241:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:242:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:243:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:245:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:246:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:247:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:248:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:250:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:251:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:252:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:253:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:254:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:255:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:255:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:257:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:257:3: E303 too many blank lines (2)
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:257:25: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:257:27: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:257:29: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:258:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:259:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:260:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:260:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:263:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:263:3: E303 too many blank lines (3)
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:264:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:265:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:266:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:267:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:267:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:268:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:268:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:269:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:269:3: E303 too many blank lines (2)
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:270:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:270:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:271:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:271:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:272:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:272:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:273:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:273:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:274:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:274:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:275:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:275:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:276:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:276:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:277:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:277:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:278:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:278:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:279:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:279:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:280:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:280:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:281:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:281:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:282:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:283:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:283:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:284:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:284:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:285:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:285:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:286:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:286:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:287:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:287:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:288:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:288:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:289:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:289:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:290:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:290:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:291:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:291:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:292:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:292:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:293:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:293:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:294:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:294:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:295:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:295:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:296:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:297:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:297:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:298:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:298:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:299:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:299:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:300:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:300:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:301:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:301:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:302:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:302:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:303:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:303:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:304:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:304:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:305:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:305:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:306:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:306:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:307:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:307:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:308:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:308:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:309:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:309:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:310:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:311:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:311:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:312:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:312:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:313:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:313:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:314:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:314:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:315:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:315:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:316:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:316:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:317:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:317:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:318:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:318:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:319:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:319:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:320:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:320:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:321:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:321:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:323:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:323:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:324:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:324:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:325:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:326:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:326:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:327:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:327:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:328:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:328:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:329:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:329:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:330:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:330:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:331:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:331:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:332:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:332:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:333:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:333:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:334:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:334:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:335:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:335:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:336:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:336:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:337:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:337:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:338:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:338:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:339:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:340:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:340:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:341:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:341:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:345:1: E303 too many blank lines (4)
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:346:1: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:351:1: E302 expected 2 blank lines, found 1
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:355:5: F841 local variable 'comp' is assigned to but never used
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:357:1: E302 expected 2 blank lines, found 1
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:358:1: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:358:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:359:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:360:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:361:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:364:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/Dummy_JoystickPySDL2.py:365:1: W391 blank line at end of file
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:18:1: F401 'time' imported but unused
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:22:1: E402 module level import not at top of file
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:23:1: E402 module level import not at top of file
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:25:1: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:40:58: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:41:1: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:41:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:41:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:41:40: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:42:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:42:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:42:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:42:50: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:43:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:43:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:43:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:43:33: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:44:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:44:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:44:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:44:32: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:45:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:45:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:45:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:45:37: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:46:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:46:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:46:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:46:34: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:47:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:47:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:47:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:47:29: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:48:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:48:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:48:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:48:34: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:49:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:49:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:49:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:50:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:50:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:50:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:51:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:51:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:51:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:52:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:52:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:52:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:53:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:53:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:53:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:54:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:54:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:54:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:55:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:55:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:55:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:56:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:56:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:56:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:62:2: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:64:2: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:65:2: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:66:1: E302 expected 2 blank lines, found 1
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:67:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:67:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:68:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:69:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:70:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:71:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:71:3: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:72:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:73:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:75:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:75:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:77:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:77:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:78:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:78:3: E303 too many blank lines (4)
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:78:54: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:78:77: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:78:80: E501 line too long (86 > 79 characters)
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:78:81: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:80:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:81:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:81:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:82:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:82:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:83:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:84:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:86:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:86:50: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:88:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:89:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:89:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:90:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:90:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:91:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:91:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:92:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:93:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:94:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:94:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:95:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:95:55: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:97:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:98:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:98:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:99:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:100:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:101:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:101:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:102:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:102:48: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:102:56: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:104:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:105:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:105:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:106:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:106:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:107:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:108:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:110:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:111:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:111:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:113:3: E303 too many blank lines (2)
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:114:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:115:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:115:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:116:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:116:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:117:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:117:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:118:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:119:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:122:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:123:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:123:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:124:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:124:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:125:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:125:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:126:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:127:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:129:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:130:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:131:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:131:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:132:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:134:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:134:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:135:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:136:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:136:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:137:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:138:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:138:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:139:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:139:3: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:140:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:141:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:142:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:143:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:144:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:144:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:145:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:145:3: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:146:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:147:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:147:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:148:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:148:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:149:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:149:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:149:2: E303 too many blank lines (2)
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:150:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:150:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:151:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:152:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:153:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:153:4: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:154:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:155:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:157:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:157:4: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:158:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:159:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:162:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:162:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:162:2: E303 too many blank lines (2)
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:163:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:163:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:164:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:165:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:166:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:166:4: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:167:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:168:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:169:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:170:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:171:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:171:4: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:172:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:173:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:174:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:175:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:176:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:176:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:177:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:178:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:179:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:179:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:180:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:180:5: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:181:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:182:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:183:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:183:4: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:184:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:185:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:186:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:186:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:187:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:188:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:193:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:193:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:193:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:194:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:194:2: E303 too many blank lines (5)
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:195:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:196:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:197:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:197:28: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:198:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:198:3: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:199:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:200:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:200:3: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:201:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:202:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:203:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:204:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:205:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:206:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:206:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:207:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:208:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:208:30: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:209:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:209:27: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:210:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:210:31: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:211:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:211:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:212:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:213:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:213:27: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:214:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:214:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:215:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:216:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:216:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:217:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:218:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:218:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:219:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:220:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:220:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:221:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:222:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:222:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:223:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:223:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:224:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:224:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:224:5: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:225:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:225:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:226:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:226:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:227:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:227:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:227:5: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:228:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:228:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:229:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:230:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:230:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:230:5: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:231:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:231:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:232:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:233:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:233:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:234:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:234:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:235:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:235:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:236:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:236:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:237:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:237:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:238:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:238:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:239:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:239:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:239:5: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:240:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:240:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:241:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:241:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:242:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:242:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:243:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:243:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:244:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:244:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:245:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:245:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:246:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:247:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:247:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:248:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:248:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:249:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:249:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:250:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:250:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:251:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:251:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:252:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:252:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:253:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:253:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:254:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:254:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:255:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:255:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:256:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:256:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:257:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:257:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:258:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:258:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:259:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:259:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:260:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:261:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:261:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:262:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:262:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:263:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:263:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:264:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:264:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:265:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:265:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:266:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:266:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:267:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:267:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:268:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:268:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:269:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:269:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:269:5: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:270:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:270:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:271:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:271:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:272:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:272:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:273:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:274:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:275:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:276:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:276:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:277:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:277:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:278:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:278:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:279:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:279:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:280:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:280:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:281:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:281:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:282:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:282:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:283:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:283:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:284:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:284:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:285:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:285:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:286:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:286:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:287:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:287:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:288:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:289:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:289:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:290:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:290:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:291:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:291:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:292:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:292:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:293:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:293:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:294:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:294:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:295:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:295:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:296:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:296:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:297:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:297:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:298:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:298:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:299:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:299:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:300:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:300:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:301:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:301:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:302:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:303:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:303:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:304:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:304:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:305:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:305:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:306:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:306:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:307:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:307:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:308:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:308:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:309:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:309:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:310:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:310:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:311:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:311:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:312:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:312:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:313:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:313:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:314:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:314:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:315:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:315:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:316:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:317:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:317:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:318:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:318:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:319:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:319:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:320:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:320:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:321:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:321:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:322:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:322:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:323:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:323:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:324:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:324:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:325:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:325:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:326:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:326:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:327:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:327:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:328:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:328:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:329:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:329:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:330:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:331:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:331:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:332:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:332:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:333:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:333:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:334:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:334:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:335:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:335:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:336:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:336:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:337:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:337:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:338:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:338:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:339:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:339:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:340:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:340:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:341:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:341:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:342:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:342:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:343:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:343:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:344:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:345:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:345:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:346:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:346:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:347:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:347:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:348:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:348:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:349:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:349:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:350:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:350:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:351:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:351:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:352:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:352:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:353:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:353:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:354:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:354:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:355:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:355:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:357:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:357:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:358:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:358:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:359:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:360:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:360:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:361:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:361:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:362:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:362:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:363:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:363:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:364:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:364:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:365:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:365:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:366:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:366:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:367:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:367:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:368:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:368:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:369:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:369:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:370:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:370:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:371:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:371:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:372:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:372:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:373:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:374:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:374:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:375:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:375:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:379:1: E303 too many blank lines (4)
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:380:1: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:385:1: E302 expected 2 blank lines, found 1
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:389:5: F841 local variable 'comp' is assigned to but never used
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:391:1: E302 expected 2 blank lines, found 1
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:392:1: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:392:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:393:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:394:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:395:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:398:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/TankIoRTC_Py.py:399:1: W391 blank line at end of file
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:18:1: F401 'time' imported but unused
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:22:1: E402 module level import not at top of file
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:23:1: E402 module level import not at top of file
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:25:1: E402 module level import not at top of file
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:40:62: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:41:1: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:41:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:41:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:41:42: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:42:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:42:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:42:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:42:49: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:43:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:43:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:43:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:43:33: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:44:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:44:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:44:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:44:32: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:45:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:45:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:45:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:45:34: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:46:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:46:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:46:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:46:34: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:47:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:47:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:47:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:47:29: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:48:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:48:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:48:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:48:34: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:49:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:49:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:49:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:50:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:50:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:50:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:52:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:52:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:52:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:54:1: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:54:10: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:56:1: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:56:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:56:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:62:2: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:64:2: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:65:2: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:66:1: E302 expected 2 blank lines, found 1
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:67:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:68:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:69:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:70:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:71:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:71:3: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:72:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:72:2: E301 expected 1 blank line, found 0
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:73:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:75:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:75:48: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:75:69: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:77:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:78:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:78:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:79:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:80:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:82:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:82:48: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:82:69: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:84:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:85:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:85:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:86:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:87:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:89:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:89:51: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:91:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:92:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:92:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:93:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:94:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:95:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:95:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:96:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:96:48: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:98:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:99:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:99:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:100:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:100:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:101:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:102:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:103:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:103:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:104:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:104:47: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:104:68: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:106:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:107:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:107:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:108:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:109:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:112:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:112:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:115:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:115:3: E303 too many blank lines (5)
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:116:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:118:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:119:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:119:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:120:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:120:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:121:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:122:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:123:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:123:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:124:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:126:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:129:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:129:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:129:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:130:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:130:2: E303 too many blank lines (3)
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:131:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:132:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:133:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:133:28: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:134:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:134:3: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:135:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:136:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:136:3: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:137:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:138:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:139:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:140:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:141:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:141:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:142:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:143:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:143:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:144:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:145:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:145:27: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:146:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:146:27: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:147:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:147:28: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:148:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:148:25: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:149:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:149:26: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:150:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:150:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:151:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:152:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:152:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:153:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:154:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:154:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:155:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:157:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:158:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:158:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:159:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:160:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:160:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:161:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:161:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:162:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:162:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:162:5: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:163:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:163:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:164:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:164:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:165:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:165:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:165:5: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:166:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:166:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:167:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:168:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:168:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:168:5: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:169:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:170:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:171:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:172:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:173:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:173:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:174:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:174:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:175:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:175:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:176:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:176:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:177:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:177:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:178:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:178:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:178:5: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:179:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:179:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:180:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:180:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:181:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:181:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:182:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:182:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:183:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:183:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:184:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:184:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:185:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:186:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:186:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:187:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:187:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:188:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:188:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:189:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:189:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:190:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:190:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:191:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:191:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:192:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:192:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:193:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:193:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:194:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:194:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:195:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:195:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:196:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:196:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:197:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:197:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:198:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:198:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:199:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:200:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:200:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:201:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:201:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:202:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:203:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:204:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:205:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:206:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:207:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:208:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:208:4: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:209:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:210:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:211:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:212:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:213:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:214:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:215:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:216:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:216:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:217:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:218:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:218:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:219:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:220:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:220:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:221:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:222:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:223:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:224:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:225:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:226:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:227:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:228:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:229:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:230:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:231:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:232:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:233:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:234:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:235:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:235:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:236:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:237:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:237:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:238:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:239:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:240:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:241:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:242:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:243:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:244:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:245:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:246:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:247:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:248:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:249:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:250:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:251:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:251:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:253:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:253:3: E303 too many blank lines (2)
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:254:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:255:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:256:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:257:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:258:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:259:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:260:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:261:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:262:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:263:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:264:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:265:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:266:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:267:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:268:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:269:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:270:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:271:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:272:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:273:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:275:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:276:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:277:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:278:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:279:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:280:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:281:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:282:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:283:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:283:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:284:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:285:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:286:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:286:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:288:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:288:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:288:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:289:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:289:3: E303 too many blank lines (3)
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:290:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:291:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:292:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:293:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:294:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:295:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:296:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:296:33: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:296:42: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:296:51: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:297:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:298:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:299:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:299:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:301:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:301:3: E303 too many blank lines (2)
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:302:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:303:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:304:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:305:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:306:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:307:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:308:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:308:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:309:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:309:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:310:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:310:3: E303 too many blank lines (2)
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:311:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:311:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:312:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:312:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:313:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:313:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:314:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:314:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:315:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:315:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:316:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:316:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:317:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:317:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:318:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:318:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:319:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:319:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:320:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:320:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:321:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:321:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:322:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:322:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:323:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:324:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:324:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:325:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:325:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:326:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:326:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:327:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:327:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:328:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:328:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:329:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:329:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:330:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:330:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:331:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:331:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:332:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:332:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:333:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:333:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:334:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:334:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:335:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:335:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:336:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:336:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:337:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:338:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:338:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:339:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:339:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:340:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:340:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:341:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:341:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:342:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:342:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:343:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:343:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:344:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:344:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:345:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:345:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:346:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:346:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:347:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:347:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:348:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:348:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:349:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:349:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:350:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:350:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:351:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:352:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:352:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:353:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:353:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:354:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:354:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:355:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:355:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:356:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:356:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:357:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:357:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:358:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:358:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:359:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:359:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:360:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:360:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:361:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:361:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:362:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:362:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:364:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:364:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:365:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:365:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:366:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:367:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:367:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:368:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:368:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:369:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:369:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:370:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:370:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:371:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:371:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:372:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:372:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:373:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:373:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:374:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:374:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:375:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:375:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:376:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:376:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:377:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:377:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:378:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:378:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:379:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:379:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:380:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:381:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:381:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:382:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:382:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:386:1: E303 too many blank lines (4)
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:387:1: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:392:1: E302 expected 2 blank lines, found 1
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:396:5: F841 local variable 'comp' is assigned to but never used
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:398:1: E302 expected 2 blank lines, found 1
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:399:1: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:399:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:400:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:401:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:402:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:405:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/JoystickPySDL2.py:406:1: W391 blank line at end of file
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:20:1: E402 module level import not at top of file
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:21:1: E402 module level import not at top of file
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:23:1: E402 module level import not at top of file
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:37:52: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:38:1: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:38:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:38:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:38:37: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:39:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:39:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:39:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:39:50: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:40:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:40:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:40:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:40:33: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:41:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:41:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:41:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:41:32: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:42:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:42:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:42:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:42:37: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:43:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:43:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:43:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:43:34: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:44:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:44:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:44:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:44:29: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:45:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:45:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:45:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:45:34: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:46:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:46:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:46:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:47:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:47:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:47:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:53:2: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:55:2: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:56:2: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:57:1: E302 expected 2 blank lines, found 1
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:58:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:58:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:59:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:60:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:61:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:62:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:62:3: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:63:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:64:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:66:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:66:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:67:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:67:3: E303 too many blank lines (2)
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:67:50: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:67:53: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:69:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:70:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:71:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:71:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:72:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:72:53: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:72:56: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:74:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:75:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:76:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:76:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:77:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:77:55: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:77:58: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:79:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:80:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:81:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:81:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:82:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:82:49: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:82:52: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:84:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:85:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:88:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:88:3: E303 too many blank lines (2)
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:91:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:91:3: E303 too many blank lines (2)
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:92:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:93:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:93:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:94:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:96:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:97:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:98:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:99:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:99:3: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:100:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:100:3: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:101:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:101:3: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:102:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:102:3: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:103:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:104:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:105:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:106:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:107:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:107:13: E901 SyntaxError: invalid syntax
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:108:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:108:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:109:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:110:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:110:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:111:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:111:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:111:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:112:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:112:2: E303 too many blank lines (2)
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:113:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:114:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:115:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:115:28: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:116:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:116:3: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:117:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:118:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:118:3: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:119:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:120:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:121:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:122:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:122:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:123:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:124:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:124:27: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:125:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:125:30: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:126:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:126:31: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:127:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:127:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:128:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:129:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:129:27: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:130:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:130:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:131:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:132:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:132:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:133:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:134:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:134:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:135:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:136:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:136:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:137:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:138:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:138:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:139:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:140:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:140:4: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:141:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:142:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:143:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:143:4: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:144:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:145:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:145:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:146:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:146:4: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:147:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:148:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:148:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:149:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:150:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:150:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:151:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:152:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:153:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:154:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:155:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:155:4: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:156:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:157:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:158:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:159:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:160:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:161:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:162:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:162:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:163:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:164:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:164:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:165:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:166:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:167:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:168:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:169:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:170:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:171:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:172:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:173:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:174:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:175:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:176:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:176:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:177:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:178:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:178:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:179:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:180:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:181:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:182:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:183:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:184:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:185:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:185:4: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:186:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:187:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:188:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:189:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:190:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:190:28: E703 statement ends with a semicolon
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:191:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:192:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:192:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:193:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:194:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:195:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:196:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:197:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:198:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:199:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:200:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:201:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:202:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:203:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:204:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:204:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:205:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:206:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:206:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:208:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:208:2: E303 too many blank lines (2)
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:209:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:210:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:211:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:212:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:213:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:213:4: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:214:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:215:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:218:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:218:2: E303 too many blank lines (2)
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:219:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:220:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:220:4: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:221:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:222:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:223:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:223:5: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:224:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:225:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:226:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:227:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:228:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:229:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:230:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:231:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:232:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:232:5: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:233:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:235:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:236:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:237:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:238:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:239:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:240:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:241:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:242:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:243:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:244:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:245:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:246:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:247:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:248:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:248:4: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:249:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:249:4: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:250:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:250:4: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:251:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:251:4: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:252:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:252:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:253:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:253:4: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:254:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:254:4: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:255:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:256:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:256:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:257:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:258:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:259:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:260:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:261:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:262:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:263:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:264:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:265:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:266:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:267:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:268:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:268:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:269:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:270:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:270:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:271:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:272:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:273:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:274:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:275:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:276:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:277:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:278:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:279:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:280:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:281:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:282:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:282:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:283:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:284:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:284:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:285:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:286:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:287:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:288:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:289:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:290:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:291:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:292:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:293:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:294:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:295:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:296:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:296:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:297:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:298:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:298:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:299:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:300:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:301:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:302:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:303:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:304:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:305:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:306:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:307:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:309:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:310:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:311:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:311:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:312:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:313:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:313:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:314:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:315:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:316:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:317:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:318:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:319:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:320:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:321:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:322:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:323:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:324:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:325:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:325:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:326:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:327:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:327:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:331:1: E303 too many blank lines (4)
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:332:1: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:337:1: E302 expected 2 blank lines, found 1
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:343:1: E302 expected 2 blank lines, found 1
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:344:1: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:344:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:345:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:346:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:347:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:350:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC.py:351:1: W391 blank line at end of file
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:19:1: F401 'time' imported but unused
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:23:1: E402 module level import not at top of file
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:24:1: E402 module level import not at top of file
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:39:80: E501 line too long (83 > 79 characters)
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:39:84: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:40:1: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:40:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:40:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:40:53: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:41:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:41:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:41:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:41:55: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:42:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:42:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:42:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:42:33: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:43:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:43:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:43:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:43:32: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:44:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:44:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:44:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:44:37: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:45:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:45:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:45:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:45:34: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:46:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:46:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:46:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:46:29: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:47:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:47:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:47:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:47:34: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:48:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:48:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:48:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:49:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:49:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:49:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:55:2: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:57:2: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:58:2: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:59:1: E302 expected 2 blank lines, found 1
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:60:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:60:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:61:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:62:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:63:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:64:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:64:3: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:65:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:66:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:68:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:70:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:71:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:71:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:72:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:72:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:73:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:73:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:74:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:75:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:78:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:78:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:80:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:80:3: E303 too many blank lines (4)
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:81:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:82:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:83:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:84:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:85:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:85:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:86:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:89:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:89:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:89:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:90:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:90:2: E303 too many blank lines (3)
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:91:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:92:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:93:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:93:28: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:94:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:94:3: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:95:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:96:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:96:3: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:97:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:98:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:99:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:100:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:100:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:101:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:102:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:102:22: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:103:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:103:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:104:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:105:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:105:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:106:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:107:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:107:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:108:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:109:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:109:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:110:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:111:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:111:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:112:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:113:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:113:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:114:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:114:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:115:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:115:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:115:5: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:116:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:116:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:117:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:117:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:118:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:118:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:118:5: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:119:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:119:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:120:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:121:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:121:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:121:5: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:122:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:122:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:123:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:124:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:124:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:125:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:125:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:126:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:126:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:127:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:127:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:128:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:128:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:129:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:129:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:130:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:130:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:130:5: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:131:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:131:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:132:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:132:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:133:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:133:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:134:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:134:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:135:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:135:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:136:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:136:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:137:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:138:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:138:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:139:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:139:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:140:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:140:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:141:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:141:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:142:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:142:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:143:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:143:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:144:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:144:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:145:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:145:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:146:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:146:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:147:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:147:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:148:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:148:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:149:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:149:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:150:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:150:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:151:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:152:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:152:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:154:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:155:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:155:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:156:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:157:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:158:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:158:19: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:159:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:159:20: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:160:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:161:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:162:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:162:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:164:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:164:2: E303 too many blank lines (2)
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:165:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:166:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:167:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:167:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:168:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:169:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:170:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:171:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:172:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:173:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:173:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:174:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:174:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:175:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:175:3: E303 too many blank lines (2)
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:176:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:177:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:177:4: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:178:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:178:4: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:179:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:180:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:181:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:182:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:183:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:184:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:185:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:186:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:187:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:187:4: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:188:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:189:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:190:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:191:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:191:2: E301 expected 1 blank line, found 0
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:192:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:193:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:194:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:194:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:195:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:196:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:197:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:198:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:199:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:200:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:201:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:202:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:203:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:204:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:205:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:206:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:206:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:207:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:208:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:208:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:209:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:210:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:211:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:212:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:213:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:214:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:215:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:216:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:217:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:218:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:219:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:220:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:220:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:221:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:222:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:222:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:223:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:223:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:224:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:224:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:225:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:225:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:226:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:226:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:227:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:227:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:228:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:228:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:229:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:229:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:230:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:230:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:231:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:231:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:232:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:232:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:233:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:233:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:234:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:235:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:235:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:236:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:236:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:237:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:237:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:238:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:238:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:239:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:239:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:240:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:240:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:241:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:241:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:242:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:242:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:243:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:243:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:244:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:244:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:245:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:245:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:246:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:246:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:247:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:247:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:248:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:249:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:249:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:250:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:250:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:251:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:251:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:252:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:252:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:253:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:253:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:254:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:254:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:255:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:255:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:256:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:256:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:257:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:257:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:258:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:258:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:259:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:259:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:260:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:260:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:261:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:261:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:262:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:263:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:263:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:264:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:264:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:265:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:265:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:266:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:266:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:267:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:267:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:268:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:268:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:269:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:269:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:270:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:270:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:271:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:271:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:272:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:272:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:273:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:273:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:275:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:275:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:276:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:276:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:277:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:278:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:278:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:279:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:279:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:280:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:280:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:281:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:281:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:282:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:282:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:283:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:283:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:284:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:284:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:285:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:285:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:286:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:286:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:287:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:287:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:288:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:288:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:289:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:289:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:290:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:290:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:291:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:292:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:292:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:293:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:293:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:297:1: E303 too many blank lines (4)
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:298:1: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:298:80: E501 line too long (82 > 79 characters)
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:303:1: E302 expected 2 blank lines, found 1
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:307:5: F841 local variable 'comp' is assigned to but never used
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:309:1: E302 expected 2 blank lines, found 1
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:310:1: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:310:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:311:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:312:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:313:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:316:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/QuadrupedRobot_Choreonoid.py:317:1: W391 blank line at end of file
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:22:1: E402 module level import not at top of file
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:23:1: E402 module level import not at top of file
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:24:1: E402 module level import not at top of file
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:38:80: E501 line too long (89 > 79 characters)
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:38:90: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:39:1: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:39:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:39:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:39:56: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:40:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:40:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:40:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:40:66: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:41:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:41:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:41:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:41:33: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:42:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:42:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:42:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:42:32: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:43:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:43:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:43:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:43:38: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:44:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:44:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:44:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:44:34: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:45:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:45:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:45:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:45:29: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:46:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:46:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:46:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:46:34: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:47:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:47:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:47:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:48:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:48:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:48:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:49:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:49:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:49:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:50:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:50:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:50:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:52:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:52:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:52:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:53:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:53:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:53:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:54:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:54:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:54:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:56:1: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:56:10: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:57:10: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:58:10: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:60:1: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:60:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:60:4: E128 continuation line under-indented for visual indent
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:66:2: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:68:2: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:69:2: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:70:1: E302 expected 2 blank lines, found 1
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:71:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:71:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:72:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:73:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:74:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:75:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:75:3: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:76:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:77:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:79:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:79:48: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:79:56: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:81:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:82:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:82:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:83:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:83:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:84:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:85:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:86:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:86:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:87:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:87:48: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:87:69: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:89:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:90:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:91:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:91:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:92:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:93:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:94:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:94:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:95:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:95:48: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:95:69: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:97:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:98:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:99:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:99:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:100:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:101:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:102:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:102:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:103:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:103:51: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:105:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:106:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:106:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:107:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:108:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:109:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:109:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:110:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:110:54: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:110:77: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:110:80: E501 line too long (86 > 79 characters)
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:110:81: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:112:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:113:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:113:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:114:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:114:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:115:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:116:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:117:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:117:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:118:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:118:50: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:120:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:121:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:121:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:122:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:122:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:123:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:123:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:124:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:125:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:126:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:126:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:127:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:127:55: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:129:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:130:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:130:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:131:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:132:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:132:80: E501 line too long (81 > 79 characters)
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:134:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:134:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:137:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:137:3: E303 too many blank lines (4)
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:138:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:140:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:141:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:141:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:142:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:142:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:143:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:143:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:144:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:145:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:147:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:148:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:148:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:149:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:149:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:150:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:151:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:153:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:154:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:154:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:155:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:155:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:156:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:157:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:158:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:158:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:159:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:161:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:162:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:163:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:164:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:165:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:168:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:168:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:168:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:169:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:169:2: E303 too many blank lines (3)
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:170:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:171:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:172:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:172:28: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:173:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:173:3: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:174:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:175:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:175:3: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:176:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:177:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:178:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:179:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:180:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:181:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:182:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:182:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:183:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:184:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:184:26: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:185:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:185:26: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:186:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:186:26: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:187:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:187:27: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:188:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:188:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:189:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:190:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:190:31: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:191:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:191:28: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:192:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:192:32: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:193:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:193:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:194:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:195:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:195:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:196:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:197:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:197:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:198:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:199:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:199:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:200:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:201:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:201:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:202:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:202:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:203:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:203:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:203:5: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:204:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:204:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:205:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:205:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:206:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:206:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:206:5: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:207:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:207:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:208:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:209:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:209:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:209:5: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:210:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:210:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:211:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:212:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:212:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:213:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:213:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:214:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:214:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:215:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:215:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:216:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:216:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:217:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:217:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:218:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:218:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:218:5: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:219:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:219:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:220:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:220:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:221:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:221:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:222:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:222:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:223:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:223:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:224:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:224:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:225:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:226:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:226:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:227:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:227:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:228:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:228:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:229:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:229:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:230:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:230:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:231:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:231:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:232:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:232:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:233:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:233:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:234:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:234:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:235:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:235:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:236:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:236:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:237:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:237:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:238:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:238:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:239:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:240:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:240:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:241:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:241:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:242:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:243:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:244:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:245:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:246:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:247:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:248:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:248:4: W291 trailing whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:249:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:250:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:251:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:252:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:253:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:253:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:254:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:255:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:256:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:257:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:258:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:259:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:260:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:261:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:262:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:263:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:263:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:264:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:265:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:266:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:267:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:268:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:268:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:269:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:270:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:270:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:271:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:272:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:272:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:273:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:274:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:275:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:276:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:277:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:278:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:279:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:280:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:281:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:282:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:283:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:284:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:284:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:285:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:286:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:286:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:287:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:288:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:289:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:290:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:291:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:292:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:293:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:294:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:295:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:296:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:297:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:298:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:299:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:300:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:300:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:303:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:303:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:304:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:304:3: E303 too many blank lines (4)
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:305:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:306:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:306:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:307:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:308:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:310:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:311:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:312:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:313:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:314:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:314:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:315:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:316:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:316:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:317:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:318:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:318:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:319:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:320:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:320:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:321:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:322:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:322:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:323:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:324:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:324:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:325:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:325:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:326:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:326:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:327:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:327:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:328:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:328:5: E303 too many blank lines (4)
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:328:80: E501 line too long (91 > 79 characters)
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:330:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:331:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:331:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:332:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:333:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:334:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:334:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:335:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:336:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:336:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:337:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:338:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:338:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:339:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:341:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:341:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:342:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:342:3: E303 too many blank lines (2)
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:343:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:344:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:344:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:345:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:345:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:346:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:346:4: E303 too many blank lines (2)
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:347:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:348:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:349:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:351:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:351:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:351:4: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:352:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:352:4: E303 too many blank lines (2)
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:353:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:354:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:355:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:356:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:358:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:358:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:359:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:359:3: E303 too many blank lines (2)
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:360:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:361:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:361:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:362:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:363:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:363:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:364:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:365:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:366:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:367:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:368:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:369:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:369:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:370:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:372:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:372:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:372:3: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:373:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:373:3: E303 too many blank lines (2)
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:374:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:374:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:375:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:375:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:376:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:376:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:377:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:377:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:378:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:378:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:379:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:379:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:380:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:380:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:381:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:381:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:382:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:382:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:383:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:383:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:384:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:384:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:385:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:385:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:386:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:387:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:387:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:388:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:388:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:389:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:389:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:390:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:390:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:391:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:391:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:392:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:392:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:393:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:393:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:394:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:394:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:395:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:395:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:396:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:396:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:397:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:397:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:398:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:398:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:399:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:399:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:400:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:401:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:401:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:402:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:402:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:403:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:403:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:404:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:404:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:405:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:405:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:406:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:406:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:407:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:407:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:408:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:408:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:409:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:409:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:410:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:410:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:411:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:411:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:412:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:412:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:413:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:413:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:414:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:415:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:415:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:416:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:416:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:417:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:417:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:418:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:418:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:419:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:419:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:420:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:420:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:421:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:421:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:422:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:422:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:423:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:423:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:424:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:424:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:425:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:425:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:427:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:427:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:428:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:428:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:429:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:430:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:430:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:431:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:431:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:432:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:432:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:433:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:433:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:434:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:434:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:435:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:435:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:436:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:436:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:437:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:437:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:438:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:438:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:439:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:439:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:440:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:440:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:441:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:441:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:442:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:442:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:443:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:444:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:444:2: E265 block comment should start with '# '
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:445:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:445:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:449:1: E303 too many blank lines (4)
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:450:1: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:450:80: E501 line too long (85 > 79 characters)
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:455:1: E302 expected 2 blank lines, found 1
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:459:5: F841 local variable 'comp' is assigned to but never used
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:461:1: E302 expected 2 blank lines, found 1
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:462:1: E101 indentation contains mixed spaces and tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:462:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:463:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:464:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:465:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:468:1: W191 indentation contains tabs
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/TankJoystickControllerRTC_Py.py:469:1: W391 blank line at end of file
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:16:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:18:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:22:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:23:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:25:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:27:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:28:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:29:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:29:80: E501 line too long (112 > 79 characters)
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:30:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:33:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:36:1: E302 expected 2 blank lines, found 1
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:37:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:37:13: E901 SyntaxError: invalid syntax
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:37:16: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:38:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:40:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:42:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:44:1: E302 expected 2 blank lines, found 1
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:46:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:48:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:50:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:51:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:52:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:56:1: E302 expected 2 blank lines, found 1
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:57:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:58:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:60:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:62:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:63:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:64:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:66:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:66:3: E303 too many blank lines (2)
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:67:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:68:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:69:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:70:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:70:3: E303 too many blank lines (2)
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:73:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:76:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:79:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:80:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:80:80: E501 line too long (89 > 79 characters)
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:82:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:83:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:84:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:84:3: E303 too many blank lines (2)
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:84:80: E501 line too long (111 > 79 characters)
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:85:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:87:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:92:1: E303 too many blank lines (3)
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:93:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:94:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:96:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:98:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:99:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:101:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:102:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:103:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:104:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:106:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:106:3: E303 too many blank lines (3)
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:107:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:107:80: E501 line too long (89 > 79 characters)
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:109:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:110:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:111:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:111:3: E303 too many blank lines (2)
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:111:80: E501 line too long (111 > 79 characters)
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:112:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:114:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:116:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:119:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:121:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:123:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:124:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:125:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:131:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:133:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:133:3: E303 too many blank lines (2)
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:135:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:137:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:139:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:141:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:143:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:145:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:147:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:149:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:150:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:151:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:156:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:164:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:166:1: E302 expected 2 blank lines, found 1
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:167:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:169:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:171:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:172:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:173:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:175:1: W293 blank line contains whitespace
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:178:1: E303 too many blank lines (3)
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:179:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:181:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:183:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:184:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:185:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:186:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:189:1: E302 expected 2 blank lines, found 1
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:190:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:192:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:194:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:195:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:196:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:197:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:202:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:204:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:206:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:207:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:208:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:209:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:214:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:216:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:218:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:219:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:220:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:221:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:224:7: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:226:7: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:228:7: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:230:7: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:231:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:235:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:237:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:239:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:240:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:241:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:242:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:244:7: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:249:1: E303 too many blank lines (4)
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:250:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:252:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:254:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:255:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:256:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:257:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:259:7: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:261:7: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:266:1: E303 too many blank lines (4)
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:267:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:269:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:271:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:272:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:273:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:278:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:280:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:282:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:283:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:284:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:287:1: E302 expected 2 blank lines, found 1
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:288:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:290:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:292:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:293:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:294:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:295:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:298:1: E302 expected 2 blank lines, found 1
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:299:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:299:42: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:299:47: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:299:79: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:299:80: E501 line too long (143 > 79 characters)
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:299:84: E231 missing whitespace after ','
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:300:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:301:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:302:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:306:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:307:3: E111 indentation is not a multiple of four
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:311:1: E303 too many blank lines (3)
* 06/src/OpenRTMPythonPlugin/OpenRTM_Python_plugin.py:312:3: E111 indentation is not a multiple of four

Licenses

24 licenses

* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/doc/content/index.txt
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/doc/content/index_j.txt
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/COPYING.LESSER
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/CMakeLists.txt
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/README.TankIoRTC_Py
* 06/src/OpenRTMPythonPlugin/samples/TankIoRTC_Py/COPYING
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/doc/content/index.txt
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/doc/content/index_j.txt
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/COPYING.LESSER
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/README.JoystickPySDL
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/CMakeLists.txt
* 06/src/OpenRTMPythonPlugin/samples/JoystickPySDL2/COPYING
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/doc/content/index.txt
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/doc/content/index_j.txt
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/COPYING.LESSER
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/README.QuadrupedRobot_Choreonoid
* 06/src/OpenRTMPythonPlugin/samples/QuadrupedRobot_Choreonoid/COPYING
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/doc/content/index.txt
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/doc/content/index_j.txt
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/README.TankJoystickControllerRTC_Py
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/COPYING.LESSER
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/README.TankJoystickControllerRTC_Py
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/CMakeLists.txt
* 06/src/OpenRTMPythonPlugin/samples/TankJoystickControllerRTC_Py/COPYING

Executables

0 executables

Back to summary


Entry No. : 07

Title

遠隔操作ロボットのための狭路走行RTコンポーネント

URL

http://www.openrtm.org/openrtm/ja/project/contest2017_07

RTCs

1 components

Line of Code

Total

Comment Rate

4.00 %

Detail

files language blank comment code
1 XML 0 0 900
4 C# 47 64 500
4 ASP.Net 4 0 108
1 MSBuild scripts 0 7 65

Errors

0 errors


Warnings

0 warnings


Licenses

0 licenses


Executables

0 executables

Back to summary


Entry No. : 08

Title

自己完結性を有する小型移動ロボット環境を用いた実演システムの開発

URL

http://www.openrtm.org/openrtm/ja/project/contest2017_08

RTCs

11 components

Line of Code

Total

Comment Rate

129.00 %

Detail

files language blank comment code
15 Python 678 2077 1409
5 C/C++ Header 30 146 167
4 C++ 10 65 120
1 Arduino Sketch 6 10 64
8 Bourne Shell 15 30 33

Errors

4 errors

* [08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/SerialPort.cpp:15]: (error) Possible null pointer dereference: value
* [08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/SerialPort.cpp:24]: (error) Shifting 32-bit value by 35 bits is undefined behaviour
* [08/src/SI2017/RTComponents/Zumo/Zumo-USB/SerialPort.cpp:15]: (error) Possible null pointer dereference: value
* [08/src/SI2017/RTComponents/Zumo/Zumo-USB/SerialPort.cpp:24]: (error) Shifting 32-bit value by 35 bits is undefined behaviour

Warnings

5583 warnings

* [08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/SerialPort.h:57]: (portability) Casting from float* to integer* is not portable due to different binary data representations on different platforms.
* [08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/Button.h:7]: (style) The class 'Button' does not have a constructor.
* [08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/LineSensor.cpp:3]: (warning) Member variable 'LineSensor::lineSensorValues' is not initialized in the constructor.
* [08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/Motor.cpp:4]: (warning) Member variable 'Motor::RL' is not initialized in the constructor.
* [08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/Motor.cpp:4]: (warning) Member variable 'Motor::RR' is not initialized in the constructor.
* [08/src/SI2017/RTComponents/Zumo/Zumo-USB/SerialPort.h:57]: (portability) Casting from float* to integer* is not portable due to different binary data representations on different platforms.
* [08/src/SI2017/RTComponents/Zumo/Zumo-USB/Button.h:7]: (style) The class 'Button' does not have a constructor.
* [08/src/SI2017/RTComponents/Zumo/Zumo-USB/LineSensor.cpp:3]: (warning) Member variable 'LineSensor::lineSensorValues' is not initialized in the constructor.
* [08/src/SI2017/RTComponents/Zumo/Zumo-USB/Motor.cpp:4]: (warning) Member variable 'Motor::RL' is not initialized in the constructor.
* [08/src/SI2017/RTComponents/Zumo/Zumo-USB/Motor.cpp:4]: (warning) Member variable 'Motor::RR' is not initialized in the constructor.
* [08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/SerialPort.cpp:36]: (style) The function 'CheckData' is never used.
* [08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/Motor.cpp:22]: (style) The function 'SendSpeed' is never used.
* [08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/Button.cpp:9]: (style) The function 'SendStatus' is never used.
* [08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/Motor.cpp:32]: (style) The function 'SetSpeed' is never used.
* 08/src/SI2017/RTComponents/Zumo/Zumo-USB/Motor.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 08/src/SI2017/RTComponents/Zumo/Zumo-USB/Motor.cpp:37:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 08/src/SI2017/RTComponents/Zumo/Zumo-USB/Motor.cpp:37:  Should have a space between // and comment  [whitespace/comments] [4]
* 08/src/SI2017/RTComponents/Zumo/Zumo-USB/Motor.cpp:37:  Use int16/int64/etc, rather than the C type long  [runtime/int] [4]
* 08/src/SI2017/RTComponents/Zumo/Zumo-USB/Motor.cpp:39:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 08/src/SI2017/RTComponents/Zumo/Zumo-USB/Motor.cpp:39:  Should have a space between // and comment  [whitespace/comments] [4]
* 08/src/SI2017/RTComponents/Zumo/Zumo-USB/Motor.cpp:39:  Use int16/int64/etc, rather than the C type long  [runtime/int] [4]
* 08/src/SI2017/RTComponents/Zumo/Zumo-USB/Motor.cpp:59:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 08/src/SI2017/RTComponents/Zumo/Zumo-USB/Motor.cpp:59:  Using C-style cast.  Use static_cast<float>(...) instead  [readability/casting] [4]
* 08/src/SI2017/RTComponents/Zumo/Zumo-USB/Motor.cpp:60:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 08/src/SI2017/RTComponents/Zumo/Zumo-USB/Motor.cpp:60:  Using C-style cast.  Use static_cast<float>(...) instead  [readability/casting] [4]
* 08/src/SI2017/RTComponents/Zumo/Zumo-USB/Motor.cpp:0:  scripts/2017/08/src/SI2017/RTComponents/Zumo/Zumo-USB/Motor.cpp should include its header file scripts/2017/08/src/SI2017/RTComponents/Zumo/Zumo-USB/Motor.h  [build/include] [5]
* 08/src/SI2017/RTComponents/Zumo/Zumo-USB/LineSensor.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 08/src/SI2017/RTComponents/Zumo/Zumo-USB/LineSensor.cpp:9:  Use int16/int64/etc, rather than the C type long  [runtime/int] [4]
* 08/src/SI2017/RTComponents/Zumo/Zumo-USB/LineSensor.cpp:0:  scripts/2017/08/src/SI2017/RTComponents/Zumo/Zumo-USB/LineSensor.cpp should include its header file scripts/2017/08/src/SI2017/RTComponents/Zumo/Zumo-USB/LineSensor.h  [build/include] [5]
* 08/src/SI2017/RTComponents/Zumo/Zumo-USB/Button.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 08/src/SI2017/RTComponents/Zumo/Zumo-USB/Button.cpp:10:  Extra space before ( in function call  [whitespace/parens] [4]
* 08/src/SI2017/RTComponents/Zumo/Zumo-USB/Button.cpp:11:  Extra space before ( in function call  [whitespace/parens] [4]
* 08/src/SI2017/RTComponents/Zumo/Zumo-USB/Button.cpp:12:  Extra space before ( in function call  [whitespace/parens] [4]
* 08/src/SI2017/RTComponents/Zumo/Zumo-USB/Button.cpp:0:  scripts/2017/08/src/SI2017/RTComponents/Zumo/Zumo-USB/Button.cpp should include its header file scripts/2017/08/src/SI2017/RTComponents/Zumo/Zumo-USB/Button.h  [build/include] [5]
* 08/src/SI2017/RTComponents/Zumo/Zumo-USB/SerialPort.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 08/src/SI2017/RTComponents/Zumo/Zumo-USB/SerialPort.cpp:6:  Using C-style cast.  Use reinterpret_cast<byte *>(...) instead  [readability/casting] [4]
* 08/src/SI2017/RTComponents/Zumo/Zumo-USB/SerialPort.cpp:14:  Use int16/int64/etc, rather than the C type long  [runtime/int] [4]
* 08/src/SI2017/RTComponents/Zumo/Zumo-USB/SerialPort.cpp:15:  Use int16/int64/etc, rather than the C type long  [runtime/int] [4]
* 08/src/SI2017/RTComponents/Zumo/Zumo-USB/SerialPort.cpp:16:  Use int16/int64/etc, rather than the C type long  [runtime/int] [4]
* 08/src/SI2017/RTComponents/Zumo/Zumo-USB/SerialPort.cpp:19:  Use int16/int64/etc, rather than the C type long  [runtime/int] [4]
* 08/src/SI2017/RTComponents/Zumo/Zumo-USB/SerialPort.cpp:45:  Use int16/int64/etc, rather than the C type long  [runtime/int] [4]
* 08/src/SI2017/RTComponents/Zumo/Zumo-USB/SerialPort.cpp:70:  Use int16/int64/etc, rather than the C type long  [runtime/int] [4]
* 08/src/SI2017/RTComponents/Zumo/Zumo-USB/SerialPort.cpp:71:  Use int16/int64/etc, rather than the C type long  [runtime/int] [4]
* 08/src/SI2017/RTComponents/Zumo/Zumo-USB/SerialPort.cpp:72:  Use int16/int64/etc, rather than the C type long  [runtime/int] [4]
* 08/src/SI2017/RTComponents/Zumo/Zumo-USB/SerialPort.cpp:0:  scripts/2017/08/src/SI2017/RTComponents/Zumo/Zumo-USB/SerialPort.cpp should include its header file scripts/2017/08/src/SI2017/RTComponents/Zumo/Zumo-USB/SerialPort.h  [build/include] [5]
* 08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/Motor.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/Motor.cpp:37:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/Motor.cpp:37:  Should have a space between // and comment  [whitespace/comments] [4]
* 08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/Motor.cpp:37:  Use int16/int64/etc, rather than the C type long  [runtime/int] [4]
* 08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/Motor.cpp:39:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/Motor.cpp:39:  Should have a space between // and comment  [whitespace/comments] [4]
* 08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/Motor.cpp:39:  Use int16/int64/etc, rather than the C type long  [runtime/int] [4]
* 08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/Motor.cpp:59:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/Motor.cpp:59:  Using C-style cast.  Use static_cast<float>(...) instead  [readability/casting] [4]
* 08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/Motor.cpp:60:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/Motor.cpp:60:  Using C-style cast.  Use static_cast<float>(...) instead  [readability/casting] [4]
* 08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/Motor.cpp:0:  scripts/2017/08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/Motor.cpp should include its header file scripts/2017/08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/Motor.h  [build/include] [5]
* 08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/LineSensor.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/LineSensor.cpp:9:  Use int16/int64/etc, rather than the C type long  [runtime/int] [4]
* 08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/LineSensor.cpp:0:  scripts/2017/08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/LineSensor.cpp should include its header file scripts/2017/08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/LineSensor.h  [build/include] [5]
* 08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/Button.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/Button.cpp:10:  Extra space before ( in function call  [whitespace/parens] [4]
* 08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/Button.cpp:11:  Extra space before ( in function call  [whitespace/parens] [4]
* 08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/Button.cpp:12:  Extra space before ( in function call  [whitespace/parens] [4]
* 08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/Button.cpp:0:  scripts/2017/08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/Button.cpp should include its header file scripts/2017/08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/Button.h  [build/include] [5]
* 08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/SerialPort.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/SerialPort.cpp:6:  Using C-style cast.  Use reinterpret_cast<byte *>(...) instead  [readability/casting] [4]
* 08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/SerialPort.cpp:14:  Use int16/int64/etc, rather than the C type long  [runtime/int] [4]
* 08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/SerialPort.cpp:15:  Use int16/int64/etc, rather than the C type long  [runtime/int] [4]
* 08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/SerialPort.cpp:16:  Use int16/int64/etc, rather than the C type long  [runtime/int] [4]
* 08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/SerialPort.cpp:19:  Use int16/int64/etc, rather than the C type long  [runtime/int] [4]
* 08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/SerialPort.cpp:45:  Use int16/int64/etc, rather than the C type long  [runtime/int] [4]
* 08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/SerialPort.cpp:70:  Use int16/int64/etc, rather than the C type long  [runtime/int] [4]
* 08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/SerialPort.cpp:71:  Use int16/int64/etc, rather than the C type long  [runtime/int] [4]
* 08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/SerialPort.cpp:72:  Use int16/int64/etc, rather than the C type long  [runtime/int] [4]
* 08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/SerialPort.cpp:0:  scripts/2017/08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/SerialPort.cpp should include its header file scripts/2017/08/src/SI2017/RTComponents/Zumo/Zumo-GPIO/SerialPort.h  [build/include] [5]
* 08/src/SI2017/DualShock3.py:17:1: E402 module level import not at top of file
* 08/src/SI2017/DualShock3.py:18:1: E402 module level import not at top of file
* 08/src/SI2017/DualShock3.py:19:1: E402 module level import not at top of file
* 08/src/SI2017/DualShock3.py:33:5: E225 missing whitespace around operator
* 08/src/SI2017/DualShock3.py:34:8: E225 missing whitespace around operator
* 08/src/SI2017/DualShock3.py:36:6: E225 missing whitespace around operator
* 08/src/SI2017/DualShock3.py:37:6: E225 missing whitespace around operator
* 08/src/SI2017/DualShock3.py:38:5: E225 missing whitespace around operator
* 08/src/SI2017/DualShock3.py:40:13: E225 missing whitespace around operator
* 08/src/SI2017/DualShock3.py:41:20: E225 missing whitespace around operator
* 08/src/SI2017/DualShock3.py:42:14: E225 missing whitespace around operator
* 08/src/SI2017/DualShock3.py:44:21: E225 missing whitespace around operator
* 08/src/SI2017/DualShock3.py:45:6: E225 missing whitespace around operator
* 08/src/SI2017/DualShock3.py:49:54: W291 trailing whitespace
* 08/src/SI2017/DualShock3.py:50:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/DualShock3.py:50:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:50:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/DualShock3.py:50:38: W291 trailing whitespace
* 08/src/SI2017/DualShock3.py:51:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:51:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/DualShock3.py:51:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/DualShock3.py:51:45: W291 trailing whitespace
* 08/src/SI2017/DualShock3.py:52:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:52:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/DualShock3.py:52:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/DualShock3.py:52:33: W291 trailing whitespace
* 08/src/SI2017/DualShock3.py:53:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:53:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/DualShock3.py:53:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/DualShock3.py:53:44: W291 trailing whitespace
* 08/src/SI2017/DualShock3.py:54:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:54:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/DualShock3.py:54:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/DualShock3.py:54:36: W291 trailing whitespace
* 08/src/SI2017/DualShock3.py:55:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:55:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/DualShock3.py:55:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/DualShock3.py:55:34: W291 trailing whitespace
* 08/src/SI2017/DualShock3.py:56:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:56:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/DualShock3.py:56:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/DualShock3.py:56:29: W291 trailing whitespace
* 08/src/SI2017/DualShock3.py:57:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:57:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/DualShock3.py:57:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/DualShock3.py:57:34: W291 trailing whitespace
* 08/src/SI2017/DualShock3.py:58:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:58:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/DualShock3.py:58:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/DualShock3.py:59:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:59:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/DualShock3.py:59:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/DualShock3.py:60:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:60:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/DualShock3.py:60:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/DualShock3.py:61:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:61:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/DualShock3.py:61:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/DualShock3.py:62:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:62:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/DualShock3.py:62:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/DualShock3.py:63:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:63:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/DualShock3.py:63:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/DualShock3.py:69:2: W291 trailing whitespace
* 08/src/SI2017/DualShock3.py:70:2: W291 trailing whitespace
* 08/src/SI2017/DualShock3.py:71:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/DualShock3.py:72:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:72:1: W293 blank line contains whitespace
* 08/src/SI2017/DualShock3.py:73:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:74:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:75:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:76:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:76:3: W291 trailing whitespace
* 08/src/SI2017/DualShock3.py:77:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:78:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:80:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:80:55: E231 missing whitespace after ','
* 08/src/SI2017/DualShock3.py:80:58: E231 missing whitespace after ','
* 08/src/SI2017/DualShock3.py:82:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:83:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:83:80: E501 line too long (84 > 79 characters)
* 08/src/SI2017/DualShock3.py:85:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:85:55: E231 missing whitespace after ','
* 08/src/SI2017/DualShock3.py:85:58: E231 missing whitespace after ','
* 08/src/SI2017/DualShock3.py:87:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:88:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:88:80: E501 line too long (84 > 79 characters)
* 08/src/SI2017/DualShock3.py:90:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:90:52: E231 missing whitespace after ','
* 08/src/SI2017/DualShock3.py:90:55: E231 missing whitespace after ','
* 08/src/SI2017/DualShock3.py:92:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:93:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:95:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:95:17: E225 missing whitespace around operator
* 08/src/SI2017/DualShock3.py:95:49: E231 missing whitespace after ','
* 08/src/SI2017/DualShock3.py:95:52: E231 missing whitespace after ','
* 08/src/SI2017/DualShock3.py:97:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:98:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:100:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:100:21: E225 missing whitespace around operator
* 08/src/SI2017/DualShock3.py:100:53: E231 missing whitespace after ','
* 08/src/SI2017/DualShock3.py:100:56: E231 missing whitespace after ','
* 08/src/SI2017/DualShock3.py:102:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:103:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:106:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:106:3: E303 too many blank lines (2)
* 08/src/SI2017/DualShock3.py:107:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:108:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:108:1: W293 blank line contains whitespace
* 08/src/SI2017/DualShock3.py:109:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:112:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:112:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/DualShock3.py:113:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:113:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/DualShock3.py:114:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:115:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:117:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:118:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:119:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:120:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:120:28: W291 trailing whitespace
* 08/src/SI2017/DualShock3.py:121:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:121:3: W291 trailing whitespace
* 08/src/SI2017/DualShock3.py:122:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:123:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:123:3: W291 trailing whitespace
* 08/src/SI2017/DualShock3.py:124:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:125:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:126:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:127:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:128:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:128:1: W293 blank line contains whitespace
* 08/src/SI2017/DualShock3.py:129:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:130:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:130:1: W293 blank line contains whitespace
* 08/src/SI2017/DualShock3.py:131:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:132:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:132:33: E231 missing whitespace after ','
* 08/src/SI2017/DualShock3.py:133:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:133:33: E231 missing whitespace after ','
* 08/src/SI2017/DualShock3.py:134:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:134:29: E231 missing whitespace after ','
* 08/src/SI2017/DualShock3.py:135:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:135:27: E231 missing whitespace after ','
* 08/src/SI2017/DualShock3.py:136:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:136:31: E231 missing whitespace after ','
* 08/src/SI2017/DualShock3.py:137:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:139:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:140:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:140:1: W293 blank line contains whitespace
* 08/src/SI2017/DualShock3.py:141:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:142:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:142:1: W293 blank line contains whitespace
* 08/src/SI2017/DualShock3.py:143:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:144:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:144:1: W293 blank line contains whitespace
* 08/src/SI2017/DualShock3.py:145:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:145:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:146:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:146:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:146:5: W291 trailing whitespace
* 08/src/SI2017/DualShock3.py:147:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:147:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:148:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:148:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:149:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:149:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:149:5: W291 trailing whitespace
* 08/src/SI2017/DualShock3.py:150:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:150:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:151:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:152:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:152:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:152:5: W291 trailing whitespace
* 08/src/SI2017/DualShock3.py:153:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:153:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:154:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:155:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:155:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:156:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:156:1: W293 blank line contains whitespace
* 08/src/SI2017/DualShock3.py:157:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:157:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:158:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:158:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:159:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:159:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:160:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:160:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:161:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:161:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:161:5: W291 trailing whitespace
* 08/src/SI2017/DualShock3.py:162:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:162:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:163:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:163:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:164:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:164:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:165:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:165:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:166:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:166:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:167:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:167:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:168:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:169:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:169:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:170:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:170:1: W293 blank line contains whitespace
* 08/src/SI2017/DualShock3.py:171:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:171:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:172:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:172:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:173:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:173:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:174:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:174:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:175:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:175:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:176:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:176:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:177:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:177:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:178:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:178:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:179:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:179:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:180:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:180:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:181:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:181:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:182:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:183:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:183:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:184:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:184:1: W293 blank line contains whitespace
* 08/src/SI2017/DualShock3.py:185:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:185:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:186:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:186:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:187:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:187:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:188:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:188:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:189:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:189:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:190:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:190:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:191:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:191:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:191:5: W291 trailing whitespace
* 08/src/SI2017/DualShock3.py:192:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:192:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:193:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:193:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:194:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:194:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:195:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:196:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:196:10: E225 missing whitespace around operator
* 08/src/SI2017/DualShock3.py:197:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:197:10: E225 missing whitespace around operator
* 08/src/SI2017/DualShock3.py:198:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:199:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:199:10: E225 missing whitespace around operator
* 08/src/SI2017/DualShock3.py:200:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:200:10: E225 missing whitespace around operator
* 08/src/SI2017/DualShock3.py:201:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:201:16: E901 SyntaxError: invalid syntax
* 08/src/SI2017/DualShock3.py:202:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:202:20: E231 missing whitespace after ','
* 08/src/SI2017/DualShock3.py:203:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:203:20: E231 missing whitespace after ','
* 08/src/SI2017/DualShock3.py:204:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:204:1: W293 blank line contains whitespace
* 08/src/SI2017/DualShock3.py:205:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:206:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:206:1: W293 blank line contains whitespace
* 08/src/SI2017/DualShock3.py:207:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:207:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:208:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:208:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:209:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:209:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:210:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:210:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:211:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:211:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:212:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:212:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:213:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:213:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:214:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:214:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:215:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:215:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:216:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:216:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:217:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:218:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/DualShock3.py:219:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/DualShock3.py:219:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:220:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:220:1: W293 blank line contains whitespace
* 08/src/SI2017/DualShock3.py:221:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:221:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:222:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:222:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:223:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:223:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:224:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:224:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:225:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:225:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:226:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:226:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:227:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:227:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:228:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:228:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:229:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:229:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:230:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:230:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:231:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:232:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:233:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:233:5: E225 missing whitespace around operator
* 08/src/SI2017/DualShock3.py:234:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:234:5: E225 missing whitespace around operator
* 08/src/SI2017/DualShock3.py:235:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:235:5: E225 missing whitespace around operator
* 08/src/SI2017/DualShock3.py:236:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:236:5: E225 missing whitespace around operator
* 08/src/SI2017/DualShock3.py:237:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:237:11: E225 missing whitespace around operator
* 08/src/SI2017/DualShock3.py:238:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:238:9: E225 missing whitespace around operator
* 08/src/SI2017/DualShock3.py:239:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:239:13: E225 missing whitespace around operator
* 08/src/SI2017/DualShock3.py:240:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:241:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:241:5: E225 missing whitespace around operator
* 08/src/SI2017/DualShock3.py:242:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:243:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:244:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:245:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:246:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:247:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:248:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:248:5: E225 missing whitespace around operator
* 08/src/SI2017/DualShock3.py:248:27: E225 missing whitespace around operator
* 08/src/SI2017/DualShock3.py:249:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:250:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:250:1: W293 blank line contains whitespace
* 08/src/SI2017/DualShock3.py:251:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:251:19: E231 missing whitespace after ','
* 08/src/SI2017/DualShock3.py:252:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:253:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:254:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:255:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:256:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:257:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:258:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:259:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:260:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:261:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:262:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:263:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:264:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:265:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:266:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:267:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:268:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:269:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:271:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:272:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:272:1: W293 blank line contains whitespace
* 08/src/SI2017/DualShock3.py:273:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:273:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:274:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:274:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:275:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:275:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:276:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:276:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:277:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:277:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:278:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:278:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:279:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:279:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:280:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:280:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:281:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:281:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:282:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:282:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:283:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:283:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:284:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:285:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:285:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:286:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:286:1: W293 blank line contains whitespace
* 08/src/SI2017/DualShock3.py:287:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:287:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:288:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:288:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:289:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:289:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:290:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:290:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:291:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:291:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:292:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:292:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:293:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:293:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:294:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:294:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:295:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:295:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:296:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:296:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:297:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:297:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:298:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:299:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:299:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:300:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:300:1: W293 blank line contains whitespace
* 08/src/SI2017/DualShock3.py:301:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:301:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:302:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:302:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:303:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:303:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:304:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:304:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:305:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:305:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:306:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:306:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:307:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:307:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:308:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:308:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:309:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:309:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:310:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:310:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:311:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:311:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:312:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:313:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:313:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:314:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:314:1: W293 blank line contains whitespace
* 08/src/SI2017/DualShock3.py:315:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:315:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:316:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:316:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:317:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:317:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:318:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:318:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:319:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:319:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:320:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:320:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:321:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:321:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:322:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:322:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:323:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:323:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:325:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:325:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:326:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:326:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:327:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:328:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:328:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:329:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:329:1: W293 blank line contains whitespace
* 08/src/SI2017/DualShock3.py:330:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:330:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:331:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:331:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:332:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:332:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:333:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:333:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:334:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:334:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:335:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:335:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:336:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:336:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:337:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:337:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:338:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:338:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:339:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:339:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:340:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:340:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:341:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:342:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:342:2: E265 block comment should start with '# '
* 08/src/SI2017/DualShock3.py:343:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:343:1: W293 blank line contains whitespace
* 08/src/SI2017/DualShock3.py:347:1: E303 too many blank lines (4)
* 08/src/SI2017/DualShock3.py:348:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/DualShock3.py:353:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/DualShock3.py:359:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/DualShock3.py:360:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/DualShock3.py:360:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:361:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:362:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:363:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:366:1: W191 indentation contains tabs
* 08/src/SI2017/DualShock3.py:367:1: W391 blank line at end of file
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:17:1: E402 module level import not at top of file
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:18:1: E402 module level import not at top of file
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:33:50: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:34:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:34:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:34:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:34:36: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:35:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:35:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:35:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:35:45: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:36:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:36:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:36:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:36:33: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:37:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:37:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:37:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:37:44: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:38:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:38:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:38:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:38:36: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:39:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:39:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:39:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:39:34: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:40:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:40:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:40:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:40:29: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:41:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:41:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:41:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:41:34: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:42:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:42:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:42:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:43:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:43:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:43:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:49:2: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:50:2: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:51:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:52:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:52:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:53:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:54:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:55:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:56:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:56:3: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:57:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:58:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:60:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:60:57: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:60:60: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:62:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:63:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:63:80: E501 line too long (85 > 79 characters)
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:65:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:65:52: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:65:55: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:67:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:68:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:71:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:71:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:74:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:74:3: E303 too many blank lines (5)
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:75:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:76:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:76:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:77:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:80:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:80:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:80:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:81:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:81:2: E303 too many blank lines (3)
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:82:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:83:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:84:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:84:28: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:85:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:85:3: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:86:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:87:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:87:3: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:88:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:89:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:90:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:91:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:92:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:92:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:93:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:94:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:94:33: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:95:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:95:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:96:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:97:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:97:29: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:98:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:98:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:99:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:100:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:100:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:101:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:102:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:102:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:103:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:104:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:104:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:105:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:106:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:106:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:107:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:107:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:108:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:108:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:108:5: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:109:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:109:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:110:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:110:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:111:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:111:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:111:5: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:112:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:112:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:113:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:114:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:114:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:114:5: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:115:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:115:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:116:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:117:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:117:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:118:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:118:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:119:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:119:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:120:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:120:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:121:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:121:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:122:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:122:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:123:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:123:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:123:5: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:124:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:124:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:125:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:125:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:126:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:126:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:127:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:127:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:128:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:128:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:129:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:129:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:130:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:131:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:131:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:132:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:132:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:133:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:133:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:134:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:134:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:135:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:135:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:136:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:136:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:137:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:137:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:138:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:138:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:139:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:139:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:140:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:140:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:141:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:141:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:142:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:142:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:143:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:143:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:144:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:145:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:145:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:146:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:146:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:147:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:147:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:148:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:148:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:149:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:149:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:150:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:150:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:151:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:151:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:152:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:152:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:153:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:153:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:153:5: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:154:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:154:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:155:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:155:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:156:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:156:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:157:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:157:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:158:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:159:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:159:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:160:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:160:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:161:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:161:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:162:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:162:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:163:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:163:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:164:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:164:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:165:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:165:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:166:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:166:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:167:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:167:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:168:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:168:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:169:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:169:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:170:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:170:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:171:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:171:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:172:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:173:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:173:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:174:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:174:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:175:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:176:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:177:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:178:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:179:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:180:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:181:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:182:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:183:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:184:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:185:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:187:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:187:5: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:188:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:188:5: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:189:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:189:5: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:191:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:192:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:193:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:193:12: E712 comparison to True should be 'if cond is True:' or 'if cond:'
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:193:48: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:194:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:195:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:195:14: E712 comparison to True should be 'if cond is True:' or 'if cond:'
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:196:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:197:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:197:14: E712 comparison to True should be 'if cond is True:' or 'if cond:'
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:198:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:199:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:199:14: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:200:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:201:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:201:14: E712 comparison to True should be 'if cond is True:' or 'if cond:'
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:202:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:203:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:204:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:204:14: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:205:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:206:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:207:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:207:14: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:208:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:209:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:210:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:211:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:212:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:212:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:213:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:213:44: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:213:47: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:214:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:215:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:215:9: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:215:35: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:215:39: E901 TabError: inconsistent use of tabs and spaces in indentation
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:217:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:217:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:217:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:218:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:218:3: E303 too many blank lines (2)
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:219:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:219:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:220:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:220:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:221:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:221:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:222:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:222:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:223:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:223:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:224:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:224:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:225:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:225:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:226:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:226:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:227:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:227:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:228:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:228:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:229:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:229:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:230:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:230:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:231:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:232:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:232:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:233:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:233:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:234:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:234:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:235:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:235:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:236:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:236:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:237:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:237:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:238:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:238:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:239:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:239:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:240:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:240:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:241:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:241:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:242:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:242:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:243:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:243:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:244:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:244:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:245:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:246:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:246:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:247:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:247:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:248:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:248:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:249:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:249:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:250:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:250:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:251:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:251:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:252:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:252:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:253:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:253:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:254:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:254:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:255:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:255:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:256:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:256:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:257:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:257:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:258:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:258:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:259:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:260:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:260:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:261:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:261:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:262:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:262:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:263:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:263:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:264:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:264:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:265:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:265:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:266:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:266:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:267:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:267:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:268:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:268:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:269:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:269:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:270:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:270:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:272:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:272:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:273:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:273:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:274:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:275:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:275:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:276:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:276:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:277:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:277:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:278:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:278:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:279:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:279:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:280:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:280:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:281:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:281:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:282:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:282:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:283:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:283:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:284:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:284:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:285:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:285:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:286:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:286:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:287:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:287:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:288:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:289:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:289:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:290:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:290:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:294:1: E303 too many blank lines (4)
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:295:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:300:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:306:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:307:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:307:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:308:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:309:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:310:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:313:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/IRSensorRTC.py:314:1: W391 blank line at end of file
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:17:1: E402 module level import not at top of file
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:18:1: E402 module level import not at top of file
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:34:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:34:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:34:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:35:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:35:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:35:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:36:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:36:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:36:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:37:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:37:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:37:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:38:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:38:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:38:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:39:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:39:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:39:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:40:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:40:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:40:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:41:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:41:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:41:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:42:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:42:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:42:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:43:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:43:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:43:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:44:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:44:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:44:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:45:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:45:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:45:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:46:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:46:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:46:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:47:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:47:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:47:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:48:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:48:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:48:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:49:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:49:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:49:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:50:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:50:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:50:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:51:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:51:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:51:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:52:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:52:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:52:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:53:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:53:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:53:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:61:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:63:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:64:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:65:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:66:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:67:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:68:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:70:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:70:47: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:70:50: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:72:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:73:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:75:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:75:50: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:75:53: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:77:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:78:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:80:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:80:52: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:80:55: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:82:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:83:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:89:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:89:3: E303 too many blank lines (5)
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:90:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:92:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:92:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:93:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:93:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:94:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:94:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:95:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:96:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:98:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:98:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:99:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:99:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:100:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:100:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:101:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:102:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:104:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:104:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:105:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:105:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:106:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:106:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:107:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:108:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:110:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:110:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:111:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:111:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:112:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:112:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:113:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:114:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:116:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:116:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:117:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:117:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:118:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:118:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:119:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:120:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:122:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:122:13: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:125:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:125:2: E303 too many blank lines (2)
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:126:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:127:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:128:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:129:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:130:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:131:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:132:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:133:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:134:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:136:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:137:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:137:24: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:138:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:138:26: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:140:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:141:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:141:29: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:143:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:145:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:147:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:149:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:151:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:151:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:152:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:152:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:153:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:153:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:154:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:154:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:155:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:155:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:156:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:156:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:157:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:158:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:158:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:159:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:159:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:160:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:161:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:161:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:163:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:163:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:164:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:164:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:165:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:165:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:166:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:166:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:167:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:167:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:168:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:168:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:169:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:169:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:170:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:170:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:171:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:171:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:172:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:172:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:173:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:173:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:174:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:175:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:175:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:177:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:177:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:178:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:178:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:179:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:179:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:180:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:180:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:181:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:181:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:182:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:182:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:183:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:183:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:184:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:184:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:185:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:185:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:186:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:186:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:187:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:187:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:188:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:189:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:189:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:191:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:191:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:192:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:192:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:193:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:193:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:194:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:194:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:195:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:195:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:196:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:196:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:197:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:197:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:198:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:198:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:199:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:199:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:200:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:200:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:201:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:201:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:202:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:203:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:203:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:205:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:205:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:206:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:206:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:207:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:207:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:208:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:208:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:209:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:209:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:210:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:210:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:211:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:211:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:212:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:212:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:213:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:213:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:214:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:214:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:215:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:215:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:216:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:217:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:217:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:219:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:219:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:220:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:220:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:221:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:221:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:222:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:222:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:223:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:223:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:224:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:224:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:225:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:225:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:226:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:226:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:227:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:227:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:228:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:228:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:229:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:230:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:230:2: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:231:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:231:3: E113 unexpected indentation
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:231:10: E901 TabError: inconsistent use of tabs and spaces in indentation
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:232:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:233:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:234:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:234:3: E115 expected an indented block (comment)
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:234:3: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:235:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:235:5: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:236:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:236:5: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:237:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:237:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:237:12: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:238:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:238:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:238:13: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:240:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:240:6: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:241:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:241:8: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:241:17: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:242:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:242:7: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:244:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:245:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:246:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:247:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:248:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:249:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:250:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:251:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:252:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:253:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:255:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:255:24: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:255:42: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:255:45: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:256:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:257:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:257:9: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:257:35: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:259:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:259:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:261:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:261:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:262:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:262:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:263:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:263:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:264:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:264:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:265:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:265:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:266:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:266:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:267:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:267:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:268:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:268:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:269:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:269:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:270:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:270:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:271:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:271:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:272:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:273:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:273:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:275:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:275:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:276:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:276:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:277:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:277:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:278:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:278:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:279:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:279:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:280:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:280:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:281:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:281:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:282:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:282:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:283:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:283:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:284:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:284:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:285:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:285:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:286:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:287:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:287:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:289:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:289:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:290:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:290:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:291:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:291:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:292:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:292:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:293:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:293:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:294:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:294:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:295:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:295:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:296:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:296:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:297:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:297:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:298:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:298:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:299:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:299:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:300:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:301:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:301:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:303:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:303:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:304:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:304:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:305:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:305:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:306:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:306:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:307:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:307:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:308:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:308:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:309:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:309:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:310:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:310:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:311:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:311:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:313:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:313:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:314:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:314:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:315:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:316:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:316:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:318:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:318:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:319:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:319:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:320:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:320:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:321:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:321:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:322:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:322:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:323:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:323:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:324:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:324:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:325:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:325:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:326:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:326:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:327:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:327:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:328:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:328:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:329:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:330:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:330:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:335:1: E303 too many blank lines (4)
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:336:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:341:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:347:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:348:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:348:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:349:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:350:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:351:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goVelRTC.py:354:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:15:13: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:19:1: E402 module level import not at top of file
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:20:1: E402 module level import not at top of file
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:22:2: E114 indentation is not a multiple of four (comment)
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:22:2: E116 unexpected indentation (comment)
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:22:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:38:50: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:39:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:39:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:39:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:39:36: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:40:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:40:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:40:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:40:45: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:41:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:41:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:41:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:41:33: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:42:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:42:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:42:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:42:44: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:43:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:43:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:43:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:43:36: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:44:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:44:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:44:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:44:34: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:45:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:45:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:45:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:45:29: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:46:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:46:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:46:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:46:34: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:47:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:47:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:47:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:48:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:48:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:48:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:49:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:49:3: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:50:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:50:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:50:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:56:2: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:57:2: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:58:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:59:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:59:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:60:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:61:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:62:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:63:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:63:3: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:64:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:65:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:67:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:67:51: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:67:54: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:69:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:70:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:71:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:71:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:72:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:72:50: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:72:53: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:74:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:75:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:76:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:76:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:77:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:77:56: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:77:59: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:79:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:80:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:80:80: E501 line too long (84 > 79 characters)
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:82:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:82:57: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:82:60: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:84:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:85:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:85:80: E501 line too long (90 > 79 characters)
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:87:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:87:48: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:87:51: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:89:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:90:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:92:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:92:52: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:92:55: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:94:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:95:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:98:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:98:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:101:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:101:3: E303 too many blank lines (5)
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:102:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:104:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:104:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:105:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:105:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:106:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:106:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:107:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:108:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:111:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:111:3: E303 too many blank lines (2)
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:112:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:115:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:115:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:115:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:116:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:116:2: E303 too many blank lines (3)
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:117:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:118:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:119:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:119:28: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:120:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:120:3: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:121:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:122:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:122:3: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:123:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:124:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:125:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:126:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:126:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:127:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:128:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:128:27: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:129:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:129:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:130:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:131:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:131:27: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:132:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:132:29: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:133:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:133:33: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:134:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:134:26: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:135:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:135:35: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:136:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:136:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:137:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:138:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:138:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:139:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:140:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:140:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:141:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:142:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:142:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:143:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:144:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:144:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:145:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:145:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:146:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:146:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:146:5: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:147:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:147:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:148:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:148:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:149:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:149:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:149:5: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:150:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:150:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:151:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:152:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:152:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:152:5: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:153:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:153:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:154:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:155:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:155:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:156:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:156:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:157:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:157:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:158:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:158:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:159:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:159:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:160:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:160:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:161:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:161:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:161:5: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:162:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:162:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:163:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:163:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:164:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:164:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:165:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:165:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:166:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:166:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:167:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:167:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:168:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:169:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:169:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:170:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:170:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:171:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:171:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:172:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:172:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:173:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:173:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:174:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:174:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:175:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:175:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:176:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:176:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:177:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:177:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:178:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:178:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:179:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:179:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:180:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:180:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:181:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:181:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:182:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:183:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:183:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:184:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:184:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:185:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:185:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:186:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:186:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:187:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:187:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:188:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:188:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:189:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:189:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:190:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:190:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:191:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:191:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:191:5: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:192:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:192:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:193:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:193:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:194:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:194:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:195:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:196:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:196:3: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:197:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:198:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:198:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:199:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:200:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:200:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:201:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:201:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:202:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:202:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:203:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:203:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:204:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:204:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:205:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:205:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:206:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:206:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:207:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:207:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:208:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:208:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:209:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:209:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:210:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:210:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:211:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:211:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:212:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:213:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:213:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:214:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:214:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:215:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:215:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:216:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:216:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:217:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:217:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:218:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:218:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:219:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:219:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:220:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:220:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:221:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:221:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:222:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:222:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:223:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:223:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:224:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:224:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:225:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:226:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:227:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:228:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:228:5: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:229:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:229:6: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:230:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:230:6: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:231:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:231:6: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:232:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:232:6: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:233:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:233:4: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:234:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:235:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:236:39: E901 TabError: inconsistent use of tabs and spaces in indentation
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:242:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:242:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:242:20: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:242:29: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:242:29: E262 inline comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:244:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:244:3: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:245:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:245:42: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:245:59: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:246:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:247:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:249:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:249:3: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:250:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:250:50: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:251:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:252:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:254:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:254:3: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:255:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:256:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:257:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:259:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:259:3: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:260:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:261:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:262:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:265:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:265:3: E303 too many blank lines (2)
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:266:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:266:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:267:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:267:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:268:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:268:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:269:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:269:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:270:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:270:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:271:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:271:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:272:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:272:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:273:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:273:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:274:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:274:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:275:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:275:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:276:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:276:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:277:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:277:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:278:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:279:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:279:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:280:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:280:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:281:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:281:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:282:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:282:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:283:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:283:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:284:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:284:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:285:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:285:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:286:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:286:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:287:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:287:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:288:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:288:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:289:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:289:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:290:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:290:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:291:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:291:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:292:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:293:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:293:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:294:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:294:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:295:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:295:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:296:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:296:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:297:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:297:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:298:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:298:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:299:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:299:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:300:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:300:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:301:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:301:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:302:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:302:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:303:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:303:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:304:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:304:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:305:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:305:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:306:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:307:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:307:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:308:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:308:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:309:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:309:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:310:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:310:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:311:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:311:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:312:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:312:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:313:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:313:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:314:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:314:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:315:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:315:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:316:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:316:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:317:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:317:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:319:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:319:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:320:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:320:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:321:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:322:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:322:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:323:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:323:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:324:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:324:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:325:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:325:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:326:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:326:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:327:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:327:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:328:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:328:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:329:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:329:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:330:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:330:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:331:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:331:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:332:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:332:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:333:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:333:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:334:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:334:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:335:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:336:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:336:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:337:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:337:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:341:1: E303 too many blank lines (4)
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:342:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:347:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:353:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:354:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:354:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:355:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:356:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:357:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:360:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/pi2goRTC.py:361:1: W391 blank line at end of file
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:6:12: E401 multiple imports on one line
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:13:20: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:13:21: E262 inline comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:14:17: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:14:17: E262 inline comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:19:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:21:9: E115 expected an indented block (comment)
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:22:80: E501 line too long (101 > 79 characters)
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:22:87: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:22:99: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:24:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:24:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:24:24: E901 TabError: inconsistent use of tabs and spaces in indentation
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:25:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:25:2: E115 expected an indented block (comment)
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:25:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:26:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:26:72: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:26:80: E501 line too long (86 > 79 characters)
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:26:84: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:28:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:29:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:43:33: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:47:35: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:47:47: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:51:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:51:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:51:25: E712 comparison to True should be 'if cond is True:' or 'if cond:'
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:52:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:52:33: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:52:45: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:52:46: E262 inline comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:53:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:55:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:56:50: E712 comparison to True should be 'if cond is True:' or 'if cond:'
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:56:80: E501 line too long (89 > 79 characters)
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:59:63: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:59:75: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:59:80: E501 line too long (91 > 79 characters)
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:60:52: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:60:80: E501 line too long (92 > 79 characters)
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:63:62: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:63:74: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:63:80: E501 line too long (92 > 79 characters)
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:64:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:64:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:64:28: E712 comparison to True should be 'if cond is True:' or 'if cond:'
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:65:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:65:5: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:66:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:66:74: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:66:80: E501 line too long (130 > 79 characters)
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:66:85: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:67:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:67:50: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:68:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:68:5: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:69:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:69:71: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:69:80: E501 line too long (82 > 79 characters)
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:70:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:71:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:71:35: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:71:47: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:71:48: E262 inline comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:74:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/SwitchControl_ver.2/ComponentControl_pi2go.py:77:24: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:11:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:14:9: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:18:9: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:22:9: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:23:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:23:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:23:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:24:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:24:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:24:80: E501 line too long (117 > 79 characters)
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:25:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:25:80: E501 line too long (153 > 79 characters)
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:25:136: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:25:136: E262 inline comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:26:80: E501 line too long (159 > 79 characters)
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:26:142: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:26:142: E262 inline comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:27:33: E901 SyntaxError: invalid syntax
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:29:9: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:33:9: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:34:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:34:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:34:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:35:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:35:80: E501 line too long (118 > 79 characters)
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:40:9: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:42:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:42:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:42:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:43:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:43:80: E501 line too long (120 > 79 characters)
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:45:9: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:49:9: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:50:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:50:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:50:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:51:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:56:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:59:9: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:60:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:60:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:60:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:61:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:61:66: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:62:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:63:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:71:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:72:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:72:24: E712 comparison to True should be 'if cond is True:' or 'if cond:'
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:73:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:73:20: E111 indentation is not a multiple of four
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:73:45: E712 comparison to True should be 'if cond is True:' or 'if cond:'
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:74:24: E111 indentation is not a multiple of four
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:74:44: W291 trailing whitespace
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:75:24: E111 indentation is not a multiple of four
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:76:24: E111 indentation is not a multiple of four
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:77:24: E111 indentation is not a multiple of four
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:79:20: E111 indentation is not a multiple of four
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:80:24: E111 indentation is not a multiple of four
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:81:24: E111 indentation is not a multiple of four
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:82:24: E111 indentation is not a multiple of four
* 08/src/SI2017/RTComponents/pi2go/SwitchControl/ComponentControl.py:83:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:8:1: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:12:20: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:12:21: E262 inline comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:13:18: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:13:19: E262 inline comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:14:12: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:14:13: E262 inline comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:15:20: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:15:21: E262 inline comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:16:17: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:16:17: E262 inline comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:18:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:19:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:20:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:20:2: E115 expected an indented block (comment)
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:20:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:21:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:21:80: E501 line too long (101 > 79 characters)
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:21:87: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:21:99: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:22:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:22:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:22:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:23:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:24:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:24:2: E115 expected an indented block (comment)
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:24:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:25:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:25:72: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:25:80: E501 line too long (86 > 79 characters)
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:25:84: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:27:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:28:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:29:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:29:3: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:29:15: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:30:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:30:27: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:31:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:31:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:32:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:32:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:33:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:33:3: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:34:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:34:9: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:34:34: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:35:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:35:9: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:35:9: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:36:30: E901 TabError: inconsistent use of tabs and spaces in indentation
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:37:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:37:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:37:3: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:38:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:38:35: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:41:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:41:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:41:3: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:42:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:42:35: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:44:30: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:46:26: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:47:24: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:48:18: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:55:35: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:55:47: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:55:48: E262 inline comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:57:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:57:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:59:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:59:25: E712 comparison to True should be 'if cond is True:' or 'if cond:'
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:60:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:60:33: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:60:45: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:60:46: E262 inline comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:61:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:62:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:64:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:65:50: E712 comparison to True should be 'if cond is True:' or 'if cond:'
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:65:80: E501 line too long (89 > 79 characters)
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:68:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:68:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:68:35: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:68:47: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:68:48: E262 inline comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:69:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:69:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:69:35: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:70:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:70:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:71:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:71:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:72:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:72:34: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:72:46: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:72:47: E262 inline comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:73:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:73:28: E712 comparison to True should be 'if cond is True:' or 'if cond:'
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:74:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:74:5: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:75:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:75:74: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:75:80: E501 line too long (130 > 79 characters)
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:75:85: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:76:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:76:50: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:77:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:77:5: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:78:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:78:71: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:78:80: E501 line too long (82 > 79 characters)
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:79:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:80:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:81:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:81:35: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:81:47: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:81:48: E262 inline comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:84:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:86:15: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:86:16: E262 inline comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:87:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/SwitchControl_Ver2/ComponentControl.py:87:1: W391 blank line at end of file
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:17:1: E402 module level import not at top of file
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:18:1: E402 module level import not at top of file
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:19:1: E402 module level import not at top of file
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:31:5: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:32:8: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:33:9: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:34:1: E112 expected an indented block
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:34:6: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:34:6: E901 IndentationError: expected an indented block
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:35:6: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:36:5: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:38:13: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:39:20: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:40:14: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:42:21: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:43:6: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:48:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:48:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:48:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:49:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:49:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:49:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:50:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:50:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:50:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:51:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:51:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:51:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:52:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:52:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:52:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:53:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:53:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:53:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:54:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:54:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:54:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:55:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:55:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:55:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:56:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:56:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:56:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:57:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:57:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:57:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:58:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:58:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:58:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:59:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:59:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:59:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:60:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:60:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:60:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:68:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:70:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:71:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:72:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:73:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:74:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:75:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:77:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:77:47: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:77:50: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:79:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:80:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:81:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:81:52: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:81:55: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:83:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:84:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:85:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:85:50: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:85:53: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:87:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:88:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:89:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:89:45: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:89:48: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:91:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:92:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:98:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:98:3: E303 too many blank lines (5)
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:99:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:102:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:102:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:103:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:103:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:104:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:105:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:107:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:111:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:111:2: E303 too many blank lines (3)
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:112:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:113:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:114:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:115:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:116:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:117:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:118:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:119:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:120:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:121:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:123:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:125:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:126:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:126:25: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:127:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:127:30: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:128:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:128:27: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:129:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:129:24: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:131:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:133:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:135:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:137:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:139:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:139:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:140:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:140:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:141:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:141:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:142:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:142:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:143:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:143:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:144:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:144:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:145:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:146:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:146:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:147:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:147:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:148:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:149:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:149:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:151:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:151:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:152:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:152:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:153:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:153:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:154:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:154:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:155:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:155:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:156:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:156:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:157:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:157:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:158:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:158:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:159:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:159:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:160:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:160:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:161:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:161:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:162:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:163:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:163:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:165:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:165:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:166:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:166:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:167:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:167:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:168:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:168:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:169:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:169:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:170:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:170:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:171:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:171:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:172:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:172:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:173:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:173:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:174:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:174:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:175:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:175:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:176:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:177:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:177:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:179:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:180:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:181:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:182:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:183:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:184:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:185:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:186:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:187:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:188:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:189:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:190:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:190:24: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:191:24: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:193:24: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:194:24: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:195:24: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:196:24: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:198:34: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:199:34: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:200:34: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:201:34: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:204:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:204:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:205:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:206:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:207:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:208:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:209:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:210:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:211:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:212:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:213:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:214:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:215:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:216:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:216:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:218:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:219:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:220:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:221:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:222:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:223:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:224:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:225:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:226:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:227:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:228:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:229:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:230:19: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:231:19: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:232:19: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:233:19: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:235:26: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:238:26: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:238:28: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:242:26: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:242:48: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:245:26: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:245:28: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:248:17: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:249:34: E221 multiple spaces before operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:249:40: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:250:39: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:251:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:251:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:251:22: E221 multiple spaces before operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:251:26: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:252:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:252:19: E221 multiple spaces before operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:252:26: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:253:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:254:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:255:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:256:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:257:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:258:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:259:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:260:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:262:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:264:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:264:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:265:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:265:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:266:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:266:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:267:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:267:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:268:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:268:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:269:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:269:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:270:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:270:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:271:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:271:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:272:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:272:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:273:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:273:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:274:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:274:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:275:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:276:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:276:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:278:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:278:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:279:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:279:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:280:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:280:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:281:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:281:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:282:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:282:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:283:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:283:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:284:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:284:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:285:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:285:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:286:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:286:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:287:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:287:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:288:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:288:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:289:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:290:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:290:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:292:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:292:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:293:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:293:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:294:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:294:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:295:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:295:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:296:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:296:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:297:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:297:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:298:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:298:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:299:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:299:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:300:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:300:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:301:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:301:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:302:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:302:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:303:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:304:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:304:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:306:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:306:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:307:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:307:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:308:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:308:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:309:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:309:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:310:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:310:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:311:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:311:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:312:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:312:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:313:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:313:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:314:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:314:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:316:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:316:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:317:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:317:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:318:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:319:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:319:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:321:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:321:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:322:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:322:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:323:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:323:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:324:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:324:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:325:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:325:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:326:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:326:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:327:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:327:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:328:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:328:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:329:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:329:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:330:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:330:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:331:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:331:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:332:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:333:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:333:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:338:1: E303 too many blank lines (4)
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:339:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:344:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:350:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:351:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:351:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:352:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:353:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:354:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:357:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoystickRTC.py:358:1: W391 blank line at end of file
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:15:1: E402 module level import not at top of file
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:16:1: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:17:1: E402 module level import not at top of file
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:18:1: E402 module level import not at top of file
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:19:1: E402 module level import not at top of file
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:22:1: E402 module level import not at top of file
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:23:1: E402 module level import not at top of file
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:41:56: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:42:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:42:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:42:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:42:39: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:43:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:43:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:43:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:43:45: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:44:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:44:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:44:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:44:33: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:45:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:45:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:45:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:45:39: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:46:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:46:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:46:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:46:30: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:47:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:47:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:47:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:47:34: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:48:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:48:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:48:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:48:29: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:49:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:49:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:49:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:49:34: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:50:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:50:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:50:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:51:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:51:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:51:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:53:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:53:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:53:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:55:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:55:10: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:57:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:57:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:57:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:63:2: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:64:2: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:65:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:66:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:66:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:67:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:68:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:69:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:70:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:70:3: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:71:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:72:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:74:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:74:3: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:75:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:75:53: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:75:56: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:77:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:78:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:81:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:81:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:84:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:84:3: E303 too many blank lines (5)
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:85:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:87:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:87:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:88:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:88:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:89:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:89:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:90:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:91:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:92:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:92:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:93:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:96:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:96:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:96:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:97:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:97:2: E303 too many blank lines (3)
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:98:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:99:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:100:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:100:28: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:101:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:101:3: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:102:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:103:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:103:3: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:104:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:105:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:106:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:107:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:108:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:108:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:109:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:110:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:110:25: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:111:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:111:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:112:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:113:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:113:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:114:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:115:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:115:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:116:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:117:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:117:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:118:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:119:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:119:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:120:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:121:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:121:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:122:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:122:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:123:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:123:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:123:5: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:124:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:124:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:125:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:125:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:126:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:126:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:126:5: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:127:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:127:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:128:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:129:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:129:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:129:5: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:130:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:130:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:131:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:132:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:132:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:133:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:133:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:134:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:134:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:135:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:135:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:136:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:136:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:137:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:137:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:138:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:138:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:138:5: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:139:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:139:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:140:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:140:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:141:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:141:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:142:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:142:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:143:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:143:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:144:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:144:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:145:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:146:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:146:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:147:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:147:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:148:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:148:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:149:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:149:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:150:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:150:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:151:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:151:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:152:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:152:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:153:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:153:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:154:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:154:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:155:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:155:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:156:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:156:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:157:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:157:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:158:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:158:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:159:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:160:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:160:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:161:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:161:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:162:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:162:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:163:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:163:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:164:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:164:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:165:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:165:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:166:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:166:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:167:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:167:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:168:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:168:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:168:5: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:169:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:169:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:170:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:170:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:171:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:171:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:172:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:173:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:174:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:174:39: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:174:55: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:175:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:175:25: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:175:28: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:177:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:178:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:180:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:182:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:183:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:183:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:184:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:184:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:185:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:185:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:186:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:186:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:187:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:187:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:188:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:188:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:189:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:189:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:190:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:190:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:191:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:191:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:192:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:192:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:193:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:193:2: E301 expected 1 blank line, found 0
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:193:23: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:193:23: E262 inline comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:194:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:194:80: E501 line too long (80 > 79 characters)
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:195:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:196:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:197:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:198:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:199:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:200:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:200:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:201:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:201:23: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:201:30: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:201:30: E262 inline comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:202:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:203:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:203:27: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:204:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:205:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:205:35: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:206:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:207:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:208:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:209:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:209:38: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:210:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:211:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:212:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:214:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:216:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:216:20: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:216:27: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:216:27: E262 inline comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:217:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:217:13: E901 SyntaxError: invalid syntax
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:218:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:218:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:219:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:220:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:222:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:222:20: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:222:27: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:222:27: E262 inline comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:223:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:224:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:225:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:226:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:226:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:227:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:228:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:228:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:229:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:229:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:230:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:230:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:231:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:231:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:232:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:232:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:233:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:233:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:234:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:234:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:235:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:235:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:236:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:236:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:237:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:237:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:238:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:238:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:239:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:239:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:240:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:241:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:242:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:243:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:244:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:245:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:246:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:248:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:249:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:250:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:250:80: E501 line too long (88 > 79 characters)
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:251:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:251:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:252:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:253:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:254:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:254:20: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:254:20: E262 inline comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:255:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:256:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:256:11: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:256:11: E262 inline comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:257:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:257:32: E228 missing whitespace around modulo operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:258:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:258:36: E228 missing whitespace around modulo operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:259:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:261:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:263:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:264:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:265:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:266:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:266:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:267:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:267:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:268:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:268:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:269:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:269:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:270:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:270:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:271:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:271:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:272:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:272:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:273:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:273:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:274:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:274:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:275:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:275:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:276:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:276:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:277:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:278:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:278:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:279:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:279:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:280:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:280:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:281:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:281:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:282:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:282:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:283:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:283:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:284:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:284:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:285:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:285:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:286:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:286:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:287:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:287:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:288:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:288:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:289:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:289:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:290:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:290:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:291:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:292:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:292:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:293:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:293:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:294:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:294:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:295:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:295:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:296:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:296:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:297:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:297:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:298:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:298:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:299:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:299:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:300:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:300:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:301:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:301:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:302:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:302:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:303:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:303:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:304:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:304:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:305:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:306:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:306:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:307:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:307:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:308:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:308:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:309:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:309:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:310:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:310:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:311:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:311:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:312:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:312:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:313:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:313:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:314:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:314:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:315:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:315:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:316:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:316:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:318:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:318:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:319:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:319:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:320:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:321:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:321:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:322:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:322:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:323:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:323:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:324:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:324:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:325:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:325:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:326:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:326:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:327:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:327:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:328:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:328:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:329:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:329:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:330:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:330:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:331:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:331:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:332:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:332:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:333:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:333:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:334:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:335:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:335:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:336:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:336:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:340:1: E303 too many blank lines (4)
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:341:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:346:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:352:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:353:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:353:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:354:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:355:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:356:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:359:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/TwoLinesLCD.py:360:1: W391 blank line at end of file
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:15:1: E402 module level import not at top of file
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:18:1: E402 module level import not at top of file
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:19:1: E402 module level import not at top of file
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:34:54: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:35:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:35:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:35:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:35:38: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:36:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:36:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:36:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:36:35: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:37:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:37:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:37:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:37:33: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:38:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:38:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:38:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:38:39: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:39:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:39:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:39:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:39:34: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:40:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:40:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:40:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:40:34: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:41:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:41:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:41:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:41:29: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:42:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:42:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:42:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:42:34: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:43:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:43:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:43:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:44:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:44:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:44:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:45:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:45:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:45:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:47:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:47:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:47:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:48:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:48:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:48:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:50:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:50:10: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:51:10: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:53:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:53:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:53:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:59:2: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:60:2: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:61:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:62:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:62:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:63:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:64:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:65:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:66:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:66:3: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:67:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:68:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:70:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:70:3: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:71:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:71:54: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:71:57: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:73:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:74:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:77:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:77:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:80:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:80:3: E303 too many blank lines (5)
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:81:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:83:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:83:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:84:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:84:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:85:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:85:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:86:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:87:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:89:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:89:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:90:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:90:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:91:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:91:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:92:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:93:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:94:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:94:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:95:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:98:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:98:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:98:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:99:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:99:2: E303 too many blank lines (3)
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:100:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:101:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:102:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:102:28: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:103:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:103:3: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:104:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:105:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:105:3: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:106:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:107:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:108:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:109:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:110:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:111:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:111:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:112:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:113:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:113:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:114:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:115:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:115:27: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:116:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:116:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:117:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:118:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:118:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:119:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:120:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:120:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:121:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:122:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:122:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:123:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:124:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:124:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:125:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:125:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:126:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:126:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:126:5: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:127:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:127:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:128:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:128:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:129:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:129:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:129:5: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:130:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:130:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:131:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:132:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:132:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:132:5: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:133:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:133:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:134:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:135:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:135:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:136:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:136:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:137:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:137:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:138:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:138:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:139:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:139:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:140:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:140:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:141:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:141:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:141:5: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:142:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:142:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:143:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:143:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:144:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:144:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:145:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:145:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:146:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:146:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:147:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:147:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:148:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:149:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:149:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:150:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:150:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:151:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:151:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:152:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:152:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:153:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:153:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:154:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:154:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:155:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:155:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:156:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:156:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:157:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:157:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:158:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:158:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:159:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:159:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:160:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:160:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:161:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:161:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:162:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:163:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:163:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:164:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:164:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:165:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:165:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:166:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:166:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:167:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:167:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:168:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:168:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:169:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:169:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:170:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:170:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:171:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:171:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:171:5: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:172:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:172:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:173:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:173:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:174:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:174:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:175:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:175:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:176:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:176:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:177:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:177:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:178:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:178:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:179:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:179:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:180:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:180:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:181:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:181:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:182:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:182:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:183:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:183:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:184:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:184:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:185:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:185:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:186:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:186:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:187:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:187:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:188:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:188:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:189:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:190:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:190:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:191:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:191:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:192:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:192:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:193:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:193:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:194:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:194:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:195:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:195:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:196:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:196:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:197:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:197:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:198:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:198:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:199:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:199:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:200:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:200:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:201:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:201:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:202:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:203:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:204:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:204:39: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:204:55: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:205:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:205:25: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:205:28: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:206:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:207:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:207:43: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:207:59: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:208:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:208:27: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:208:30: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:210:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:211:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:211:37: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:212:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:212:20: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:213:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:213:27: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:214:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:214:5: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:215:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:216:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:216:37: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:217:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:218:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:218:24: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:219:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:219:4: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:220:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:221:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:221:36: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:224:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:224:3: E303 too many blank lines (2)
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:225:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:226:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:227:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:227:9: E222 multiple spaces after operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:228:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:228:17: E901 SyntaxError: invalid syntax
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:229:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:231:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:232:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:233:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:234:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:234:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:235:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:235:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:236:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:236:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:237:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:237:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:238:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:238:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:239:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:239:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:240:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:240:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:241:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:241:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:242:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:242:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:243:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:243:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:244:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:244:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:245:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:246:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:246:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:247:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:247:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:248:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:248:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:249:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:249:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:250:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:250:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:251:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:251:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:252:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:252:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:253:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:253:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:254:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:254:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:255:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:255:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:256:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:256:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:257:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:257:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:258:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:258:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:259:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:260:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:260:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:261:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:261:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:262:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:262:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:263:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:263:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:264:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:264:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:265:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:265:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:266:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:266:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:267:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:267:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:268:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:268:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:269:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:269:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:270:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:270:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:271:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:271:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:272:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:272:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:273:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:274:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:274:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:275:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:275:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:276:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:276:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:277:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:277:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:278:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:278:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:279:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:279:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:280:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:280:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:281:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:281:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:282:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:282:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:283:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:283:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:284:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:284:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:286:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:286:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:287:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:287:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:288:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:289:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:289:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:290:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:290:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:291:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:291:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:292:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:292:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:293:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:293:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:294:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:294:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:295:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:295:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:296:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:296:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:297:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:297:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:298:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:298:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:299:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:299:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:300:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:300:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:301:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:301:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:302:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:303:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:303:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:304:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:304:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:308:1: E303 too many blank lines (4)
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:309:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:314:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:320:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:321:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:321:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:322:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:323:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:324:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:327:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/ReadingLog.py:328:1: W391 blank line at end of file
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:17:1: E402 module level import not at top of file
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:18:1: E402 module level import not at top of file
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:33:52: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:34:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:34:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:34:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:34:37: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:35:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:35:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:35:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:35:45: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:36:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:36:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:36:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:36:33: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:37:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:37:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:37:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:37:38: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:38:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:38:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:38:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:38:36: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:39:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:39:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:39:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:39:34: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:40:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:40:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:40:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:40:29: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:41:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:41:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:41:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:41:34: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:42:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:42:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:42:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:43:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:43:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:43:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:44:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:44:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:44:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:45:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:45:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:45:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:46:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:46:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:46:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:47:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:47:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:47:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:48:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:48:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:48:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:49:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:49:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:49:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:50:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:50:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:50:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:51:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:51:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:51:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:52:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:52:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:52:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:53:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:53:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:53:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:59:2: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:60:2: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:61:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:62:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:62:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:63:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:64:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:65:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:66:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:66:3: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:67:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:68:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:70:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:70:47: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:70:50: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:72:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:73:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:74:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:74:50: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:74:53: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:76:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:77:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:78:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:78:52: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:78:55: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:80:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:81:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:84:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:84:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:87:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:87:3: E303 too many blank lines (5)
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:88:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:90:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:90:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:91:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:91:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:92:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:92:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:93:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:94:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:96:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:96:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:97:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:97:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:98:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:98:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:99:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:100:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:102:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:102:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:103:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:103:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:104:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:104:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:105:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:106:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:108:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:108:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:109:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:109:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:110:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:110:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:111:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:112:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:114:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:114:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:115:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:115:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:116:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:116:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:117:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:118:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:119:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:119:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:120:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:121:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:121:13: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:124:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:124:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:124:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:125:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:125:2: E303 too many blank lines (3)
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:126:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:127:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:128:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:128:28: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:129:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:129:3: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:130:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:131:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:131:3: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:132:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:133:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:134:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:135:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:136:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:137:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:138:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:139:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:140:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:140:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:141:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:142:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:142:24: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:143:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:143:26: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:144:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:144:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:145:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:146:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:146:29: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:147:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:147:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:148:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:149:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:149:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:150:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:151:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:151:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:152:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:153:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:153:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:154:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:155:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:155:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:156:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:156:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:157:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:157:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:157:5: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:158:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:158:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:159:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:159:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:160:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:160:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:160:5: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:161:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:161:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:162:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:163:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:163:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:163:5: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:164:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:164:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:165:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:166:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:166:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:167:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:167:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:168:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:168:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:169:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:169:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:170:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:170:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:171:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:171:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:172:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:172:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:172:5: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:173:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:173:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:174:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:174:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:175:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:175:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:176:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:176:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:177:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:177:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:178:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:178:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:179:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:180:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:180:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:181:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:181:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:182:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:182:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:183:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:183:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:184:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:184:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:185:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:185:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:186:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:186:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:187:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:187:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:188:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:188:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:189:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:189:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:190:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:190:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:191:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:191:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:192:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:192:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:193:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:194:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:194:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:195:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:195:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:196:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:196:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:197:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:197:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:198:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:198:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:199:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:199:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:200:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:200:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:201:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:201:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:202:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:202:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:202:5: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:203:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:203:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:204:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:204:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:205:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:205:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:206:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:206:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:207:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:208:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:208:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:209:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:209:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:210:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:210:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:211:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:211:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:212:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:212:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:213:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:213:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:214:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:214:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:215:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:215:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:216:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:216:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:217:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:217:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:218:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:218:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:219:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:219:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:220:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:220:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:221:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:222:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:222:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:223:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:223:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:224:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:225:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:226:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:227:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:228:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:229:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:230:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:231:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:232:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:233:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:234:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:235:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:235:41: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:236:26: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:237:26: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:238:26: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:239:27: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:240:27: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:242:35: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:244:35: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:245:46: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:245:64: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:245:67: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:248:43: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:249:35: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:249:80: E501 line too long (84 > 79 characters)
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:250:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:251:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:251:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:251:21: E901 TabError: inconsistent use of tabs and spaces in indentation
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:252:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:252:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:253:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:253:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:254:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:254:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:255:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:255:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:256:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:256:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:257:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:257:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:258:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:258:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:259:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:259:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:260:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:260:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:261:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:261:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:262:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:262:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:263:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:263:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:264:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:265:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:265:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:266:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:266:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:267:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:267:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:268:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:268:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:269:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:269:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:270:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:270:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:271:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:271:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:272:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:272:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:273:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:273:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:274:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:274:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:275:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:275:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:276:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:276:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:277:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:277:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:278:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:279:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:279:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:280:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:280:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:281:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:281:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:282:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:282:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:283:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:283:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:284:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:284:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:285:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:285:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:286:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:286:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:287:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:287:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:288:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:288:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:289:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:289:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:290:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:290:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:291:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:291:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:292:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:293:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:293:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:294:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:294:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:295:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:295:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:296:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:296:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:297:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:297:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:298:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:298:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:299:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:299:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:300:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:300:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:301:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:301:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:302:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:302:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:303:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:303:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:305:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:305:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:306:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:306:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:307:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:308:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:308:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:309:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:309:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:310:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:310:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:311:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:311:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:312:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:312:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:313:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:313:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:314:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:314:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:315:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:315:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:316:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:316:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:317:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:317:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:318:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:318:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:319:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:319:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:320:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:320:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:321:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:322:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:322:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:323:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:323:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:327:1: E303 too many blank lines (4)
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:328:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:333:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:339:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:340:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:340:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:341:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:342:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:343:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:346:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/JoyVelRTC.py:347:1: W391 blank line at end of file
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:17:1: E402 module level import not at top of file
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:18:1: E402 module level import not at top of file
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:19:1: E402 module level import not at top of file
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:20:1: E402 module level import not at top of file
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:21:1: E402 module level import not at top of file
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:22:1: E402 module level import not at top of file
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:23:1: E402 module level import not at top of file
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:30:80: E501 line too long (85 > 79 characters)
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:31:2: E114 indentation is not a multiple of four (comment)
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:31:2: E116 unexpected indentation (comment)
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:31:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:32:6: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:37:6: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:37:36: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:37:36: E262 inline comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:38:6: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:38:36: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:38:36: E262 inline comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:40:8: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:42:5: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:43:8: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:44:1: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:45:11: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:47:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:55:5: E301 expected 1 blank line, found 0
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:57:13: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:60:6: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:61:6: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:62:6: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:63:6: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:64:6: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:68:9: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:68:28: E231 missing whitespace after ':'
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:69:5: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:70:13: E231 missing whitespace after ':'
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:70:19: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:70:24: E231 missing whitespace after ':'
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:71:13: E231 missing whitespace after ':'
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:71:19: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:71:24: E231 missing whitespace after ':'
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:71:30: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:71:35: E231 missing whitespace after ':'
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:72:13: E231 missing whitespace after ':'
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:72:19: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:72:24: E231 missing whitespace after ':'
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:72:30: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:72:35: E231 missing whitespace after ':'
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:73:13: E231 missing whitespace after ':'
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:73:19: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:73:24: E231 missing whitespace after ':'
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:77:9: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:77:28: E231 missing whitespace after ':'
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:78:5: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:79:13: E231 missing whitespace after ':'
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:79:19: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:79:24: E231 missing whitespace after ':'
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:80:13: E231 missing whitespace after ':'
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:80:19: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:80:24: E231 missing whitespace after ':'
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:80:30: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:80:35: E231 missing whitespace after ':'
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:81:13: E231 missing whitespace after ':'
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:81:19: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:81:24: E231 missing whitespace after ':'
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:81:30: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:81:35: E231 missing whitespace after ':'
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:81:41: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:81:46: E231 missing whitespace after ':'
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:81:52: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:81:57: E231 missing whitespace after ':'
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:84:9: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:84:17: E901 SyntaxError: invalid syntax
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:85:1: E302 expected 2 blank lines, found 0
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:85:19: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:86:20: E227 missing whitespace around bitwise or shift operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:87:14: E227 missing whitespace around bitwise or shift operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:90:17: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:91:13: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:92:13: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:93:16: E227 missing whitespace around bitwise or shift operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:95:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:95:16: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:95:23: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:96:11: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:97:11: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:98:9: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:98:19: E227 missing whitespace around bitwise or shift operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:99:8: E221 multiple spaces before operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:99:11: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:100:11: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:100:16: E227 missing whitespace around bitwise or shift operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:101:11: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:101:13: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:101:15: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:101:17: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:101:19: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:101:21: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:103:11: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:104:11: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:104:17: E227 missing whitespace around bitwise or shift operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:104:23: E227 missing whitespace around bitwise or shift operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:104:29: E227 missing whitespace around bitwise or shift operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:105:16: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:108:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:108:22: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:109:17: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:110:20: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:111:10: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:113:14: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:113:21: E227 missing whitespace around bitwise or shift operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:113:25: E227 missing whitespace around bitwise or shift operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:113:28: E227 missing whitespace around bitwise or shift operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:114:10: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:115:7: E221 multiple spaces before operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:115:16: E227 missing whitespace around bitwise or shift operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:116:9: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:116:16: E227 missing whitespace around bitwise or shift operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:116:19: E202 whitespace before ')'
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:116:21: E227 missing whitespace around bitwise or shift operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:117:16: E221 multiple spaces before operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:117:22: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:118:9: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:118:23: E227 missing whitespace around bitwise or shift operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:119:11: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:120:15: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:121:18: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:122:16: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:122:47: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:124:1: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:125:1: E731 do not assign a lambda expression, use a def
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:125:7: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:125:16: E231 missing whitespace after ':'
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:135:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:135:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:135:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:136:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:136:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:136:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:137:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:137:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:137:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:138:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:138:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:138:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:139:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:139:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:139:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:140:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:140:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:140:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:141:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:141:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:141:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:142:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:142:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:142:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:143:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:143:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:143:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:144:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:144:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:144:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:145:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:145:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:145:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:146:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:146:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:146:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:149:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:152:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:153:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:155:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:156:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:158:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:159:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:160:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:161:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:163:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:163:54: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:163:57: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:165:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:166:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:167:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:167:55: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:167:58: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:169:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:170:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:170:80: E501 line too long (81 > 79 characters)
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:171:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:171:47: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:171:50: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:173:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:174:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:175:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:175:48: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:175:51: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:177:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:178:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:179:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:179:48: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:179:51: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:181:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:182:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:183:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:183:48: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:183:51: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:185:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:186:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:187:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:187:53: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:187:56: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:189:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:190:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:190:80: E501 line too long (81 > 79 characters)
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:196:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:196:3: E303 too many blank lines (5)
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:197:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:200:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:200:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:201:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:201:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:202:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:203:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:205:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:206:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:207:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:207:13: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:208:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:209:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:209:9: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:210:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:210:9: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:211:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:211:9: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:212:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:212:9: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:213:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:214:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:214:16: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:215:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:216:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:217:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:217:17: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:217:36: E231 missing whitespace after ':'
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:218:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:218:25: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:219:37: E231 missing whitespace after ':'
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:220:37: E231 missing whitespace after ':'
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:222:37: E231 missing whitespace after ':'
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:223:37: E231 missing whitespace after ':'
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:224:37: E231 missing whitespace after ':'
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:226:37: E231 missing whitespace after ':'
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:227:37: E231 missing whitespace after ':'
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:228:37: E231 missing whitespace after ':'
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:229:37: E231 missing whitespace after ':'
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:230:37: E231 missing whitespace after ':'
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:232:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:232:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:232:14: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:235:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:235:2: E303 too many blank lines (2)
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:235:18: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:235:25: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:236:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:236:11: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:237:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:237:2: E301 expected 1 blank line, found 0
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:237:19: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:237:26: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:238:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:238:11: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:239:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:239:2: E301 expected 1 blank line, found 0
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:239:18: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:240:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:240:23: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:241:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:242:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:243:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:243:2: E301 expected 1 blank line, found 0
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:243:18: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:244:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:244:23: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:245:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:246:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:247:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:247:2: E301 expected 1 blank line, found 0
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:247:18: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:248:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:248:23: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:249:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:250:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:251:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:251:2: E301 expected 1 blank line, found 0
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:251:22: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:252:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:252:17: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:253:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:253:2: E301 expected 1 blank line, found 0
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:253:22: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:254:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:254:17: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:255:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:255:2: E301 expected 1 blank line, found 0
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:255:22: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:256:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:256:17: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:257:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:257:2: E301 expected 1 blank line, found 0
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:257:22: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:258:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:258:17: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:259:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:259:2: E301 expected 1 blank line, found 0
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:259:22: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:260:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:260:17: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:262:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:265:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:266:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:268:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:270:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:271:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:272:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:274:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:275:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:275:30: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:277:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:278:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:278:32: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:279:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:279:28: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:280:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:280:28: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:281:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:281:28: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:282:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:282:28: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:283:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:283:32: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:285:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:287:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:289:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:291:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:293:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:293:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:294:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:294:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:295:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:296:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:296:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:297:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:297:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:298:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:299:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:299:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:300:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:301:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:301:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:302:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:303:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:303:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:305:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:305:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:306:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:306:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:307:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:308:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:308:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:309:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:309:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:310:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:311:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:311:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:312:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:313:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:313:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:314:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:315:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:315:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:316:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:317:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:317:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:319:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:319:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:320:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:320:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:321:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:322:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:322:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:323:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:323:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:324:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:325:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:325:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:326:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:327:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:327:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:328:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:329:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:329:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:330:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:331:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:331:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:333:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:336:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:337:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:339:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:341:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:343:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:344:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:345:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:345:13: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:345:41: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:346:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:347:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:347:17: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:348:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:349:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:349:11: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:350:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:350:11: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:351:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:351:9: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:352:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:352:9: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:353:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:353:9: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:354:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:354:9: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:355:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:356:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:356:17: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:357:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:357:11: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:358:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:359:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:359:16: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:361:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:363:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:366:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:367:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:369:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:371:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:373:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:374:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:375:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:375:17: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:376:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:377:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:377:17: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:378:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:378:17: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:379:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:379:3: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:380:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:380:17: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:381:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:382:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:383:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:384:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:384:13: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:387:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:387:3: E303 too many blank lines (2)
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:389:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:392:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:393:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:395:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:397:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:399:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:400:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:401:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:402:29: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:403:27: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:404:27: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:405:27: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:406:27: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:407:39: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:408:39: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:409:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:409:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:410:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:410:5: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:411:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:411:5: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:412:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:412:5: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:413:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:413:5: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:414:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:414:5: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:415:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:415:5: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:416:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:416:27: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:416:36: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:417:26: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:418:27: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:419:23: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:420:23: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:421:23: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:422:23: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:423:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:423:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:423:27: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:423:45: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:423:49: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:424:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:424:23: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:424:53: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:424:61: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:425:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:426:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:426:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:427:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:428:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:429:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:429:3: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:429:80: E501 line too long (100 > 79 characters)
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:430:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:430:9: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:431:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:431:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:431:27: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:432:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:433:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:434:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:435:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:435:2: E301 expected 1 blank line, found 0
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:435:20: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:436:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:437:29: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:438:37: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:440:29: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:442:25: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:444:33: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:445:35: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:445:40: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:446:41: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:448:46: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:449:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:449:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:449:2: E301 expected 1 blank line, found 0
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:449:15: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:449:18: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:449:25: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:450:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:450:31: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:452:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:452:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:453:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:453:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:454:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:455:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:455:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:456:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:456:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:457:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:458:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:458:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:459:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:460:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:460:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:461:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:462:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:462:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:463:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:464:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:464:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:466:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:466:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:467:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:467:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:468:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:469:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:469:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:470:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:470:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:471:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:472:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:472:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:473:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:474:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:474:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:475:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:476:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:476:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:477:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:478:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:478:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:480:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:483:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:484:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:486:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:488:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:490:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:491:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:492:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:492:16: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:492:16: E711 comparison to None should be 'if cond is not None:'
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:493:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:494:35: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:495:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:495:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:497:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:497:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:498:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:498:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:499:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:500:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:500:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:501:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:501:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:502:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:503:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:503:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:504:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:505:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:505:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:506:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:507:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:507:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:508:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:509:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:509:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:511:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:511:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:512:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:512:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:513:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:514:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:514:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:515:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:515:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:516:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:517:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:517:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:518:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:519:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:519:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:520:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:521:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:521:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:522:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:523:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:523:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:528:1: E303 too many blank lines (4)
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:529:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:534:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:540:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:541:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:541:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:542:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:543:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:544:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:547:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/Zumo.py:548:1: W391 blank line at end of file
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:9:1: E402 module level import not at top of file
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:10:1: E402 module level import not at top of file
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:12:60: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:13:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:13:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:13:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:13:41: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:14:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:14:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:14:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:14:45: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:15:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:15:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:15:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:15:33: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:16:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:16:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:16:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:16:38: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:17:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:17:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:17:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:17:36: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:18:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:18:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:18:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:18:34: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:19:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:19:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:19:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:19:29: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:20:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:20:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:20:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:20:34: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:21:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:21:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:21:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:22:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:22:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:22:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:23:1: E302 expected 2 blank lines, found 0
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:24:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:25:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:27:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:27:44: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:27:47: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:28:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:29:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:29:2: E301 expected 1 blank line, found 0
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:30:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:30:22: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:31:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:32:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:32:2: E301 expected 1 blank line, found 0
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:33:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:33:3: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:34:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:35:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:35:5: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:36:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:36:14: E901 SyntaxError: invalid syntax
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:37:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:38:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:39:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:40:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:40:3: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:41:1: E302 expected 2 blank lines, found 0
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:42:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:47:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:53:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:54:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:54:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:55:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:56:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:57:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:60:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/IO_test/ULongSeqInput.py:61:1: W391 blank line at end of file
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:17:1: E402 module level import not at top of file
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:18:1: E402 module level import not at top of file
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:34:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:34:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:34:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:35:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:35:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:35:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:36:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:36:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:36:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:37:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:37:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:37:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:38:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:38:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:38:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:39:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:39:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:39:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:40:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:40:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:40:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:41:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:41:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:41:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:42:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:42:3: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:42:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:43:1: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:43:1: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:44:1: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:44:1: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:45:1: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:45:1: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:46:1: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:46:1: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:47:1: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:47:1: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:48:1: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:48:1: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:49:1: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:49:1: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:50:1: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:50:1: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:51:1: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:51:1: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:52:1: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:52:1: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:53:1: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:53:1: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:54:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:54:10: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:54:32: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:55:10: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:55:32: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:57:1: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:57:1: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:58:1: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:58:1: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:59:1: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:59:1: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:60:1: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:60:1: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:61:1: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:61:1: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:62:1: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:62:1: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:63:1: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:63:1: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:64:1: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:64:1: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:65:1: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:65:1: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:66:1: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:66:1: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:67:1: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:67:1: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:68:10: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:68:35: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:69:10: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:69:35: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:71:10: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:72:1: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:73:1: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:74:1: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:75:1: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:76:1: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:77:1: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:78:1: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:79:1: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:80:1: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:81:1: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:83:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:83:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:83:4: E128 continuation line under-indented for visual indent
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:91:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:93:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:94:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:95:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:96:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:97:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:98:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:100:1: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:101:1: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:102:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:102:53: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:102:56: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:104:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:105:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:106:1: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:107:1: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:108:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:108:52: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:108:55: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:110:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:111:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:117:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:117:3: E303 too many blank lines (5)
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:118:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:119:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:119:15: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:120:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:120:15: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:122:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:126:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:126:2: E303 too many blank lines (3)
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:127:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:128:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:129:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:130:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:131:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:132:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:133:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:134:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:135:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:136:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:136:3: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:137:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:137:3: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:137:80: E501 line too long (87 > 79 characters)
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:138:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:138:3: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:138:80: E501 line too long (85 > 79 characters)
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:139:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:139:3: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:139:80: E501 line too long (84 > 79 characters)
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:140:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:140:3: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:140:80: E501 line too long (85 > 79 characters)
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:141:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:141:3: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:141:80: E501 line too long (87 > 79 characters)
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:142:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:142:3: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:142:80: E501 line too long (84 > 79 characters)
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:143:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:143:3: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:143:80: E501 line too long (84 > 79 characters)
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:144:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:144:3: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:144:80: E501 line too long (84 > 79 characters)
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:145:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:145:3: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:145:80: E501 line too long (85 > 79 characters)
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:146:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:146:3: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:146:80: E501 line too long (85 > 79 characters)
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:147:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:147:31: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:147:44: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:148:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:148:31: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:148:44: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:150:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:151:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:151:31: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:153:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:154:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:154:29: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:156:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:158:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:160:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:162:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:164:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:164:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:165:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:165:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:166:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:166:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:167:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:167:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:168:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:168:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:169:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:169:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:170:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:171:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:171:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:172:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:172:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:173:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:174:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:174:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:176:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:176:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:177:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:177:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:178:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:178:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:179:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:179:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:180:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:180:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:181:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:181:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:182:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:182:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:183:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:183:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:184:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:184:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:185:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:185:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:186:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:186:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:187:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:188:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:188:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:190:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:190:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:191:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:191:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:192:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:192:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:193:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:193:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:194:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:194:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:195:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:195:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:196:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:196:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:197:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:197:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:198:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:198:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:199:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:199:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:200:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:200:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:201:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:202:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:202:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:204:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:204:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:205:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:205:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:206:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:206:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:207:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:207:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:208:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:208:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:209:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:209:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:210:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:210:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:211:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:211:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:212:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:212:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:213:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:213:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:214:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:215:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:215:11: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:216:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:216:11: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:217:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:217:26: E231 missing whitespace after ':'
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:217:39: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:217:46: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:218:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:219:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:219:26: E231 missing whitespace after ':'
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:219:39: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:219:46: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:220:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:221:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:223:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:223:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:224:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:224:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:225:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:225:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:226:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:226:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:227:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:227:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:228:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:228:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:229:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:229:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:230:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:230:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:231:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:231:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:232:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:232:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:233:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:233:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:234:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:235:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:235:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:237:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:238:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:239:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:240:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:241:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:242:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:243:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:244:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:245:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:246:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:247:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:248:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:248:34: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:249:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:249:15: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:250:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:250:6: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:250:23: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:250:25: E231 missing whitespace after ':'
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:250:29: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:250:41: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:251:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:251:6: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:252:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:252:6: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:252:23: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:252:25: E231 missing whitespace after ':'
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:252:29: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:252:41: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:254:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:254:25: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:254:43: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:254:46: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:255:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:256:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:256:9: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:256:36: E901 TabError: inconsistent use of tabs and spaces in indentation
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:258:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:258:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:260:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:260:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:261:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:261:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:262:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:262:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:263:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:263:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:264:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:264:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:265:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:265:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:266:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:266:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:267:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:267:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:268:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:268:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:269:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:269:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:270:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:270:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:271:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:272:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:272:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:274:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:274:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:275:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:275:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:276:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:276:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:277:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:277:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:278:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:278:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:279:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:279:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:280:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:280:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:281:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:281:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:282:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:282:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:283:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:283:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:284:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:284:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:285:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:286:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:286:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:288:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:288:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:289:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:289:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:290:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:290:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:291:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:291:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:292:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:292:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:293:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:293:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:294:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:294:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:295:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:295:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:296:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:296:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:297:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:297:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:298:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:298:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:299:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:300:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:300:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:302:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:302:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:303:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:303:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:304:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:304:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:305:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:305:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:306:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:306:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:307:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:307:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:308:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:308:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:309:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:309:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:310:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:310:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:312:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:312:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:313:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:313:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:314:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:315:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:315:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:317:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:317:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:318:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:318:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:319:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:319:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:320:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:320:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:321:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:321:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:322:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:322:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:323:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:323:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:324:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:324:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:325:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:325:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:326:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:326:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:327:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:327:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:328:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:329:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:329:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:334:1: E303 too many blank lines (4)
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:335:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:340:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:346:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:347:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:347:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:348:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:349:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:350:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:353:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/ZumoComponents/LineTracer.py:354:1: W391 blank line at end of file
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:10:20: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:10:21: E262 inline comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:11:18: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:11:19: E262 inline comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:15:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:18:9: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:20:80: E501 line too long (95 > 79 characters)
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:20:84: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:23:29: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:25:80: E501 line too long (101 > 79 characters)
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:25:90: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:28:35: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:30:9: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:39:9: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:40:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:40:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:40:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:41:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:41:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:41:80: E501 line too long (117 > 79 characters)
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:42:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:42:80: E501 line too long (154 > 79 characters)
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:42:137: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:42:137: E262 inline comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:43:80: E501 line too long (158 > 79 characters)
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:43:141: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:43:141: E262 inline comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:45:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:45:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:45:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:46:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:46:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:47:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:47:80: E501 line too long (105 > 79 characters)
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:47:92: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:47:92: E262 inline comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:48:33: E901 SyntaxError: invalid syntax
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:50:9: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:54:9: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:55:80: E501 line too long (136 > 79 characters)
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:57:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:57:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:57:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:58:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:58:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:59:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:59:80: E501 line too long (122 > 79 characters)
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:60:80: E501 line too long (126 > 79 characters)
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:63:9: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:64:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:64:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:64:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:65:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:65:80: E501 line too long (213 > 79 characters)
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:67:22: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:67:27: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:67:35: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:67:35: E262 inline comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:69:59: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:72:59: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:76:57: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:79:59: E225 missing whitespace around operator
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:86:9: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:89:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:89:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:89:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:90:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:90:80: E501 line too long (118 > 79 characters)
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:91:80: E501 line too long (125 > 79 characters)
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:93:9: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:97:9: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:98:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:98:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:98:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:99:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:108:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:109:13: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:111:9: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:112:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:112:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:112:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:113:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:113:73: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:113:80: E501 line too long (84 > 79 characters)
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:116:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:118:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:118:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:118:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:118:14: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:119:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:119:33: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:120:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:122:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:122:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:122:2: E265 block comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:123:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:123:33: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:125:1: E302 expected 2 blank lines, found 1
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:132:26: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:133:24: E231 missing whitespace after ','
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:140:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:140:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:141:1: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:142:1: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:142:13: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:142:40: E712 comparison to True should be 'if cond is True:' or 'if cond:'
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:143:17: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:143:17: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:144:17: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:144:17: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:145:17: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:145:17: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:146:17: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:146:17: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:147:17: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:147:17: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:148:17: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:148:17: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:148:38: W291 trailing whitespace
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:149:17: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:149:17: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:150:17: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:150:17: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:151:17: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:151:17: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:152:13: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:152:13: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:153:17: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:153:17: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:154:17: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:154:17: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:155:17: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:155:17: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:156:17: E101 indentation contains mixed spaces and tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:156:17: W191 indentation contains tabs
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:158:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:162:15: E261 at least two spaces before inline comment
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:162:16: E262 inline comment should start with '# '
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:163:1: W293 blank line contains whitespace
* 08/src/SI2017/RTComponents/Zumo/SwitchControl/ComponentControl.py:163:1: W391 blank line at end of file

Licenses

0 licenses


Executables

0 executables

Back to summary


Entry No. : 09

Title

RTミドルウェアを用いたロボット操縦と複合現実感体験を伴うゲームシステム

URL

http://www.openrtm.org/openrtm/ja/project/contest2017_09

RTCs

2 components

Line of Code

Total

Comment Rate

54.00 %

Detail

files language blank comment code
15 CMake 157 106 637
2 IDL 38 0 210
1 Python 80 238 183
2 C++ 59 135 144
2 XML 0 0 88
1 C/C++ Header 53 233 45

Errors

0 errors


Warnings

136 warnings

* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:11:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:16:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:69:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:76:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:82:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:83:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:84:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:85:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:86:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:88:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:89:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:90:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:91:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:93:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:95:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:97:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:99:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:101:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:102:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:103:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:104:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:105:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:106:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:107:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:108:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:109:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:111:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:137:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:138:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:143:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:144:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:149:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:150:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:150:  Missing space before {  [whitespace/braces] [5]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:151:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:153:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:154:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:154:  Missing space before {  [whitespace/braces] [5]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:155:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:155:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:156:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:156:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:157:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:158:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:158:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:158:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:159:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:159:  Missing space before {  [whitespace/braces] [5]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:160:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:161:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:162:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:162:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:162:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:162:  Missing space before {  [whitespace/braces] [5]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:163:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:164:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:165:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:166:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:166:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:166:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:166:  Missing space before {  [whitespace/braces] [5]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:167:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:167:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:168:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:168:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:169:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:170:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:170:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:170:  At least two spaces is best between code and comments  [whitespace/comments] [2]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:171:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:171:  Missing space before {  [whitespace/braces] [5]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:172:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:173:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:174:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:174:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:174:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:174:  Missing space before {  [whitespace/braces] [5]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:175:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:176:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:177:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:178:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:178:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:179:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:179:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:180:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:180:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:180:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:181:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:181:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:182:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:183:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:184:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:185:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:186:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:187:  Tab found; better to use spaces  [whitespace/tab] [1]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:229:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:230:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:230:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:230:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:232:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:238:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2D.cpp:238:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2DComp.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2DComp.cpp:13:  Found C system header after C++ system header. Should be: ARTKMarkerInfoToPose2DComp.h, c system, c++ system, other.  [build/include_order] [4]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2DComp.cpp:18:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2DComp.cpp:25:  Missing spaces around ==  [whitespace/operators] [3]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2DComp.cpp:26:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2DComp.cpp:37:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2DComp.cpp:45:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2DComp.cpp:52:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2DComp.cpp:74:  Extra space before ( in function call  [whitespace/parens] [4]
* 09/src/ARTKMarkerInfoToPose2D/src/ARTKMarkerInfoToPose2DComp.cpp:75:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
* 09/src/MobileRobotShootingGameRTC/MobileRobotShootingGame.py:17:1: E402 module level import not at top of file
* 09/src/MobileRobotShootingGameRTC/MobileRobotShootingGame.py:18:1: E402 module level import not at top of file
* 09/src/MobileRobotShootingGameRTC/MobileRobotShootingGame.py:20:1: E402 module level import not at top of file
* 09/src/MobileRobotShootingGameRTC/MobileRobotShootingGame.py:36:80: E501 line too long (117 > 79 characters)
* 09/src/MobileRobotShootingGameRTC/MobileRobotShootingGame.py:49:80: E501 line too long (83 > 79 characters)
* 09/src/MobileRobotShootingGameRTC/MobileRobotShootingGame.py:53:80: E501 line too long (115 > 79 characters)
* 09/src/MobileRobotShootingGameRTC/MobileRobotShootingGame.py:259:22: E901 SyntaxError: invalid syntax
* 09/src/MobileRobotShootingGameRTC/MobileRobotShootingGame.py:291:80: E501 line too long (93 > 79 characters)
* 09/src/MobileRobotShootingGameRTC/MobileRobotShootingGame.py:300:80: E501 line too long (96 > 79 characters)
* 09/src/MobileRobotShootingGameRTC/MobileRobotShootingGame.py:302:80: E501 line too long (96 > 79 characters)
* 09/src/MobileRobotShootingGameRTC/MobileRobotShootingGame.py:305:80: E501 line too long (101 > 79 characters)
* 09/src/MobileRobotShootingGameRTC/MobileRobotShootingGame.py:306:80: E501 line too long (96 > 79 characters)
* 09/src/MobileRobotShootingGameRTC/MobileRobotShootingGame.py:307:80: E501 line too long (84 > 79 characters)
* 09/src/MobileRobotShootingGameRTC/MobileRobotShootingGame.py:308:80: E501 line too long (87 > 79 characters)
* 09/src/MobileRobotShootingGameRTC/MobileRobotShootingGame.py:312:80: E501 line too long (91 > 79 characters)
* 09/src/MobileRobotShootingGameRTC/MobileRobotShootingGame.py:328:80: E501 line too long (110 > 79 characters)
* 09/src/MobileRobotShootingGameRTC/MobileRobotShootingGame.py:347:80: E501 line too long (82 > 79 characters)
* 09/src/MobileRobotShootingGameRTC/MobileRobotShootingGame.py:363:80: E501 line too long (80 > 79 characters)
* 09/src/MobileRobotShootingGameRTC/MobileRobotShootingGame.py:366:80: E501 line too long (87 > 79 characters)
* 09/src/MobileRobotShootingGameRTC/MobileRobotShootingGame.py:367:80: E501 line too long (94 > 79 characters)
* 09/src/MobileRobotShootingGameRTC/MobileRobotShootingGame.py:381:80: E501 line too long (80 > 79 characters)
* 09/src/MobileRobotShootingGameRTC/MobileRobotShootingGame.py:384:80: E501 line too long (87 > 79 characters)
* 09/src/MobileRobotShootingGameRTC/MobileRobotShootingGame.py:385:80: E501 line too long (94 > 79 characters)

Licenses

11 licenses

* 09/src/ARTKMarkerInfoToPose2D/doc/content/index.txt
* 09/src/ARTKMarkerInfoToPose2D/doc/content/index_j.txt
* 09/src/ARTKMarkerInfoToPose2D/README.ARTKMarkerInfoToPose2D
* 09/src/ARTKMarkerInfoToPose2D/COPYING.LESSER
* 09/src/ARTKMarkerInfoToPose2D/COPYING
* 09/src/MobileRobotShootingGameRTC/doc/content/index.txt
* 09/src/MobileRobotShootingGameRTC/doc/content/index_j.txt
* 09/src/MobileRobotShootingGameRTC/COPYING.LESSER
* 09/src/MobileRobotShootingGameRTC/README.MobileRobotShootingGame
* 09/src/MobileRobotShootingGameRTC/CMakeLists.txt
* 09/src/MobileRobotShootingGameRTC/COPYING

Executables

0 executables

Back to summary


Entry No. : 10

Title

DockerによるRTミドルウェア開発・検証環境の提供

URL

http://www.openrtm.org/openrtm/ja/project/contest2017_10

RTCs

0 components

Line of Code

Total

Comment Rate

23.00 %

Detail

files language blank comment code
6 Python 176 284 657
8 Bourne Shell 95 83 485
2 DOS Batch 43 5 259
1 make 30 5 190
1 CSS 4 0 13
1 HTML 1 0 8
2 YAML 0 0 8

Errors

0 errors


Warnings

27 warnings

* 10/src/docker-openrtm-tools/examples/ImageToObjectPrediction/run.py:9:80: E501 line too long (92 > 79 characters)
* 10/src/docker-openrtm-tools/rtmdocker.py:174:80: E501 line too long (82 > 79 characters)
* 10/src/docker-openrtm/docs/source/conf.py:124:1: E265 block comment should start with '# '
* 10/src/docker-openrtm/docs/source/conf.py:125:1: E265 block comment should start with '# '
* 10/src/docker-openrtm/docs/source/conf.py:154:80: E501 line too long (80 > 79 characters)
* 10/src/docker-openrtm/docs/source/conf.py:184:80: E501 line too long (84 > 79 characters)
* 10/src/docker-openrtm/docs/source/conf.py:312:15: E901 SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 0-1: truncated \uXXXX escape
* 10/src/docker-openrtm/scripts/gen_dockerfile.py:37:80: E501 line too long (82 > 79 characters)
* 10/src/docker-openrtm/scripts/gen_dockerfile.py:53:80: E501 line too long (82 > 79 characters)
* 10/src/docker-openrtm/scripts/gen_dockerfile.py:81:80: E501 line too long (112 > 79 characters)
* 10/src/docker-openrtm/scripts/gen_dockerfile.py:86:80: E501 line too long (116 > 79 characters)
* 10/src/docker-openrtm/scripts/gen_dockerfile.py:89:80: E501 line too long (157 > 79 characters)
* 10/src/docker-openrtm/scripts/gen_dockerfile.py:95:80: E501 line too long (104 > 79 characters)
* 10/src/docker-openrtm/scripts/gen_dockerfile.py:96:80: E501 line too long (128 > 79 characters)
* 10/src/docker-openrtm/scripts/gen_dockerfile.py:100:80: E501 line too long (82 > 79 characters)
* 10/src/docker-openrtm/scripts/gen_dockerfile.py:110:80: E501 line too long (112 > 79 characters)
* 10/src/docker-openrtm/scripts/gen_dockerfile.py:114:80: E501 line too long (116 > 79 characters)
* 10/src/docker-openrtm/scripts/gen_dockerfile.py:117:80: E501 line too long (157 > 79 characters)
* 10/src/docker-openrtm/scripts/gen_dockerfile.py:123:80: E501 line too long (104 > 79 characters)
* 10/src/docker-openrtm/scripts/gen_dockerfile.py:124:80: E501 line too long (128 > 79 characters)
* 10/src/docker-openrtm/scripts/gen_dockerfile.py:128:80: E501 line too long (82 > 79 characters)
* 10/src/docker-openrtm/scripts/gen_dockerfile.py:134:80: E501 line too long (91 > 79 characters)
* 10/src/docker-openrtm/scripts/gen_dockerfile.py:135:80: E501 line too long (116 > 79 characters)
* 10/src/docker-openrtm/scripts/gen_dockerfile.py:141:80: E501 line too long (91 > 79 characters)
* 10/src/docker-openrtm/scripts/gen_dockerfile.py:143:80: E501 line too long (157 > 79 characters)
* 10/src/docker-openrtm/scripts/gen_dockerfile.py:172:80: E501 line too long (102 > 79 characters)
* 10/src/docker-openrtm/scripts/gen_dockerfile.py:227:80: E501 line too long (106 > 79 characters)

Licenses

3 licenses

* 10/src/docker-openrtm-tools/LICENSE
* 10/src/docker-openrtm/docs/source/index.rst
* 10/src/docker-openrtm/LICENSE

Executables

1 executables

Back to summary