Report: Add data
[csit.git] / pylint.cfg
index 5ae4ed5..82b3a06 100644 (file)
@@ -42,8 +42,9 @@ extension-pkg-whitelist=numpy, scipy
 # --enable=similarities". If you want to run only the classes checker, but have
 # no Warning level messages displayed, use"--disable=all --enable=classes
 # --disable=W"
-disable=redefined-variable-type, locally-disabled, locally-enabled
+#disable=redefined-variable-type, locally-disabled, locally-enabled
 
+# TODO: Add explanation when disabling an id, either locally or globally.
 
 [REPORTS]