Skip to content

Instantly share code, notes, and snippets.

@pdehaan
Created January 5, 2016 20:41
Show Gist options
  • Save pdehaan/27010daff64c251cb012 to your computer and use it in GitHub Desktop.
Save pdehaan/27010daff64c251cb012 to your computer and use it in GitHub Desktop.
services-test flake8
➜ services-test git:(get-linting-or-die-trying) ✗ cat .flake8
[flake8]
exclude = **/*.sikuli/*,**/*_env/*,**/node_modules/*,**/venv/**
> services-test@1.0.0 flake8 /Users/pdehaan/dev/tmp/del/services-test
> flake8 .
./kinto/api-test/test_kinto_buckets.py:24:80: E501 line too long (85 > 79 characters)
./kinto/api-test/test_kinto_buckets.py:32:80: E501 line too long (93 > 79 characters)
./kinto/api-test/test_kinto_buckets.py:44:80: E501 line too long (86 > 79 characters)
./kinto/api-test/test_kinto_buckets.py:75:80: E501 line too long (94 > 79 characters)
./kinto/api-test/test_kinto_buckets.py:84:80: E501 line too long (96 > 79 characters)
./kinto/api-test/test_kinto_buckets.py:94:80: E501 line too long (94 > 79 characters)
./kinto/api-test/test_kinto_buckets.py:102:80: E501 line too long (83 > 79 characters)
./kinto/api-test/test_kinto_buckets.py:109:80: E501 line too long (93 > 79 characters)
./kinto/api-test/test_kinto_buckets.py:121:80: E501 line too long (89 > 79 characters)
./kinto/api-test/test_kinto_collections.py:24:80: E501 line too long (85 > 79 characters)
./kinto/api-test/test_kinto_collections.py:32:80: E501 line too long (86 > 79 characters)
./kinto/api-test/test_kinto_collections.py:45:80: E501 line too long (86 > 79 characters)
./kinto/api-test/test_kinto_collections.py:61:80: E501 line too long (94 > 79 characters)
./kinto/api-test/test_kinto_collections.py:70:80: E501 line too long (96 > 79 characters)
./kinto/api-test/test_kinto_collections.py:78:80: E501 line too long (94 > 79 characters)
./kinto/api-test/test_kinto_collections.py:89:80: E501 line too long (82 > 79 characters)
./kinto/api-test/test_kinto_collections.py:106:80: E501 line too long (86 > 79 characters)
./kinto/api-test/test_kinto_collections.py:119:80: E501 line too long (89 > 79 characters)
./kinto/api-test/test_kinto_collections.py:133:80: E501 line too long (89 > 79 characters)
./kinto/api-test/test_kinto_collections.py:142:80: E501 line too long (105 > 79 characters)
./kinto/api-test/test_kinto_groups.py:25:80: E501 line too long (85 > 79 characters)
./kinto/api-test/test_kinto_groups.py:33:80: E501 line too long (92 > 79 characters)
./kinto/api-test/test_kinto_groups.py:45:80: E501 line too long (86 > 79 characters)
./kinto/api-test/test_kinto_groups.py:73:80: E501 line too long (92 > 79 characters)
./kinto/api-test/test_kinto_groups.py:92:80: E501 line too long (86 > 79 characters)
./kinto/api-test/test_kinto_groups.py:99:80: E501 line too long (105 > 79 characters)
./kinto/api-test/test_kinto_groups.py:121:80: E501 line too long (89 > 79 characters)
./kinto/api-test/test_kinto_heartbeat.py:9:80: E501 line too long (93 > 79 characters)
./kinto/api-test/test_kinto_records.py:93:80: E501 line too long (94 > 79 characters)
./kinto/api-test/test_kinto_records.py:113:80: E501 line too long (94 > 79 characters)
./kinto/api-test/test_kinto_records.py:133:80: E501 line too long (94 > 79 characters)
./kinto/api-test/test_kinto_records.py:166:80: E501 line too long (94 > 79 characters)
./msisdn-gateway/e2e-test/test/control-script.py:26:80: E501 line too long (105 > 79 characters)
./msisdn-gateway/e2e-test/test/control-script.py:31:80: E501 line too long (84 > 79 characters)
./msisdn-gateway/e2e-test/test/control-script.py:32:80: E501 line too long (109 > 79 characters)
./msisdn-gateway/e2e-test/test/control-script.py:35:80: E501 line too long (113 > 79 characters)
./msisdn-gateway/e2e-test/test/control-script.py:39:80: E501 line too long (93 > 79 characters)
./msisdn-gateway/e2e-test/test/control-script.py:42:80: E501 line too long (90 > 79 characters)
./msisdn-gateway/e2e-test/test/control-script.py:69:80: E501 line too long (86 > 79 characters)
./msisdn-gateway/e2e-test/test/control-script.py:71:80: E501 line too long (92 > 79 characters)
./services-marionette/firefox_services_tests/setup.py:21:80: E501 line too long (86 > 79 characters)
./services-marionette/firefox_services_tests/setup.py:22:80: E501 line too long (108 > 79 characters)
./services-marionette/firefox_services_tests/setup.py:25:80: E501 line too long (85 > 79 characters)
./services-marionette/firefox_services_tests/setup.py:29:80: E501 line too long (82 > 79 characters)
./services-marionette/firefox_services_tests/apps/base.py:51:80: E501 line too long (80 > 79 characters)
./services-marionette/firefox_services_tests/apps/base.py:62:80: E501 line too long (80 > 79 characters)
./services-marionette/firefox_services_tests/apps/base.py:69:80: E501 line too long (80 > 79 characters)
./services-marionette/firefox_services_tests/apps/fxa/login.py:26:80: E501 line too long (100 > 79 characters)
./services-marionette/firefox_services_tests/apps/fxa/login.py:51:80: E501 line too long (83 > 79 characters)
./services-marionette/firefox_services_tests/apps/fxa/login.py:56:80: E501 line too long (83 > 79 characters)
./services-marionette/firefox_services_tests/apps/ideatown/app.py:20:80: E501 line too long (81 > 79 characters)
./services-marionette/firefox_services_tests/apps/ideatown/app.py:22:80: E501 line too long (82 > 79 characters)
./services-marionette/firefox_services_tests/apps/ideatown/app.py:29:80: E501 line too long (93 > 79 characters)
npm ERR! Darwin 15.2.0
npm ERR! argv "node" "/usr/local/bin/npm" "run" "flake8"
npm ERR! node v0.10.35
npm ERR! npm v2.14.2
npm ERR! code ELIFECYCLE
npm ERR! services-test@1.0.0 flake8: `flake8 .`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the services-test@1.0.0 flake8 script 'flake8 .'.
npm ERR! This is most likely a problem with the services-test package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! flake8 .
npm ERR! You can get their info via:
npm ERR! npm owner ls services-test
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /Users/pdehaan/dev/tmp/del/services-test/npm-debug.log
npm ERR! Darwin 15.2.0
npm ERR! argv "node" "/usr/local/bin/npm" "run" "lint"
npm ERR! node v0.10.35
npm ERR! npm v2.14.2
npm ERR! code ELIFECYCLE
npm ERR! services-test@1.0.0 lint: `npm run flake8 && npm run eslint`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the services-test@1.0.0 lint script 'npm run flake8 && npm run eslint'.
npm ERR! This is most likely a problem with the services-test package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! npm run flake8 && npm run eslint
npm ERR! You can get their info via:
npm ERR! npm owner ls services-test
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /Users/pdehaan/dev/tmp/del/services-test/npm-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment