diff options
author | David Pursehouse <david.pursehouse@sonymobile.com> | 2015-04-07 11:08:04 +0900 |
---|---|---|
committer | David Pursehouse <david.pursehouse@sonymobile.com> | 2015-04-07 11:10:17 +0900 |
commit | 33fe4e99f95125a0083e97c4c143d1fb5134cf36 (patch) | |
tree | 7dca59965898c7e1292cd4ea855f1f4b09ba2019 | |
parent | 4214585073aa0f2e95e79b8956d0fa6849277b27 (diff) | |
download | git-repo-33fe4e99f95125a0083e97c4c143d1fb5134cf36.tar.gz |
Remove deprecated `include-ids` setting from pylint config
Change-Id: Ie5ab21e434d24ff862bb5e0c263761370d71f56f
-rw-r--r-- | .pylintrc | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |
62 | output-format=text | 62 | output-format=text |
63 | 63 | ||
64 | # Include message's id in output | ||
65 | include-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]". |