I added a build step to execute a Python script.
In this script pylint is called with the lint.Run(..args) to check the code.
The script works but in the end, the bu
Pylint expect the code being analyzed to be 100% perfect.
Even code warning may cause exit with non zero status code.
Try to fix your code as Pylint suggest and rate 10/10.