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 2020/05/12 18:46:51 UTC

[qpid-dispatch] branch master updated: NO-JIRA: mask python linter warnings about using 'l' as a variable (E741)

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 f6eef2c  NO-JIRA: mask python linter warnings about using 'l' as a variable (E741)
f6eef2c is described below

commit f6eef2cbcc3db56eb5781e14ffe747725f720693
Author: Kenneth Giusti <kg...@apache.org>
AuthorDate: Tue May 12 14:46:42 2020 -0400

    NO-JIRA: mask python linter warnings about using 'l' as a variable (E741)
---
 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 7aeca40..1c0996a 100644
--- a/tests/tox.ini.in
+++ b/tests/tox.ini.in
@@ -35,7 +35,7 @@ commands = flake8 --count --show-source \
   ${CMAKE_SOURCE_DIR}/tools \
   ${CMAKE_SOURCE_DIR}/tools/qdstat \
   ${CMAKE_SOURCE_DIR}/tools/qdmanage \
-  --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,E305,E306,E401,E402,E501,E502,E701,E702,E703,E704,E711,E712,E713,E714,E731,E722,F401,F403,F405,F811,F841,H101,H102,H104,H201,H202,H234,H237,H238,H301,H306,H401,H403,H404,H405,W291,W292,W293,W391,W503,W504
+  --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,E305,E306,E401,E402,E501,E502,E701,E702,E703,E704,E711,E712,E713,E714,E731,E722,E741,F401,F403,F405,F811,F841,H101,H102,H104,H201,H202,H234,H237,H238,H301,H306,H401,H403,H404,H405,W291,W292,W293,W391,W503,W504
 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