summaryrefslogtreecommitdiffstats
path: root/.pylintrc
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2017-08-28 21:28:20 +0200
committerJelle van der Waa <jelle@vdwaa.nl>2017-08-28 21:31:26 +0200
commitd7d448979a68f1b7448604af17d3b4f3b4bd8f37 (patch)
tree278e4a8594dc73d47f53476b77e936b266475914 /.pylintrc
parent0cd0b5a06ac530ad81e31817e7b13f96e7226ad1 (diff)
downloadarchweb-d7d448979a68f1b7448604af17d3b4f3b4bd8f37.tar.gz
archweb-d7d448979a68f1b7448604af17d3b4f3b4bd8f37.zip
pylintrc: remove comments
Remove comments which are not applicable to us.
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc12
1 files changed, 0 insertions, 12 deletions
diff --git a/.pylintrc b/.pylintrc
index 25cac577..e7003f46 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -88,18 +88,6 @@ enable=import-self,
unnecessary-lambda,
unnecessary-pass,
-# Things we'd like to enable someday:
-# redefined-outer-name (requires a bunch of work to clean up our code first)
-# undefined-variable (re-enable when pylint fixes https://github.com/PyCQA/pylint/issues/760)
-# no-name-in-module (giving us spurious warnings https://github.com/PyCQA/pylint/issues/73)
-# unused-argument (need to clean up or code a lot, e.g. prefix unused_?)
-
-# Things we'd like to try.
-# Procedure:
-# 1. Enable a bunch.
-# 2. See if there's spurious ones; if so disable.
-# 3. Record above.
-# 4. Remove from this list.
# deprecated-method,
# anomalous-unicode-escape-in-string,
# anomalous-backslash-in-string,