gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] branch master updated: Do not lint wsgi.


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Do not lint wsgi.py; this because its 'application' global variable does not comply with PEP standards. In fact, it should be upper case in order to make them happy (but this would make 'uwsgi' unhappy).
Date: Tue, 05 Dec 2017 13:49:25 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new bed4ef2  Do not lint wsgi.py; this because its 'application' global 
variable does not comply with PEP standards.  In fact, it should be upper case 
in order to make them happy (but this would make 'uwsgi' unhappy).
bed4ef2 is described below

commit bed4ef2af1885e69d47622e13ddddf8c6cfa9fa6
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Dec 5 13:47:15 2017 +0100

    Do not lint wsgi.py; this because its 'application' global
    variable does not comply with PEP standards.  In fact, it should
    be upper case in order to make them happy (but this would make
    'uwsgi' unhappy).
---
 pylint/pylintrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pylint/pylintrc b/pylint/pylintrc
index 234d913..e4aee75 100644
--- a/pylint/pylintrc
+++ b/pylint/pylintrc
@@ -7,7 +7,7 @@ extension-pkg-whitelist=
 
 # Add files or directories to the blacklist. They should be base names, not
 # paths.
-ignore=CVS,migrations,south_migrations
+ignore=CVS,migrations,south_migrations,wsgi.py
 
 # Add files or directories matching the regex patterns to the blacklist. The
 # regex matches against base names, not paths.

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]