Guest User

Untitled

a guest
Jul 19th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. BitBucketFactory.addStep(steps.PyLint(command=['pylint', '--py3k', '--ignore=ln2sql',
  2. '--disable=C,import-error,import-error,too-few-public-methods,undefined-variable',
  3. 'swagger_server'],
  4. haltOnFailure=True))
Add Comment
Please, Sign In to add comment