~daker/loco-team-portal/fix.1542697

« back to all changes in this revision

Viewing changes to pylint.rc

  • Committer: Adnane Belmadiaf
  • Date: 2012-06-01 22:28:09 UTC
  • mto: This revision was merged to the branch mainline in revision 538.
  • Revision ID: daker@ubuntu.com-20120601222809-ukuz7o327vjrxz6j
* Fixed the articles app coding styles

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
# W0613 Unused argument %r Used when a function or method argument is not used.
16
16
# W0702 No exception's type specified Used when an except clause doesn't specify exceptions type to catch.
17
17
# R0201 Method could be a function
18
 
disable=C0111,I0011,I0012,W0704,W0142,W0212,W0232,W0613,W0702,R0201
 
18
disable=C0111,I0011,I0012,W0704,W0142,W0212,W0232,W0613,W0702,R0201,R0903,R0904,R0914
19
19
 
20
20
[REPORTS]
21
21
output-format=parseable