X-Git-Url: https://git.libre-soc.org/?p=riscv-tests.git;a=blobdiff_plain;f=debug%2Fpylint.rc;h=0d9a64063a85ed871f42af4e5f814fcab407cf66;hp=193ea3a1d168fee583b17eca6f35616138e49c71;hb=HEAD;hpb=d97ba09c601887c57e9ec37234fe76346b25b16d diff --git a/debug/pylint.rc b/debug/pylint.rc index 193ea3a..0d9a640 100644 --- a/debug/pylint.rc +++ b/debug/pylint.rc @@ -158,7 +158,7 @@ single-line-if-stmt=no no-space-check=trailing-comma,dict-separator # Maximum number of lines in a module -max-module-lines=1000 +max-module-lines=10000 # String used as indentation unit. This is usually " " (4 spaces) or "\t" (1 # tab). @@ -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