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
Recent rylint have option for not calling sys exit
lint.Run(args, exit=False, **kwargs)