You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "sebastien goasguen (JIRA)" <ji...@apache.org> on 2013/06/20 14:34:20 UTC

[jira] [Created] (CLOUDSTACK-3096) Make Marvin python scripts pep8 compliant

sebastien goasguen created CLOUDSTACK-3096:
----------------------------------------------

             Summary: Make Marvin python scripts pep8 compliant
                 Key: CLOUDSTACK-3096
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3096
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
            Reporter: sebastien goasguen


marvin /tools/marvin contains python scripts that are not pep8 compliant

$ pwd
/Users/sebastiengoasguen/Documents/incubator-cloudstack/tools/marvin/marvin
sebmini:marvin sebastiengoasguen$ for f in `ls *.py`;do pep8 $f;done
TestCaseExecuteEngine.py:8:2: W291 trailing whitespace
TestCaseExecuteEngine.py:10:2: W291 trailing whitespace
TestCaseExecuteEngine.py:24:1: E302 expected 2 blank lines, found 1
TestCaseExecuteEngine.py:28:1: E302 expected 2 blank lines, found 1
TestCaseExecuteEngine.py:29:80: E501 line too long (89 > 79 characters)
TestCaseExecuteEngine.py:33:52: W291 trailing whitespace
TestCaseExecuteEngine.py:37:80: E501 line too long (98 > 79 characters)
TestCaseExecuteEngine.py:44:51: W291 trailing whitespace
TestCaseExecuteEngine.py:62:1: W293 blank line contains whitespace
TestCaseExecuteEngine.py:66:80: E501 line too long (102 > 79 characters)
TestCaseExecuteEngine.py:68:1: W293 blank line contains whitespace
TestCaseExecuteEngine.py:76:55: W291 trailing whitespace
TestCaseExecuteEngine.py:80:1: W293 blank line contains whitespace
TestCaseExecuteEngine.py:81:65: W291 trailing whitespace
TestCaseExecuteEngine.py:84:80: E501 line too long (86 > 79 characters)
TestCaseExecuteEngine.py:86:42: E261 at least two spaces before inline comment
TestCaseExecuteEngine.py:86:43: E262 inline comment should start with '# '
TestCaseExecuteEngine.py:86:80: E501 line too long (91 > 79 characters)
TestCaseExecuteEngine.py:87:80: E501 line too long (102 > 79 characters)
TestCaseExecuteEngine.py:91:80: E501 line too long (95 > 79 characters)
__init__.py:8:2: W291 trailing whitespace
__init__.py:10:2: W291 trailing whitespace
asyncJobMgr.py:8:2: W291 trailing whitespace
asyncJobMgr.py:10:2: W291 trailing whitespace
asyncJobMgr.py:27:1: E302 expected 2 blank lines, found 1
asyncJobMgr.py:44:80: E501 line too long (104 > 79 characters)
asyncJobMgr.py:85:80: E501 line too long (94 > 79 characters)
asyncJobMgr.py:95:80: E501 line too long (88 > 79 characters)
asyncJobMgr.py:96:80: E501 line too long (94 > 79 characters)
asyncJobMgr.py:178:80: E501 line too long (101 > 79 characters)
asyncJobMgr.py:195:80: E501 line too long (90 > 79 characters)
asyncJobMgr.py:208:80: E501 line too long (105 > 79 characters)
asyncJobMgr.py:214:80: E501 line too long (91 > 79 characters)
asyncJobMgr.py:219:80: E501 line too long (86 > 79 characters)
asyncJobMgr.py:221:80: E501 line too long (80 > 79 characters)
cloudstackConnection.py:41:24: E261 at least two spaces before inline comment
cloudstackConnection.py:41:25: E262 inline comment should start with '# '
cloudstackException.py:8:2: W291 trailing whitespace
cloudstackException.py:10:2: W291 trailing whitespace
cloudstackException.py:18:1: E302 expected 2 blank lines, found 1
cloudstackException.py:19:27: E251 unexpected spaces around keyword / parameter equals
cloudstackException.py:19:29: E251 unexpected spaces around keyword / parameter equals
cloudstackException.py:19:40: E251 unexpected spaces around keyword / parameter equals
cloudstackException.py:19:42: E251 unexpected spaces around keyword / parameter equals
cloudstackException.py:20:61: E228 missing whitespace around modulo operator
cloudstackException.py:21:5: E301 expected 1 blank line, found 0
cloudstackException.py:23:1: W293 blank line contains whitespace
cloudstackException.py:24:1: E302 expected 2 blank lines, found 1
cloudstackException.py:27:5: E301 expected 1 blank line, found 0
cloudstackException.py:29:1: W293 blank line contains whitespace
cloudstackException.py:30:1: E302 expected 2 blank lines, found 1
cloudstackException.py:33:5: E301 expected 1 blank line, found 0
cloudstackException.py:35:1: W293 blank line contains whitespace
cloudstackException.py:36:1: E302 expected 2 blank lines, found 1
cloudstackException.py:39:5: E301 expected 1 blank line, found 0
cloudstackTestCase.py:8:2: W291 trailing whitespace
cloudstackTestCase.py:10:2: W291 trailing whitespace
cloudstackTestCase.py:34:1: E302 expected 2 blank lines, found 1
cloudstackTestCase.py:37:9: E301 expected 1 blank line, found 0
cloudstackTestCase.py:46:1: E302 expected 2 blank lines, found 1
cloudstackTestCase.py:48:1: W293 blank line contains whitespace
cloudstackTestCase.py:52:1: W293 blank line contains whitespace
cloudstackTestClient.py:8:2: W291 trailing whitespace
cloudstackTestClient.py:10:2: W291 trailing whitespace
cloudstackTestClient.py:26:1: E302 expected 2 blank lines, found 1
cloudstackTestClient.py:31:9: E122 continuation line missing indentation or outdented
cloudstackTestClient.py:32:37: E126 continuation line over-indented for hanging indent
cloudstackTestClient.py:33:37: E126 continuation line over-indented for hanging indent
cloudstackTestClient.py:34:37: E126 continuation line over-indented for hanging indent
cloudstackTestClient.py:35:80: E501 line too long (81 > 79 characters)
cloudstackTestClient.py:41:80: E501 line too long (97 > 79 characters)
cloudstackTestClient.py:42:80: E501 line too long (83 > 79 characters)
cloudstackTestClient.py:56:25: E261 at least two spaces before inline comment
cloudstackTestClient.py:56:26: E262 inline comment should start with '# '
cloudstackTestClient.py:58:25: E261 at least two spaces before inline comment
cloudstackTestClient.py:58:26: E262 inline comment should start with '# '
cloudstackTestClient.py:60:21: E261 at least two spaces before inline comment
cloudstackTestClient.py:60:22: E262 inline comment should start with '# '
cloudstackTestClient.py:96:80: E501 line too long (81 > 79 characters)
cloudstackTestClient.py:119:80: E501 line too long (110 > 79 characters)
cloudstackTestClient.py:120:13: E128 continuation line under-indented for visual indent
cloudstackTestClient.py:121:13: E128 continuation line under-indented for visual indent
cloudstackTestClient.py:121:80: E501 line too long (87 > 79 characters)
cloudstackTestClient.py:122:80: E501 line too long (87 > 79 characters)
cloudstackTestClient.py:159:5: E303 too many blank lines (2)
cloudstackTestClient.py:163:80: E501 line too long (89 > 79 characters)
cloudstackTestClient.py:166:80: E501 line too long (86 > 79 characters)
cloudstackTestClient.py:170:80: E501 line too long (89 > 79 characters)
cloudstackTestClient.py:171:80: E501 line too long (84 > 79 characters)
cloudstackTestClient.py:177:80: E501 line too long (89 > 79 characters)
codegenerator.py:8:2: W291 trailing whitespace
codegenerator.py:10:2: W291 trailing whitespace
codegenerator.py:26:1: E302 expected 2 blank lines, found 1
codegenerator.py:33:1: W293 blank line contains whitespace
codegenerator.py:34:1: E302 expected 2 blank lines, found 1
codegenerator.py:45:80: E501 line too long (113 > 79 characters)
codegenerator.py:46:80: E501 line too long (106 > 79 characters)
codegenerator.py:94:33: E228 missing whitespace around modulo operator
codegenerator.py:98:68: E228 missing whitespace around modulo operator
codegenerator.py:99:19: E211 whitespace before '('
codegenerator.py:100:71: E228 missing whitespace around modulo operator
codegenerator.py:103:73: E228 missing whitespace around modulo operator
codegenerator.py:103:80: E501 line too long (81 > 79 characters)
codegenerator.py:113:34: E228 missing whitespace around modulo operator
codegenerator.py:116:48: E228 missing whitespace around modulo operator
codegenerator.py:119:73: E225 missing whitespace around operator
codegenerator.py:119:80: E501 line too long (99 > 79 characters)
codegenerator.py:123:68: E228 missing whitespace around modulo operator
codegenerator.py:131:49: E221 multiple spaces before operator
codegenerator.py:131:69: E228 missing whitespace around modulo operator
codegenerator.py:131:79: E231 missing whitespace after ','
codegenerator.py:131:80: E501 line too long (85 > 79 characters)
codegenerator.py:142:9: E303 too many blank lines (2)
codegenerator.py:145:58: E228 missing whitespace around modulo operator
codegenerator.py:152:72: E228 missing whitespace around modulo operator
codegenerator.py:152:80: E501 line too long (80 > 79 characters)
codegenerator.py:155:76: E228 missing whitespace around modulo operator
codegenerator.py:155:80: E501 line too long (84 > 79 characters)
codegenerator.py:158:78: E228 missing whitespace around modulo operator
codegenerator.py:158:80: E501 line too long (86 > 79 characters)
codegenerator.py:164:61: E228 missing whitespace around modulo operator
codegenerator.py:164:80: E501 line too long (80 > 79 characters)
codegenerator.py:183:80: E501 line too long (100 > 79 characters)
codegenerator.py:187:74: E228 missing whitespace around modulo operator
codegenerator.py:187:80: E501 line too long (81 > 79 characters)
codegenerator.py:188:74: E228 missing whitespace around modulo operator
codegenerator.py:188:80: E501 line too long (81 > 79 characters)
codegenerator.py:189:80: E501 line too long (139 > 79 characters)
codegenerator.py:193:53: E228 missing whitespace around modulo operator
codegenerator.py:194:36: E228 missing whitespace around modulo operator
codegenerator.py:196:80: E501 line too long (83 > 79 characters)
codegenerator.py:227:80: E501 line too long (82 > 79 characters)
codegenerator.py:231:80: E501 line too long (105 > 79 characters)
codegenerator.py:251:80: E501 line too long (92 > 79 characters)
codegenerator.py:254:80: E501 line too long (80 > 79 characters)
codegenerator.py:291:20: W601 .has_key() is deprecated, use 'in'
codegenerator.py:293:61: E228 missing whitespace around modulo operator
codegenerator.py:295:20: W601 .has_key() is deprecated, use 'in'
codegenerator.py:297:20: W601 .has_key() is deprecated, use 'in'
codegenerator.py:300:28: W601 .has_key() is deprecated, use 'in'
codegenerator.py:302:80: E501 line too long (83 > 79 characters)
codegenerator.py:314:23: W601 .has_key() is deprecated, use 'in'
codegenerator.py:316:43: W601 .has_key() is deprecated, use 'in'
codegenerator.py:323:19: W601 .has_key() is deprecated, use 'in'
codegenerator.py:327:19: W601 .has_key() is deprecated, use 'in'
codegenerator.py:330:19: W601 .has_key() is deprecated, use 'in'
codegenerator.py:336:25: W601 .has_key() is deprecated, use 'in'
codegenerator.py:340:25: W601 .has_key() is deprecated, use 'in'
codegenerator.py:343:25: W601 .has_key() is deprecated, use 'in'
codegenerator.py:346:25: W601 .has_key() is deprecated, use 'in'
codegenerator.py:352:80: E501 line too long (80 > 79 characters)
codegenerator.py:362:80: E501 line too long (81 > 79 characters)
codegenerator.py:372:1: E302 expected 2 blank lines, found 1
codegenerator.py:377:1: W293 blank line contains whitespace
codegenerator.py:379:9: E128 continuation line under-indented for visual indent
codegenerator.py:381:9: E128 continuation line under-indented for visual indent
codegenerator.py:381:80: E501 line too long (98 > 79 characters)
codegenerator.py:383:9: E128 continuation line under-indented for visual indent
codegenerator.py:383:80: E501 line too long (105 > 79 characters)
codegenerator.py:390:14: E225 missing whitespace around operator
codegenerator.py:395:58: E228 missing whitespace around modulo operator
codegenerator.py:395:69: E231 missing whitespace after ','
codegenerator.py:395:80: E501 line too long (84 > 79 characters)
codegenerator.py:403:53: E228 missing whitespace around modulo operator
codegenerator.py:411:20: E225 missing whitespace around operator
codegenerator.py:411:79: E228 missing whitespace around modulo operator
codegenerator.py:411:80: E501 line too long (95 > 79 characters)
configGenerator.py:8:2: W291 trailing whitespace
configGenerator.py:10:2: W291 trailing whitespace
configGenerator.py:23:1: E302 expected 2 blank lines, found 1
configGenerator.py:29:1: W293 blank line contains whitespace
configGenerator.py:30:1: E302 expected 2 blank lines, found 1
configGenerator.py:38:1: E302 expected 2 blank lines, found 1
configGenerator.py:43:1: E302 expected 2 blank lines, found 1
configGenerator.py:49:1: E302 expected 2 blank lines, found 1
configGenerator.py:57:1: E302 expected 2 blank lines, found 1
configGenerator.py:73:1: W293 blank line contains whitespace
configGenerator.py:74:1: E302 expected 2 blank lines, found 1
configGenerator.py:76:23: E261 at least two spaces before inline comment
configGenerator.py:76:24: E262 inline comment should start with '# '
configGenerator.py:80:80: E501 line too long (87 > 79 characters)
configGenerator.py:81:80: E501 line too long (96 > 79 characters)
configGenerator.py:88:1: E302 expected 2 blank lines, found 1
configGenerator.py:100:1: E302 expected 2 blank lines, found 1
configGenerator.py:112:1: W293 blank line contains whitespace
configGenerator.py:113:1: E302 expected 2 blank lines, found 1
configGenerator.py:128:1: W293 blank line contains whitespace
configGenerator.py:129:1: E302 expected 2 blank lines, found 1
configGenerator.py:142:1: E302 expected 2 blank lines, found 1
configGenerator.py:151:1: E302 expected 2 blank lines, found 1
configGenerator.py:161:1: W293 blank line contains whitespace
configGenerator.py:162:1: E302 expected 2 blank lines, found 1
configGenerator.py:174:1: E302 expected 2 blank lines, found 1
configGenerator.py:179:1: E302 expected 2 blank lines, found 1
configGenerator.py:183:1: E302 expected 2 blank lines, found 1
configGenerator.py:194:1: E302 expected 2 blank lines, found 1
configGenerator.py:211:69: E502 the backslash is redundant between brackets
configGenerator.py:212:54: E127 continuation line over-indented for visual indent
configGenerator.py:214:1: E302 expected 2 blank lines, found 1
configGenerator.py:233:69: E502 the backslash is redundant between brackets
configGenerator.py:234:54: E127 continuation line over-indented for visual indent
configGenerator.py:236:1: E302 expected 2 blank lines, found 1
configGenerator.py:253:69: E502 the backslash is redundant between brackets
configGenerator.py:254:54: E127 continuation line over-indented for visual indent
configGenerator.py:256:1: E302 expected 2 blank lines, found 1
configGenerator.py:259:80: E501 line too long (80 > 79 characters)
configGenerator.py:259:80: E502 the backslash is redundant between brackets
configGenerator.py:260:54: E128 continuation line under-indented for visual indent
configGenerator.py:264:1: W293 blank line contains whitespace
configGenerator.py:266:1: E302 expected 2 blank lines, found 0
configGenerator.py:268:1: W293 blank line contains whitespace
configGenerator.py:278:1: W293 blank line contains whitespace
configGenerator.py:283:1: W293 blank line contains whitespace
configGenerator.py:288:1: W293 blank line contains whitespace
configGenerator.py:290:1: W293 blank line contains whitespace
configGenerator.py:294:30: E225 missing whitespace around operator
configGenerator.py:295:39: E228 missing whitespace around modulo operator
configGenerator.py:297:41: E228 missing whitespace around modulo operator
configGenerator.py:298:39: E228 missing whitespace around modulo operator
configGenerator.py:299:1: W293 blank line contains whitespace
configGenerator.py:305:45: E228 missing whitespace around modulo operator
configGenerator.py:305:48: E231 missing whitespace after ','
configGenerator.py:306:43: E228 missing whitespace around modulo operator
configGenerator.py:306:46: E231 missing whitespace after ','
configGenerator.py:307:1: W293 blank line contains whitespace
configGenerator.py:309:1: W293 blank line contains whitespace
configGenerator.py:316:1: W293 blank line contains whitespace
configGenerator.py:323:33: E225 missing whitespace around operator
configGenerator.py:324:80: E501 line too long (130 > 79 characters)
configGenerator.py:325:50: E228 missing whitespace around modulo operator
configGenerator.py:325:53: E231 missing whitespace after ','
configGenerator.py:325:55: E231 missing whitespace after ','
configGenerator.py:325:57: E231 missing whitespace after ','
configGenerator.py:327:1: W293 blank line contains whitespace
configGenerator.py:332:80: E501 line too long (109 > 79 characters)
configGenerator.py:333:59: E228 missing whitespace around modulo operator
configGenerator.py:333:80: E501 line too long (94 > 79 characters)
configGenerator.py:335:1: W293 blank line contains whitespace
configGenerator.py:337:1: W293 blank line contains whitespace
configGenerator.py:339:1: W293 blank line contains whitespace
configGenerator.py:345:1: W293 blank line contains whitespace
configGenerator.py:347:1: W293 blank line contains whitespace
configGenerator.py:352:1: W293 blank line contains whitespace
configGenerator.py:356:1: W293 blank line contains whitespace
configGenerator.py:358:1: W293 blank line contains whitespace
configGenerator.py:364:10: E231 missing whitespace after ','
configGenerator.py:369:1: W293 blank line contains whitespace
configGenerator.py:374:1: W293 blank line contains whitespace
configGenerator.py:378:1: W293 blank line contains whitespace
configGenerator.py:381:1: W293 blank line contains whitespace
configGenerator.py:384:1: E302 expected 2 blank lines, found 1
configGenerator.py:389:1: W293 blank line contains whitespace
configGenerator.py:406:1: W293 blank line contains whitespace
configGenerator.py:411:1: W293 blank line contains whitespace
configGenerator.py:417:1: W293 blank line contains whitespace
configGenerator.py:420:80: E501 line too long (148 > 79 characters)
configGenerator.py:420:124: E201 whitespace after '{'
configGenerator.py:423:1: W293 blank line contains whitespace
configGenerator.py:427:30: E225 missing whitespace around operator
configGenerator.py:428:39: E228 missing whitespace around modulo operator
configGenerator.py:430:41: E228 missing whitespace around modulo operator
configGenerator.py:431:39: E228 missing whitespace around modulo operator
configGenerator.py:432:1: W293 blank line contains whitespace
configGenerator.py:438:45: E228 missing whitespace around modulo operator
configGenerator.py:438:48: E231 missing whitespace after ','
configGenerator.py:439:43: E228 missing whitespace around modulo operator
configGenerator.py:439:46: E231 missing whitespace after ','
configGenerator.py:440:1: W293 blank line contains whitespace
configGenerator.py:442:1: W293 blank line contains whitespace
configGenerator.py:449:1: W293 blank line contains whitespace
configGenerator.py:455:80: E501 line too long (130 > 79 characters)
configGenerator.py:456:50: E228 missing whitespace around modulo operator
configGenerator.py:456:53: E231 missing whitespace after ','
configGenerator.py:456:55: E231 missing whitespace after ','
configGenerator.py:456:57: E231 missing whitespace after ','
configGenerator.py:458:1: W293 blank line contains whitespace
configGenerator.py:463:80: E501 line too long (109 > 79 characters)
configGenerator.py:464:59: E228 missing whitespace around modulo operator
configGenerator.py:464:80: E501 line too long (94 > 79 characters)
configGenerator.py:466:1: W293 blank line contains whitespace
configGenerator.py:468:1: W293 blank line contains whitespace
configGenerator.py:470:1: W293 blank line contains whitespace
configGenerator.py:476:1: W293 blank line contains whitespace
configGenerator.py:478:1: W293 blank line contains whitespace
configGenerator.py:483:1: W293 blank line contains whitespace
configGenerator.py:487:1: W293 blank line contains whitespace
configGenerator.py:489:1: W293 blank line contains whitespace
configGenerator.py:495:10: E231 missing whitespace after ','
configGenerator.py:500:1: W293 blank line contains whitespace
configGenerator.py:505:1: W293 blank line contains whitespace
configGenerator.py:509:1: W293 blank line contains whitespace
configGenerator.py:512:1: W293 blank line contains whitespace
configGenerator.py:514:1: W293 blank line contains whitespace
configGenerator.py:516:1: E302 expected 2 blank lines, found 0
configGenerator.py:518:1: W293 blank line contains whitespace
configGenerator.py:529:1: W293 blank line contains whitespace
configGenerator.py:532:80: E501 line too long (98 > 79 characters)
configGenerator.py:547:1: W293 blank line contains whitespace
configGenerator.py:551:30: E225 missing whitespace around operator
configGenerator.py:552:39: E228 missing whitespace around modulo operator
configGenerator.py:554:41: E228 missing whitespace around modulo operator
configGenerator.py:555:39: E228 missing whitespace around modulo operator
configGenerator.py:556:1: W293 blank line contains whitespace
configGenerator.py:563:1: W293 blank line contains whitespace
configGenerator.py:570:33: E225 missing whitespace around operator
configGenerator.py:571:80: E501 line too long (130 > 79 characters)
configGenerator.py:572:50: E228 missing whitespace around modulo operator
configGenerator.py:572:53: E231 missing whitespace after ','
configGenerator.py:572:55: E231 missing whitespace after ','
configGenerator.py:572:57: E231 missing whitespace after ','
configGenerator.py:574:1: W293 blank line contains whitespace
configGenerator.py:579:80: E501 line too long (109 > 79 characters)
configGenerator.py:580:59: E228 missing whitespace around modulo operator
configGenerator.py:580:80: E501 line too long (94 > 79 characters)
configGenerator.py:582:1: W293 blank line contains whitespace
configGenerator.py:584:1: W293 blank line contains whitespace
configGenerator.py:586:1: W293 blank line contains whitespace
configGenerator.py:592:1: W293 blank line contains whitespace
configGenerator.py:601:1: W293 blank line contains whitespace
configGenerator.py:602:1: W293 blank line contains whitespace
configGenerator.py:603:9: E303 too many blank lines (2)
configGenerator.py:604:1: W293 blank line contains whitespace
configGenerator.py:609:1: W293 blank line contains whitespace
configGenerator.py:613:1: W293 blank line contains whitespace
configGenerator.py:615:1: W293 blank line contains whitespace
configGenerator.py:621:10: E231 missing whitespace after ','
configGenerator.py:626:1: W293 blank line contains whitespace
configGenerator.py:631:1: W293 blank line contains whitespace
configGenerator.py:635:1: W293 blank line contains whitespace
configGenerator.py:638:1: W293 blank line contains whitespace
configGenerator.py:642:1: E302 expected 2 blank lines, found 0
configGenerator.py:664:1: E101 indentation contains mixed spaces and tabs
configGenerator.py:664:1: W191 indentation contains tabs
configGenerator.py:664:1: W293 blank line contains whitespace
configGenerator.py:671:30: E225 missing whitespace around operator
configGenerator.py:672:39: E228 missing whitespace around modulo operator
configGenerator.py:674:41: E228 missing whitespace around modulo operator
configGenerator.py:675:39: E228 missing whitespace around modulo operator
configGenerator.py:690:33: E225 missing whitespace around operator
configGenerator.py:691:80: E501 line too long (130 > 79 characters)
configGenerator.py:692:50: E228 missing whitespace around modulo operator
configGenerator.py:692:53: E231 missing whitespace after ','
configGenerator.py:692:55: E231 missing whitespace after ','
configGenerator.py:692:57: E231 missing whitespace after ','
configGenerator.py:699:80: E501 line too long (109 > 79 characters)
configGenerator.py:700:59: E228 missing whitespace around modulo operator
configGenerator.py:700:80: E501 line too long (94 > 79 characters)
configGenerator.py:723:9: E303 too many blank lines (2)
configGenerator.py:741:10: E231 missing whitespace after ','
configGenerator.py:761:1: E302 expected 2 blank lines, found 1
configGenerator.py:769:1: W293 blank line contains whitespace
configGenerator.py:770:1: W293 blank line contains whitespace
configGenerator.py:773:80: E501 line too long (90 > 79 characters)
configGenerator.py:773:85: E228 missing whitespace around modulo operator
configGenerator.py:786:1: W293 blank line contains whitespace
configGenerator.py:787:68: E203 whitespace before ','
configGenerator.py:787:80: E501 line too long (106 > 79 characters)
configGenerator.py:788:80: E501 line too long (126 > 79 characters)
configGenerator.py:789:80: E501 line too long (151 > 79 characters)
configGenerator.py:790:80: E501 line too long (182 > 79 characters)
configGenerator.py:791:1: W293 blank line contains whitespace
configGenerator.py:793:1: W293 blank line contains whitespace
configGenerator.py:802:1: W293 blank line contains whitespace
configGenerator.py:804:1: W293 blank line contains whitespace
configGenerator.py:805:1: W293 blank line contains whitespace
configGenerator.py:805:1: W391 blank line at end of file
dbConnection.py:8:2: W291 trailing whitespace
dbConnection.py:10:2: W291 trailing whitespace
dbConnection.py:27:1: E302 expected 2 blank lines, found 1
dbConnection.py:28:80: E501 line too long (94 > 79 characters)
dbConnection.py:31:30: E261 at least two spaces before inline comment
dbConnection.py:31:31: E262 inline comment should start with '# '
dbConnection.py:34:1: W293 blank line contains whitespace
dbConnection.py:43:80: E501 line too long (82 > 79 characters)
dbConnection.py:44:80: E501 line too long (88 > 79 characters)
dbConnection.py:57:80: E501 line too long (86 > 79 characters)
dbConnection.py:58:1: W293 blank line contains whitespace
dbConnection.py:60:80: E228 missing whitespace around modulo operator
dbConnection.py:60:80: E501 line too long (89 > 79 characters)
dbConnection.py:61:1: W293 blank line contains whitespace
dbConnection.py:64:1: W293 blank line contains whitespace
dbConnection.py:69:1: W293 blank line contains whitespace
dbConnection.py:79:80: E501 line too long (100 > 79 characters)
dbConnection.py:79:98: E228 missing whitespace around modulo operator
dbConnection.py:81:1: W391 blank line at end of file
deployAndRun.py:8:2: W291 trailing whitespace
deployAndRun.py:10:2: W291 trailing whitespace
deployAndRun.py:25:80: E501 line too long (99 > 79 characters)
deployAndRun.py:26:80: E501 line too long (90 > 79 characters)
deployAndRun.py:27:80: E501 line too long (107 > 79 characters)
deployAndRun.py:28:80: E501 line too long (110 > 79 characters)
deployAndRun.py:29:80: E501 line too long (99 > 79 characters)
deployAndRun.py:30:9: E128 continuation line under-indented for visual indent
deployAndRun.py:30:80: E501 line too long (92 > 79 characters)
deployAndRun.py:32:9: E128 continuation line under-indented for visual indent
deployAndRun.py:39:1: W293 blank line contains whitespace
deployAndRun.py:43:64: W291 trailing whitespace
deployAndRun.py:48:1: W293 blank line contains whitespace
deployAndRun.py:55:13: E122 continuation line missing indentation or outdented
deployAndRun.py:62:8: E111 indentation is not a multiple of four
deployAndRun.py:66:8: E111 indentation is not a multiple of four
deployAndRun.py:67:8: E111 indentation is not a multiple of four
deployDataCenter.py:8:2: W291 trailing whitespace
deployDataCenter.py:10:2: W291 trailing whitespace
deployDataCenter.py:27:1: E302 expected 2 blank lines, found 1
deployDataCenter.py:32:80: E501 line too long (97 > 79 characters)
deployDataCenter.py:32:89: E228 missing whitespace around modulo operator
deployDataCenter.py:72:67: E502 the backslash is redundant between brackets
deployDataCenter.py:74:79: E502 the backslash is redundant between brackets
deployDataCenter.py:106:76: E502 the backslash is redundant between brackets
deployDataCenter.py:111:69: E502 the backslash is redundant between brackets
deployDataCenter.py:184:1: W293 blank line contains whitespace
deployDataCenter.py:187:9: E122 continuation line missing indentation or outdented
deployDataCenter.py:194:80: E501 line too long (80 > 79 characters)
deployDataCenter.py:194:81: W291 trailing whitespace
deployDataCenter.py:197:1: W293 blank line contains whitespace
deployDataCenter.py:199:80: E501 line too long (83 > 79 characters)
deployDataCenter.py:205:53: W291 trailing whitespace
deployDataCenter.py:208:80: E501 line too long (85 > 79 characters)
deployDataCenter.py:210:80: E501 line too long (85 > 79 characters)
deployDataCenter.py:212:1: W293 blank line contains whitespace
deployDataCenter.py:214:21: E122 continuation line missing indentation or outdented
deployDataCenter.py:214:80: E501 line too long (84 > 79 characters)
deployDataCenter.py:220:80: E501 line too long (107 > 79 characters)
deployDataCenter.py:220:108: W291 trailing whitespace
deployDataCenter.py:222:80: E501 line too long (104 > 79 characters)
deployDataCenter.py:226:29: E127 continuation line over-indented for visual indent
deployDataCenter.py:226:80: E501 line too long (106 > 79 characters)
deployDataCenter.py:229:80: E501 line too long (89 > 79 characters)
deployDataCenter.py:234:80: E501 line too long (82 > 79 characters)
deployDataCenter.py:240:80: E501 line too long (84 > 79 characters)
deployDataCenter.py:264:80: E501 line too long (132 > 79 characters)
deployDataCenter.py:264:125: E228 missing whitespace around modulo operator
deployDataCenter.py:266:1: W293 blank line contains whitespace
deployDataCenter.py:268:80: E501 line too long (97 > 79 characters)
deployDataCenter.py:274:80: E501 line too long (95 > 79 characters)
deployDataCenter.py:275:80: E501 line too long (95 > 79 characters)
deployDataCenter.py:276:80: E501 line too long (104 > 79 characters)
deployDataCenter.py:277:80: E501 line too long (106 > 79 characters)
deployDataCenter.py:305:1: W293 blank line contains whitespace
deployDataCenter.py:312:80: E501 line too long (83 > 79 characters)
deployDataCenter.py:315:80: E501 line too long (84 > 79 characters)
deployDataCenter.py:316:80: E501 line too long (93 > 79 characters)
deployDataCenter.py:317:25: E127 continuation line over-indented for visual indent
deployDataCenter.py:317:47: E203 whitespace before ':'
deployDataCenter.py:317:80: E501 line too long (114 > 79 characters)
deployDataCenter.py:318:25: E127 continuation line over-indented for visual indent
deployDataCenter.py:319:44: E272 multiple spaces before keyword
deployDataCenter.py:320:20: E111 indentation is not a multiple of four
deployDataCenter.py:320:71: W291 trailing whitespace
deployDataCenter.py:323:17: E122 continuation line missing indentation or outdented
deployDataCenter.py:330:25: E127 continuation line over-indented for visual indent
deployDataCenter.py:331:1: W293 blank line contains whitespace
deployDataCenter.py:335:78: E502 the backslash is redundant between brackets
deployDataCenter.py:336:41: E128 continuation line under-indented for visual indent
deployDataCenter.py:338:80: E501 line too long (86 > 79 characters)
deployDataCenter.py:340:74: E502 the backslash is redundant between brackets
deployDataCenter.py:342:80: E501 line too long (88 > 79 characters)
deployDataCenter.py:343:80: E501 line too long (84 > 79 characters)
deployDataCenter.py:344:80: E501 line too long (86 > 79 characters)
deployDataCenter.py:345:44: E272 multiple spaces before keyword
deployDataCenter.py:346:20: E111 indentation is not a multiple of four
deployDataCenter.py:354:80: E501 line too long (80 > 79 characters)
deployDataCenter.py:371:1: W293 blank line contains whitespace
deployDataCenter.py:381:1: W293 blank line contains whitespace
deployDataCenter.py:383:63: E203 whitespace before ':'
deployDataCenter.py:383:80: E501 line too long (129 > 79 characters)
deployDataCenter.py:398:13: E122 continuation line missing indentation or outdented
deployDataCenter.py:417:66: E502 the backslash is redundant between brackets
deployDataCenter.py:418:29: E126 continuation line over-indented for hanging indent
deployDataCenter.py:418:55: E228 missing whitespace around modulo operator
deployDataCenter.py:439:80: E501 line too long (102 > 79 characters)
deployDataCenter.py:445:9: E122 continuation line missing indentation or outdented
deployDataCenter.py:445:75: E502 the backslash is redundant between brackets
deployDataCenter.py:446:73: E502 the backslash is redundant between brackets
deployDataCenter.py:447:63: E502 the backslash is redundant between brackets
deployDataCenter.py:448:68: E502 the backslash is redundant between brackets
deployDataCenter.py:449:45: E128 continuation line under-indented for visual indent
deployDataCenter.py:453:13: E122 continuation line missing indentation or outdented
deployDataCenter.py:453:75: E502 the backslash is redundant between brackets
deployDataCenter.py:454:77: E502 the backslash is redundant between brackets
deployDataCenter.py:455:76: E502 the backslash is redundant between brackets
deployDataCenter.py:456:46: E128 continuation line under-indented for visual indent
deployDataCenter.py:461:11: E111 indentation is not a multiple of four
deployDataCenter.py:461:76: E502 the backslash is redundant between brackets
deployDataCenter.py:469:57: E262 inline comment should start with '# '
deployDataCenter.py:483:24: E203 whitespace before ':'
deployDataCenter.py:484:17: E127 continuation line over-indented for visual indent
deployDataCenter.py:484:35: E203 whitespace before ':'
deployDataCenter.py:485:21: E128 continuation line under-indented for visual indent
deployDataCenter.py:485:34: E201 whitespace after '['
deployDataCenter.py:485:56: E202 whitespace before ']'
deployDataCenter.py:488:5: E303 too many blank lines (2)
deployDataCenter.py:509:56: E502 the backslash is redundant between brackets
jsonHelper.py:8:2: W291 trailing whitespace
jsonHelper.py:10:2: W291 trailing whitespace
jsonHelper.py:23:1: E302 expected 2 blank lines, found 1
jsonHelper.py:36:29: E231 missing whitespace after ','
jsonHelper.py:36:31: E231 missing whitespace after ','
jsonHelper.py:37:5: E301 expected 1 blank line, found 0
jsonHelper.py:42:5: E301 expected 1 blank line, found 0
jsonHelper.py:43:80: E501 line too long (104 > 79 characters)
jsonHelper.py:44:5: E301 expected 1 blank line, found 0
jsonHelper.py:45:80: E501 line too long (104 > 79 characters)
jsonHelper.py:46:1: W293 blank line contains whitespace
jsonHelper.py:47:1: W293 blank line contains whitespace
jsonHelper.py:62:1: W293 blank line contains whitespace
jsonHelper.py:71:29: E261 at least two spaces before inline comment
jsonHelper.py:72:1: W293 blank line contains whitespace
jsonHelper.py:77:1: E302 expected 2 blank lines, found 1
jsonHelper.py:81:1: E302 expected 2 blank lines, found 1
jsonHelper.py:82:80: E501 line too long (115 > 79 characters)
jsonHelper.py:89:1: W293 blank line contains whitespace
jsonHelper.py:90:80: E501 line too long (143 > 79 characters)
jsonHelper.py:91:80: E501 line too long (81 > 79 characters)
jsonHelper.py:94:14: E231 missing whitespace after ','
jsonHelper.py:97:1: W293 blank line contains whitespace
jsonHelper.py:99:1: W293 blank line contains whitespace
jsonHelper.py:103:1: W293 blank line contains whitespace
jsonHelper.py:105:14: E231 missing whitespace after ','
jsonHelper.py:116:1: E302 expected 2 blank lines, found 1
jsonHelper.py:119:38: E225 missing whitespace around operator
jsonHelper.py:119:80: E501 line too long (82 > 79 characters)
jsonHelper.py:120:1: W293 blank line contains whitespace
jsonHelper.py:124:1: W293 blank line contains whitespace
jsonHelper.py:127:47: E228 missing whitespace around modulo operator
jsonHelper.py:127:80: E501 line too long (83 > 79 characters)
jsonHelper.py:128:80: E501 line too long (102 > 79 characters)
jsonHelper.py:129:1: W293 blank line contains whitespace
jsonHelper.py:138:1: W293 blank line contains whitespace
jsonHelper.py:141:80: E501 line too long (399 > 79 characters)
jsonHelper.py:144:1: W293 blank line contains whitespace
jsonHelper.py:145:80: E501 line too long (351 > 79 characters)
jsonHelper.py:149:80: E501 line too long (500 > 79 characters)
jsonHelper.py:153:1: W293 blank line contains whitespace
jsonHelper.py:154:80: E501 line too long (177 > 79 characters)
jsonHelper.py:159:1: W293 blank line contains whitespace
jsonHelper.py:163:1: W293 blank line contains whitespace
jsonHelper.py:167:1: W293 blank line contains whitespace
jsonHelper.py:168:80: E501 line too long (338 > 79 characters)
jsonHelper.py:172:1: W293 blank line contains whitespace
jsonHelper.py:177:1: W293 blank line contains whitespace
jsonHelper.py:180:1: W293 blank line contains whitespace
jsonHelper.py:181:80: E501 line too long (254 > 79 characters)
jsonHelper.py:183:80: E501 line too long (1154 > 79 characters)
jsonHelper.py:184:1: W293 blank line contains whitespace
jsonHelper.py:185:11: E225 missing whitespace around operator
jsonHelper.py:185:80: E501 line too long (1609 > 79 characters)
jsonHelper.py:186:80: E501 line too long (82 > 79 characters)
jsonHelper.py:188:1: W293 blank line contains whitespace
marvinPlugin.py:8:2: W291 trailing whitespace
marvinPlugin.py:10:2: W291 trailing whitespace
marvinPlugin.py:27:1: E302 expected 2 blank lines, found 1
marvinPlugin.py:30:1: W293 blank line contains whitespace
marvinPlugin.py:31:1: E302 expected 2 blank lines, found 1
marvinPlugin.py:35:1: W293 blank line contains whitespace
marvinPlugin.py:37:5: E301 expected 1 blank line, found 0
marvinPlugin.py:40:80: E501 line too long (98 > 79 characters)
marvinPlugin.py:44:71: W291 trailing whitespace
marvinPlugin.py:48:1: W293 blank line contains whitespace
marvinPlugin.py:57:1: W293 blank line contains whitespace
marvinPlugin.py:58:68: W291 trailing whitespace
marvinPlugin.py:62:1: W293 blank line contains whitespace
marvinPlugin.py:66:1: W293 blank line contains whitespace
marvinPlugin.py:67:80: E501 line too long (124 > 79 characters)
marvinPlugin.py:76:80: E501 line too long (123 > 79 characters)
marvinPlugin.py:80:80: E501 line too long (113 > 79 characters)
marvinPlugin.py:84:80: E501 line too long (81 > 79 characters)
marvinPlugin.py:85:80: E501 line too long (84 > 79 characters)
marvinPlugin.py:89:1: W293 blank line contains whitespace
marvinPlugin.py:92:1: W293 blank line contains whitespace
marvinPlugin.py:95:1: W293 blank line contains whitespace
marvinPlugin.py:100:1: W293 blank line contains whitespace
marvinPlugin.py:103:1: W293 blank line contains whitespace
marvinPlugin.py:113:80: E501 line too long (84 > 79 characters)
marvinPlugin.py:114:80: E501 line too long (113 > 79 characters)
marvinPlugin.py:117:1: W293 blank line contains whitespace
marvinPlugin.py:122:34: E261 at least two spaces before inline comment
marvinPlugin.py:122:35: E262 inline comment should start with '# '
marvinPlugin.py:122:80: E501 line too long (93 > 79 characters)
marvinPlugin.py:123:80: E501 line too long (94 > 79 characters)
marvinPlugin.py:124:1: W293 blank line contains whitespace
marvinPlugin.py:124:1: W391 blank line at end of file
remoteSSHClient.py:8:2: W291 trailing whitespace
remoteSSHClient.py:10:2: W291 trailing whitespace
remoteSSHClient.py:18:16: W291 trailing whitespace
remoteSSHClient.py:25:1: E302 expected 2 blank lines, found 1
remoteSSHClient.py:26:57: E251 unexpected spaces around keyword / parameter equals
remoteSSHClient.py:26:59: E251 unexpected spaces around keyword / parameter equals
remoteSSHClient.py:26:80: E501 line too long (111 > 79 characters)
remoteSSHClient.py:42:40: E711 comparison to None should be 'if cond is None:'
remoteSSHClient.py:43:47: E231 missing whitespace after ','
remoteSSHClient.py:44:74: E228 missing whitespace around modulo operator
remoteSSHClient.py:44:80: E501 line too long (100 > 79 characters)
remoteSSHClient.py:47:41: E126 continuation line over-indented for hanging indent
remoteSSHClient.py:48:41: E126 continuation line over-indented for hanging indent
remoteSSHClient.py:49:41: E126 continuation line over-indented for hanging indent
remoteSSHClient.py:50:41: E126 continuation line over-indented for hanging indent
remoteSSHClient.py:51:41: E126 continuation line over-indented for hanging indent
remoteSSHClient.py:52:37: E123 closing bracket does not match indentation of opening bracket's line
remoteSSHClient.py:53:80: E501 line too long (123 > 79 characters)
remoteSSHClient.py:53:84: E228 missing whitespace around modulo operator
remoteSSHClient.py:54:74: E228 missing whitespace around modulo operator
remoteSSHClient.py:54:80: E501 line too long (100 > 79 characters)
remoteSSHClient.py:57:80: E501 line too long (84 > 79 characters)
remoteSSHClient.py:61:80: E501 line too long (134 > 79 characters)
remoteSSHClient.py:61:116: E228 missing whitespace around modulo operator
remoteSSHClient.py:64:1: W293 blank line contains whitespace
remoteSSHClient.py:74:1: W293 blank line contains whitespace
remoteSSHClient.py:78:65: E228 missing whitespace around modulo operator
remoteSSHClient.py:78:80: E501 line too long (100 > 79 characters)
remoteSSHClient.py:80:1: W293 blank line contains whitespace
remoteSSHClient.py:83:35: E251 unexpected spaces around keyword / parameter equals
remoteSSHClient.py:83:37: E251 unexpected spaces around keyword / parameter equals
remoteSSHClient.py:93:1: W293 blank line contains whitespace
settings.py:8:2: W291 trailing whitespace
settings.py:10:2: W291 trailing whitespace
settings.py:24:80: E501 line too long (82 > 79 characters)
settings.py:28:25: E225 missing whitespace around operator
settings.py:28:30: W291 trailing whitespace
testSetupSuccess.py:8:2: W291 trailing whitespace
testSetupSuccess.py:10:2: W291 trailing whitespace
testSetupSuccess.py:24:1: E302 expected 2 blank lines, found 1
testSetupSuccess.py:32:80: E501 line too long (86 > 79 characters)
testSetupSuccess.py:33:1: W293 blank line contains whitespace
testSetupSuccess.py:37:1: W293 blank line contains whitespace
testSetupSuccess.py:45:68: E228 missing whitespace around modulo operator
testSetupSuccess.py:45:80: E501 line too long (83 > 79 characters)
testSetupSuccess.py:52:66: E228 missing whitespace around modulo operator
testSetupSuccess.py:52:80: E501 line too long (98 > 79 characters)
testSetupSuccess.py:55:26: E261 at least two spaces before inline comment
testSetupSuccess.py:55:27: E262 inline comment should start with '# '
testSetupSuccess.py:56:78: E228 missing whitespace around modulo operator
testSetupSuccess.py:56:80: E501 line too long (85 > 79 characters)
testSetupSuccess.py:57:1: W293 blank line contains whitespace
testSetupSuccess.py:71:80: E501 line too long (123 > 79 characters)
testSetupSuccess.py:71:116: E712 comparison to True should be 'if cond is True:' or 'if cond:'
testSetupSuccess.py:73:72: E228 missing whitespace around modulo operator
testSetupSuccess.py:73:80: E501 line too long (98 > 79 characters)
testSetupSuccess.py:76:26: E261 at least two spaces before inline comment
testSetupSuccess.py:76:27: E262 inline comment should start with '# '
testSetupSuccess.py:77:80: E501 line too long (90 > 79 characters)
testSetupSuccess.py:77:83: E228 missing whitespace around modulo operator

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira