taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit bed4ef2af1885e69d47622e13ddddf8c6cfa9fa6
parent 15ff592ccff2ca38caa266d25f3eaa7f3f3138af
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Tue,  5 Dec 2017 13:47:15 +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).

Diffstat:
Mpylint/pylintrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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.