Make pylint 1.6.5 happy.
[riscv-tests.git] / debug / pylint.rc
index f32bebc6fbd1ebbbcd828a0f7efa9d6dd48e4caf..8bbfe205242236cc8f59c6c556df4d3489a16c89 100644 (file)
@@ -48,7 +48,7 @@ extension-pkg-whitelist=
 # no Warning level messages displayed, use"--disable=all --enable=classes
 # --disable=W"
 disable=bad-continuation, missing-docstring, invalid-name, locally-disabled,
-    too-few-public-methods, too-many-arguments, fixme
+    too-few-public-methods, too-many-arguments, fixme, duplicate-code
 
 
 [REPORTS]
@@ -178,7 +178,7 @@ logging-modules=logging
 [BASIC]
 
 # Required attributes for module, separated by a comma
-required-attributes=
+#required-attributes=
 
 # List of builtins function names that should not be used, separated by a comma
 bad-functions=map,filter,apply,input,file
@@ -287,7 +287,7 @@ int-import-graph=
 
 # List of interface methods to ignore, separated by a comma. This is used for
 # instance to not check methods defines in Zope's Interface base class.
-ignore-iface-methods=isImplementedBy,deferred,extends,names,namesAndDescriptions,queryDescriptionFor,getBases,getDescriptionFor,getDoc,getName,getTaggedValue,getTaggedValueTags,isEqualOrExtendedBy,setTaggedValue,isImplementedByInstancesOf,adaptWith,is_implemented_by
+#ignore-iface-methods=isImplementedBy,deferred,extends,names,namesAndDescriptions,queryDescriptionFor,getBases,getDescriptionFor,getDoc,getName,getTaggedValue,getTaggedValueTags,isEqualOrExtendedBy,setTaggedValue,isImplementedByInstancesOf,adaptWith,is_implemented_by
 
 # List of method names used to declare (i.e. assign) instance attributes.
 defining-attr-methods=__init__,__new__,setUp