You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kg...@apache.org on 2019/01/09 20:57:28 UTC

[qpid-dispatch] branch master updated: NO-JIRA: ignore python flake8 E129 warning - it is legal pep8 python

This is an automated email from the ASF dual-hosted git repository.

kgiusti pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/master by this push:
     new 85847d6  NO-JIRA: ignore python flake8 E129 warning - it is legal pep8 python
85847d6 is described below

commit 85847d62f694c0717c5db32c60aaa80bf7940ab2
Author: Kenneth Giusti <kg...@apache.org>
AuthorDate: Wed Jan 9 15:56:14 2019 -0500

    NO-JIRA: ignore python flake8 E129 warning - it is legal pep8 python
---
 tests/tox.ini.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/tox.ini.in b/tests/tox.ini.in
index 4885e61..c2d1405 100644
--- a/tests/tox.ini.in
+++ b/tests/tox.ini.in
@@ -27,7 +27,7 @@ skip_install = True
 [testenv]
 # we ignore lots of errors/warnings we probably should not,
 # but it will take a lot of effort to make the code PEP8 compliant...
-commands = flake8 --count ${CMAKE_SOURCE_DIR}/python ${CMAKE_SOURCE_DIR}/console ${CMAKE_SOURCE_DIR}/docs ${CMAKE_SOURCE_DIR}/tests ${CMAKE_SOURCE_DIR}/tools --show-source --ignore=E111,E114,E121,E122,E123,E124,E126,E127,E128,E131,E201,E202,E203,E211,E221,E222,E225,E226,E228,E231,E241,E251,E261,E266,E265,E271,E272,E301,E302,E303,E401,E402,E501,E502,E701,E702,E703,E704,E711,E712,E713,E714,E731,F401,F403,F405,F811,F841,H101,H102,H104,H201,H202,H234,H237,H238,H301,H306,H401,H403,H404,H405,W [...]
+commands = flake8 --count ${CMAKE_SOURCE_DIR}/python ${CMAKE_SOURCE_DIR}/console ${CMAKE_SOURCE_DIR}/docs ${CMAKE_SOURCE_DIR}/tests ${CMAKE_SOURCE_DIR}/tools --show-source --ignore=E111,E114,E121,E122,E123,E124,E126,E127,E128,E129,E131,E201,E202,E203,E211,E221,E222,E225,E226,E228,E231,E241,E251,E261,E266,E265,E271,E272,E301,E302,E303,E401,E402,E501,E502,E701,E702,E703,E704,E711,E712,E713,E714,E731,F401,F403,F405,F811,F841,H101,H102,H104,H201,H202,H234,H237,H238,H301,H306,H401,H403,H404,H [...]
 deps = hacking>=1.1.0
 
 # flake8 no longer supports python2.6


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org