summaryrefslogtreecommitdiffstats
path: root/layman/tests/pylintrc
blob: b05498aadd0b8fad1776765e1a8f8fa924d87f8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[MESSAGES CONTROL]

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

# Disable the message(s) with the given id(s).
#   :W0613: *Unused argument %r*
#   :W0702: *No exception type(s) specified*
#   :W0703: *Catch "Exception"*
disable-msg=W0613,W0702,W0703


[REPORTS]

# Include message's id in output
include-ids=yes

# Tells whether to display a full report or only the messages
reports=no