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 2019/10/13 10:12:59 UTC

[GitHub] [incubator-mxnet] marcoabreu commented on a change in pull request #16462: Fix flakey pylint CI failures

marcoabreu commented on a change in pull request #16462: Fix flakey pylint CI failures
URL: https://github.com/apache/incubator-mxnet/pull/16462#discussion_r334271598
 
 

 ##########
 File path: ci/other/pylintrc
 ##########
 @@ -113,7 +113,10 @@ disable=
     too-many-instance-attributes,
     too-many-locals,
     too-many-public-methods,
-    too-many-statements
+    too-many-statements,
+    too-many-lines,
+    duplicate-code,
+    cyclic-import
 
 Review comment:
   Is cyclic import not a valid thing to consider?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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