Hi, I am GSoC student under Kodi(XBMC) org. And we have an addon-checker tool <https://github.com/xbmc/addon-check> that checks for addons submitted. I will be using pylint for implementing some checks into our code base. Now the problem we are facing is that if the folder is missing __init__.py file pylint does run on those folders. Now this problem is know under issue #352 <https://github.com/PyCQA/pylint/issues/352> but no work is been done on it since last year. so I was willing to know that Are you guys planning to solve the issue any time soon ? Thank you
Hi Mehtab, As already mentioned in this issue, there is nothing scheduled for getting that one fixed. I left a couple of comments indicating what needs to be done to get the issue solved. Since my plate is full enough lately, I don't have enough bandwidth to tackle it, but would definitely offer guidance to any contributor willing to submit a fix. On 7 May 2018 at 16:40, Mehtab Zafar <mehtab.zafar98@gmail.com> wrote:
Hi, I am GSoC student under Kodi(XBMC) org. And we have an addon-checker tool that checks for addons submitted. I will be using pylint for implementing some checks into our code base. Now the problem we are facing is that if the folder is missing __init__.py file pylint does run on those folders. Now this problem is know under issue #352 but no work is been done on it since last year. so I was willing to know that Are you guys planning to solve the issue any time soon ?
Thank you
_______________________________________________ code-quality mailing list code-quality@python.org https://mail.python.org/mailman/listinfo/code-quality
participants (2)
-
Claudiu Popa
-
Mehtab Zafar