X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fcloudtaf.git;a=blobdiff_plain;f=.pylintrc;h=174740a531dba1de21cf167eca2c4412d1697ea4;hp=fe5d70519787a26e7e11c8e1f1540704dff1bf02;hb=af5eb3ff36b92ab1d9c156ffa0391eadc73eb6ba;hpb=d448b9388fd9cb3732e35996b98f493a5a5921d4 diff --git a/.pylintrc b/.pylintrc index fe5d705..174740a 100644 --- a/.pylintrc +++ b/.pylintrc @@ -65,7 +65,7 @@ confidence= # --enable=similarities". If you want to run only the classes checker, but have # no Warning level messages displayed, use"--disable=all --enable=classes # --disable=W" -disable= missing-docstring, locally-disabled +disable= missing-docstring, locally-disabled, unused-import, wildcard-import, unused-wildcard-import, dangerous-default-value, invalid-name, duplicate-code, too-many-arguments, wrong-import-order, wrong-import-position, broad-except, fixme, unexpected-keyword-arg, redefined-builtin, global-variable-undefined, anomalous-backslash-in-string, global-statement [REPORTS] @@ -192,7 +192,7 @@ max-nested-blocks=5 [FORMAT] # Maximum number of characters on a single line. -max-line-length=100 +max-line-length=120 # Regexp for a line that is allowed to be longer than the limit. ignore-long-lines=^\s*(# )??$