|
7 | 7 | # pygtk.require().
|
8 | 8 | #init-hook=
|
9 | 9 |
|
10 |
| -# Profiled execution. |
11 |
| -profile=no |
12 |
| - |
13 | 10 | # Add files or directories to the blacklist. They should be base names, not
|
14 | 11 | # paths.
|
15 | 12 | ignore=lib/exabgp/dep/,lib/netlink/
|
@@ -94,20 +91,13 @@ reports=yes
|
94 | 91 | # (RP0004).
|
95 | 92 | evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / statement) * 10)
|
96 | 93 |
|
97 |
| -# Add a comment according to your evaluation note. This is used by the global |
98 |
| -# evaluation report (RP0004). |
99 |
| -comment=no |
100 |
| - |
101 | 94 | # Template used to display messages. This is a python new-style format string
|
102 | 95 | # used to format the message information. See doc for all details
|
103 | 96 | #msg-template=
|
104 | 97 |
|
105 | 98 |
|
106 | 99 | [BASIC]
|
107 | 100 |
|
108 |
| -# Required attributes for module, separated by a comma |
109 |
| -required-attributes= |
110 |
| - |
111 | 101 | # List of builtins function names that should not be used, separated by a comma
|
112 | 102 | bad-functions=map,filter,input
|
113 | 103 |
|
@@ -282,10 +272,6 @@ ignored-modules=
|
282 | 272 | # (useful for classes with attributes dynamically set).
|
283 | 273 | ignored-classes=SQLObject,Enumeration
|
284 | 274 |
|
285 |
| -# When zope mode is activated, add a predefined set of Zope acquired attributes |
286 |
| -# to generated-members. |
287 |
| -zope=no |
288 |
| - |
289 | 275 | # List of members which are set dynamically and missed by pylint inference
|
290 | 276 | # system, and so shouldn't trigger E0201 when accessed. Python regular
|
291 | 277 | # expressions are accepted.
|
@@ -314,7 +300,7 @@ callbacks=cb_,_cb
|
314 | 300 |
|
315 | 301 | # List of interface methods to ignore, separated by a comma. This is used for
|
316 | 302 | # instance to not check methods defines in Zope's Interface base class.
|
317 |
| -ignore-iface-methods=isImplementedBy,deferred,extends,names,namesAndDescriptions,queryDescriptionFor,getBases,getDescriptionFor,getDoc,getName,getTaggedValue,getTaggedValueTags,isEqualOrExtendedBy,setTaggedValue,isImplementedByInstancesOf,adaptWith,is_implemented_by |
| 303 | +# ignore-iface-methods=isImplementedBy,deferred,extends,names,namesAndDescriptions,queryDescriptionFor,getBases,getDescriptionFor,getDoc,getName,getTaggedValue,getTaggedValueTags,isEqualOrExtendedBy,setTaggedValue,isImplementedByInstancesOf,adaptWith,is_implemented_by |
318 | 304 |
|
319 | 305 | # List of method names used to declare (i.e. assign) instance attributes.
|
320 | 306 | defining-attr-methods=__init__,__new__,setUp
|
|
0 commit comments