Revision dfe879ce

b/pylintrc
83 83
min-similarity-lines = 4
84 84
ignore-comments = yes
85 85
ignore-docstrings = yes
86

  
87
[MESSAGES CONTROL]
88

  
89
# Enable only checker(s) with the given id(s). This option conflicts with the
90
# disable-checker option
91
#enable-checker=
92

  
93
# Enable all checker(s) except those with the given id(s). This option
94
# conflicts with the enable-checker option
95
#disable-checker=
96

  
97
# Enable all messages in the listed categories (IRCWEF).
98
#enable-msg-cat=
99

  
100
# Disable all messages in the listed categories (IRCWEF).
101
disable-msg-cat=
102

  
103
# Enable the message(s) with the given id(s).
104
#enable-msg=
105

  
106
# Disable the message(s) with the given id(s).
107
disable-msg=W0511

Also available in: Unified diff