~alecu/ubuntu-sso-client/use-pycurl-1-2

« back to all changes in this revision

Viewing changes to pylintrc

  • Committer: Tarmac
  • Author(s): Alejandro J. Cura
  • Date: 2011-04-12 16:03:30 UTC
  • mfrom: (686.1.2 tx-unpack-toomany-1-2)
  • Revision ID: tarmac-20110412160330-3u174sv38ykfb51b
A new value was added the Secret DBus struct (LP: #734671)

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]