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_r210758989
########## File path: ci/other/pylintrc ########## @@ -71,7 +71,7 @@ confidence= # either give multiple identifier separated by comma (,) or put this option # multiple time (only on the command line, not in the configuration file where # it should appear only once). See also the "--disable" option for examples. -enable=indexing-exception,old-raise-syntax +enable=indexing-exception,old-raise-syntax,undefined-variable Review comment: You might have to remove it from here as well - as part of the re-remove commit ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
