summaryrefslogtreecommitdiff
path: root/pylint
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-12-05 13:47:15 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-12-05 13:48:37 +0100
commitbed4ef2af1885e69d47622e13ddddf8c6cfa9fa6 (patch)
treeee67504bd7a8ab017b827a6a3f3966a2a53cf525 /pylint
parent15ff592ccff2ca38caa266d25f3eaa7f3f3138af (diff)
downloaddeployment-bed4ef2af1885e69d47622e13ddddf8c6cfa9fa6.tar.gz
deployment-bed4ef2af1885e69d47622e13ddddf8c6cfa9fa6.tar.bz2
deployment-bed4ef2af1885e69d47622e13ddddf8c6cfa9fa6.zip
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 (limited to 'pylint')
-rw-r--r--pylint/pylintrc2
1 files changed, 1 insertions, 1 deletions
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.