Skip to content

Commit

Permalink
Disallow lost exceptions (W0150).
Browse files Browse the repository at this point in the history
* Exceptions should be explicitly caught and handled.
  • Loading branch information
Renelvon committed Oct 1, 2014
1 parent 9762133 commit 3b41c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ load-plugins=
# classes checker, but have no Warning level messages displayed,
# use "--disable=all --enable=classes --disable=W"
enable=E,W,C,R,F
disable=E0202,E0611,E1101,E1103,W0142,W0150,W0201,W0212,W0221,W0223,W0232,W0403,W0511,W0613,W0621,W0702,W0703,W0704,W1201,C0103,C0111,C0301,C0302,C0330,R0801,R0901,R0902,R0903,R0904,R0911,R0912,R0913,R0914,R0915,R0922
disable=E0202,E0611,E1101,E1103,W0142,W0201,W0212,W0221,W0223,W0232,W0403,W0511,W0613,W0621,W0702,W0703,W0704,W1201,C0103,C0111,C0301,C0302,C0330,R0801,R0901,R0902,R0903,R0904,R0911,R0912,R0913,R0914,R0915,R0922


[REPORTS]
Expand Down

0 comments on commit 3b41c7c

Please sign in to comment.