From fdc39d04131418b599e2bc4ba7048b6f54de5e0d Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Mon, 8 Dec 2014 22:23:07 +0000 Subject: [PATCH] Remove deprecated options --- .pylintrc | 3 --- .testing.pylintrc | 6 ------ 2 files changed, 9 deletions(-) diff --git a/.pylintrc b/.pylintrc index cf699234f2..db3d02b3e1 100644 --- a/.pylintrc +++ b/.pylintrc @@ -70,9 +70,6 @@ disable=W0142, # (visual studio) and html output-format=text -# Include message's id in output -include-ids=yes - # 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]". diff --git a/.testing.pylintrc b/.testing.pylintrc index beaba85b21..a98e6435b7 100644 --- a/.testing.pylintrc +++ b/.testing.pylintrc @@ -113,12 +113,6 @@ disable=R, [REPORTS] -# Include message's id in output -include-ids=yes - -# Include symbolic ids of messages in output -symbols=no - # Tells whether to display a full report or only the messages reports=no