X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=pylint.cfg;h=82b3a0621584e50ce203a6ec172fb8ff5e26c73c;hp=5ae4ed551b18f65d21fe317aff61d01a40858aad;hb=e32b39d83fb01c33dfc9ae540ff2b55c11b707cf;hpb=ed0258a440cfad7023d643f717ab78ac568dc59b diff --git a/pylint.cfg b/pylint.cfg index 5ae4ed551b..82b3a06215 100644 --- a/pylint.cfg +++ b/pylint.cfg @@ -42,8 +42,9 @@ extension-pkg-whitelist=numpy, scipy # --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=redefined-variable-type, locally-disabled, locally-enabled +#disable=redefined-variable-type, locally-disabled, locally-enabled +# TODO: Add explanation when disabling an id, either locally or globally. [REPORTS]