X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=pylint.cfg;h=3f94199be0162b1b215fff3860bbff1d090215f1;hp=37622580ac2bc8012cd5eede37b19c812d4aba0b;hb=8f328d362ff6572ed0cb9692abf5d02c4d4d62fb;hpb=33499c81c94c2d3baef9d3e9f061cd76ef86fa74 diff --git a/pylint.cfg b/pylint.cfg index 37622580ac..3f94199be0 100644 --- a/pylint.cfg +++ b/pylint.cfg @@ -145,7 +145,7 @@ class-rgx=[A-Z_][a-zA-Z0-9]+$ function-rgx=[a-z_][a-z0-9_]{2,30}$ # Regular expression which should only match correct method names -method-rgx=[a-z_][a-z0-9_]{2,30}$ +method-rgx=[a-z_][a-z0-9_]{2,40}$ # Regular expression which should only match correct instance attribute names attr-rgx=[a-z_][a-z0-9_]{2,30}$ @@ -242,7 +242,7 @@ int-import-graph= [DESIGN] # Maximum number of arguments for function / method -max-args=5 +max-args=7 # Argument names that match this expression will be ignored. Default to name # with leading underscore