You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/08/16 16:56:35 UTC

[GitHub] vandanavk commented on a change in pull request #12200: [MXNET-696] 'make pylint' should run pylint under both Python 2 and Python 3

vandanavk commented on a change in pull request #12200: [MXNET-696] 'make pylint' should run pylint under both Python 2 and Python 3
URL: https://github.com/apache/incubator-mxnet/pull/12200#discussion_r210668964
 
 

 ##########
 File path: ci/other/pylintrc
 ##########
 @@ -82,7 +82,47 @@ enable=indexing-exception,old-raise-syntax
 # --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=design,similarities,no-self-use,attribute-defined-outside-init,locally-disabled,star-args,pointless-except,bad-option-value,global-statement,fixme,suppressed-message,useless-suppression,locally-enabled,no-member,no-name-in-module,import-error,unsubscriptable-object,unbalanced-tuple-unpacking,undefined-variable,protected-access,superfluous-parens,invalid-name,no-else-return,useless-super-delegation,len-as-condition,invalid-unary-operand-type
+disable=
+    design,
+    similarities,
+    no-self-use,
+    attribute-defined-outside-init,
+    locally-disabled,
+    star-args,
+    pointless-except,
+    bad-option-value,
+    global-statement,
+    fixme,
+    suppressed-message,
+    useless-suppression,
+    locally-enabled,
+    no-member,
+    no-name-in-module,
+    import-error,
+    unsubscriptable-object,
+    unbalanced-tuple-unpacking,
+    undefined-variable,
 
 Review comment:
   This could be moved to the enable section. As of now, make lint checks only python/mxnet folder - there are no undefined name errors in that folder AFAIK - so it should not break CI.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services