summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.pylintrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/.pylintrc b/.pylintrc
index 2ed0940d..c6be7436 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -61,9 +61,6 @@ disable=R0903,R0912,R0913,R0914,R0915,W0141,C0111,C0103,W0603,W0703,R0911,C0301,
61# (visual studio) and html 61# (visual studio) and html
62output-format=text 62output-format=text
63 63
64# Include message's id in output
65include-ids=yes
66
67# Put messages in a separate file for each module / package specified on the 64# Put messages in a separate file for each module / package specified on the
68# command line instead of printing them on stdout. Reports (if any) will be 65# command line instead of printing them on stdout. Reports (if any) will be
69# written in a file name "pylint_global.[txt|html]". 66# written in a file name "pylint_global.[txt|html]".