@@ -25,42 +25,30 @@ ignore=CVS
25
25
# Pickle collected data for later comparisons.
26
26
persistent=yes
27
27
28
- # Set the cache size for astng objects.
29
- cache-size=500
30
-
31
28
# List of plugins (as comma separated values of python modules names) to load,
32
29
# usually to register additional checkers.
33
30
load-plugins=
34
31
35
32
36
33
[MESSAGES CONTROL]
37
34
38
- # Enable only checker(s) with the given id(s). This option conflicts with the
39
- # disable-checker option
40
- #enable-checker=
41
-
42
- # Enable all checker(s) except those with the given id(s). This option
43
- # conflicts with the enable-checker option
44
- #disable-checker=
45
-
46
- # Enable all messages in the listed categories (IRCWEF).
47
- #enable-msg-cat=
48
-
49
- # Disable all messages in the listed categories (IRCWEF).
50
- disable-msg-cat=IR
51
-
52
- # Enable the message(s) with the given id(s).
53
- #enable-msg=
35
+ # Enable the message, report, category or checker with the given id(s). You can
36
+ # either give multiple identifier separated by comma (,) or put this option
37
+ # multiple time.
38
+ #enable=
54
39
55
- # Disable the message(s) with the given id(s).
40
+ # Disable the message, report, category or checker with the given id(s). You
41
+ # can either give multiple identifier separated by comma (,) or put this option
42
+ # multiple time (only on the command line, not in the configuration file where
43
+ # it should appear only once).
56
44
disable=W0704,C0103,W0231,E1102,W0511,W0142,R0902,R0903,R0904,R0913,R0914,R0801,I0011
57
45
58
46
59
47
[REPORTS]
60
48
61
49
# Set the output format. Available formats are text, parseable, colorized, msvs
62
50
# (visual studio) and html
63
- output-format=text
51
+ output-format=colorized
64
52
65
53
# Include message's id in outpu
66
54
include-ids=yes
@@ -276,7 +264,7 @@ int-import-graph=
276
264
max-line-length=80
277
265
278
266
# Maximum number of lines in a module
279
- max-module-lines=1000
267
+ max-module-lines=1500
280
268
281
269
# String used as indentation unit. This is usually " " (4 spaces) or "\t" (1
282
270
# tab).
0 commit comments