[orca] Update the pylintrc to use 'disable' instead of the deprecated 'disable-msg'
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Update the pylintrc to use 'disable' instead of the deprecated 'disable-msg'
- Date: Sat, 28 Aug 2010 22:26:09 +0000 (UTC)
commit 905f30f8b349e7fac923f8244446a9b5df317625
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date: Sat Aug 28 18:25:25 2010 -0400
Update the pylintrc to use 'disable' instead of the deprecated 'disable-msg'
pylintrc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pylintrc b/pylintrc
index ff4b0cf..92068a3 100644
--- a/pylintrc
+++ b/pylintrc
@@ -87,7 +87,7 @@ load-plugins=
# R0914: Function or method has too many local variables
# R0915: Function or method has too many statements
#
-disable-msg=E0611,C0111,R0201,W0102,W0141,W0333,W0401,W0403,W0603,W0612,W0613,W0702,W0704,W0511,R0801,R0912,R0915,R0914,R0904,R0903,R0401,R0911,R0913,C0302,R0902
+disable=E0611,C0111,R0201,W0102,W0141,W0333,W0401,W0403,W0603,W0612,W0613,W0702,W0704,W0511,R0801,R0912,R0915,R0914,R0904,R0903,R0401,R0911,R0913,C0302,R0902,E1101
[REPORTS]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]