4

I'm using Pylint in buildbot's build step and i want the build should stop if certain code quality doesn't meet

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)) 
Rajat
  • 2,467
  • 2
  • 29
  • 38
  • possible copy of https://stackoverflow.com/questions/50944575/how-to-set-a-pylint-score-threshold. – Cabrera Sep 20 '21 at 02:08

0 Answers0