Skip to content

Commit

Permalink
Update pylint.rc
Browse files Browse the repository at this point in the history
Disable too many ancestors warning.
  • Loading branch information
dankram committed Apr 11, 2014
1 parent d0e29cf commit e89b200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_jenkins/tasks/pylint.rc
Expand Up @@ -15,7 +15,7 @@ cache-size=500
# W0613 Unused argument %r Used when a function or method argument is not used.
# W0702 No exception's type specified Used when an except clause doesn't specify exceptions type to catch.
# R0201 Method could be a function
disable=C0111,I0011,I0012,W0704,W0142,W0212,W0232,W0613,W0702,R0201,C1001
disable=C0111,I0011,I0012,W0704,W0142,W0212,W0232,W0613,W0702,R0201,C1001,R0901

[REPORTS]
output-format=parseable
Expand Down

0 comments on commit e89b200

Please sign in to comment.