Advertisement
Guest User

sitescripts flake8 errors

a guest
Jan 31st, 2019
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.93 KB | None | 0 0
  1. py27 runtests: commands[0] | flake8 sitescripts multiplexer.py multiplexer.fcgi
  2. sitescripts/utils.py:26:2: N816 variable 'siteScriptsPath' in global scope should not be mixedCase
  3. sitescripts/formmail/web/formmail.py:103:17: E117 over-indented
  4. sitescripts/extensions/utils.py:137:6: N815 variable 'nightlyConfig' in class scope should not be mixedCase
  5. sitescripts/extensions/utils.py:138:6: N815 variable 'repositoryName' in class scope should not be mixedCase
  6. sitescripts/extensions/utils.py:141:6: N815 variable 'spiderMonkeyBinary' in class scope should not be mixedCase
  7. sitescripts/extensions/utils.py:142:6: N815 variable 'nightliesDirectory' in class scope should not be mixedCase
  8. sitescripts/extensions/utils.py:143:6: N815 variable 'nightliesURL' in class scope should not be mixedCase
  9. sitescripts/extensions/utils.py:144:6: N815 variable 'downloadsRepo' in class scope should not be mixedCase
  10. sitescripts/extensions/utils.py:145:6: N815 variable 'downloadsURL' in class scope should not be mixedCase
  11. sitescripts/extensions/utils.py:146:6: N815 variable 'docsDirectory' in class scope should not be mixedCase
  12. sitescripts/extensions/utils.py:152:6: N815 variable 'keyFile' in class scope should not be mixedCase
  13. sitescripts/extensions/utils.py:154:6: N815 variable 'galleryID' in class scope should not be mixedCase
  14. sitescripts/extensions/utils.py:155:6: N815 variable 'devbuildGalleryID' in class scope should not be mixedCase
  15. sitescripts/extensions/utils.py:156:6: N815 variable 'downloadPage' in class scope should not be mixedCase
  16. sitescripts/extensions/utils.py:157:6: N815 variable 'clientID' in class scope should not be mixedCase
  17. sitescripts/extensions/utils.py:158:6: N815 variable 'clientSecret' in class scope should not be mixedCase
  18. sitescripts/extensions/utils.py:159:6: N815 variable 'refreshToken' in class scope should not be mixedCase
  19. sitescripts/extensions/utils.py:160:6: N815 variable 'tenantID' in class scope should not be mixedCase
  20. sitescripts/extensions/utils.py:163:6: N815 variable 'latestRevision' in class scope should not be mixedCase
  21. sitescripts/extensions/bin/createNightlies.py:172:10: N813 camelcase 'buildtools.packagerGecko' imported as lowercase 'packager'
  22. sitescripts/extensions/bin/createNightlies.py:205:10: N813 camelcase 'buildtools.packagerChrome' imported as lowercase 'packager'
  23. sitescripts/extensions/bin/createNightlies.py:223:10: N813 camelcase 'buildtools.packagerSafari' imported as lowercase 'packager'
  24. sitescripts/reports/bin/mailDigests.py:177:6: N816 variable 'weekDay' in global scope should not be mixedCase
  25. sitescripts/reports/bin/mailDigests.py:179:6: N816 variable 'currentTime' in global scope should not be mixedCase
  26. sitescripts/reports/bin/mailDigests.py:180:6: N816 variable 'startTime' in global scope should not be mixedCase
  27. sitescripts/reports/bin/mailDigests.py:182:10: N816 variable 'startTime' in global scope should not be mixedCase
  28. sitescripts/reports/bin/mailDigests.py:184:10: N816 variable 'startTime' in global scope should not be mixedCase
  29. sitescripts/reports/bin/mailDigests.py:186:6: N816 variable 'fakeSubscription' in global scope should not be mixedCase
  30. sitescripts/reports/bin/mailDigests.py:187:6: N816 variable 'subscriptionList' in global scope should not be mixedCase
  31. sitescripts/reports/bin/updateDigests.py:109:6: N816 variable 'currentTime' in global scope should not be mixedCase
  32. sitescripts/reports/bin/parseNewReports.py:28:2: N816 variable 'reportData' in global scope should not be mixedCase
  33. sitescripts/reports/bin/parseNewReports.py:29:2: N816 variable 'tagStack' in global scope should not be mixedCase
  34. sitescripts/reports/bin/parseNewReports.py:31:2: N816 variable 'lengthRestrictions' in global scope should not be mixedCase
  35. sitescripts/subscriptions/knownIssuesParser.py:22:2: N816 variable 'supportedKeys' in global scope should not be mixedCase
  36. sitescripts/subscriptions/subscriptionParser.py:53:6: N815 variable 'supplementsType' in class scope should not be mixedCase
  37. sitescripts/subscriptions/subscriptionParser.py:64:6: N815 variable 'digestDay' in class scope should not be mixedCase
  38. sitescripts/subscriptions/bin/processTemplate.py:35:6: N816 variable 'templateName' in global scope should not be mixedCase
  39. sitescripts/subscriptions/bin/processTemplate.py:36:6: N816 variable 'outputFile' in global scope should not be mixedCase
  40. sitescripts/subscriptions/bin/processTemplate.py:38:10: N816 variable 'outputFile' in global scope should not be mixedCase
  41. sitescripts/subscriptions/bin/generateReport.py:97:10: N816 variable 'logPath' in global scope should not be mixedCase
  42. sitescripts/management/bin/installChanges.py:128:6: N816 variable 'syncState' in global scope should not be mixedCase
  43. sitescripts/management/bin/installChanges.py:129:6: N816 variable 'syncStateFile' in global scope should not be mixedCase
  44. multiplexer.fcgi:24:2: N816 variable 'bindAddress' in global scope should not be mixedCase
  45. multiplexer.fcgi:28:10: N816 variable 'bindAddress' in global scope should not be mixedCase
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement