我在buildbot的构建步骤中使用Pylint,并且我希望如果某些代码质量不符合要求,构建应该停止
BitBucketFactory.addStep(steps.PyLint(command=['pylint', '--py3k', '--ignore=ln2sql',
'--disable=C,import-error,import-error,too-few-public-methods,undefined-variable',
'swagger_server'],
haltOnFailure=True))