Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 517 Bytes

File metadata and controls

23 lines (14 loc) · 517 Bytes

PyLint

Similarly, the :bbPyLint step will run pylint and analyze the results.

You must supply the command line to be used. There is no default.

from buildbot.plugins import steps

f.addStep(steps.PyLint(command=["pylint", "src"]))

This step takes the following arguments:

store_results

(optional) Boolean, true if the test results should be stored in the test database. The default value is true.