summaryrefslogtreecommitdiff
path: root/pylint.conf
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2014-08-01 00:01:28 -0600
committerkballou <kballou@devnulllabs.io>2014-08-01 01:05:00 -0600
commit885c4f9eaa06ae550fd27af0d74c1767f940ada9 (patch)
tree35cdd569a7be733b8d836e4c24fb9713683666d1 /pylint.conf
parent989261aafcbdfba1fa9893d75fb81a0bcd611d7c (diff)
downloadxnt-885c4f9eaa06ae550fd27af0d74c1767f940ada9.tar.gz
xnt-885c4f9eaa06ae550fd27af0d74c1767f940ada9.tar.xz
Remove deprecated pylint configuration options
Diffstat (limited to 'pylint.conf')
-rw-r--r--pylint.conf6
1 files changed, 0 insertions, 6 deletions
diff --git a/pylint.conf b/pylint.conf
index b045509..274bc44 100644
--- a/pylint.conf
+++ b/pylint.conf
@@ -43,12 +43,6 @@ disable=
# mypackage.mymodule.MyReporterClass.
output-format=text
-# Include message's id in output
-include-ids=no
-
-# Include symbolic ids of messages in output
-symbols=no
-
# Put messages in a separate file for each module / package specified on the
# command line instead of printing them on stdout. Reports (if any) will be
# written in a file name "pylint_global.[txt|html]".