~alecu/ubuntu-sso-client/tx-unpack-toomany-1-2

« back to all changes in this revision

Viewing changes to pylintrc

  • Committer: Alejandro J. Cura
  • Date: 2011-04-12 15:41:16 UTC
  • Revision ID: alecu@canonical.com-20110412154116-5t82vdn8sadft5lc
disable pylint warning W0404: Reimport of module

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
# W0142: Used * or ** magic
51
51
# W0613: Unused argument 'yyy'
52
52
# C0302: Too many lines in module
53
 
disable=R,I,W0142,W0613,C0302
 
53
# W0404: Reimport of module
 
54
disable=R,I,W0142,W0613,C0302,W0404
54
55
 
55
56
 
56
57
[REPORTS]