Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 495 Bytes

File metadata and controls

22 lines (13 loc) · 495 Bytes
.. bb:step:: PyLint

PyLint

Similarly, the :bb:step:`PyLint` step will run :command:`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, defaults to True) If True, the test results will be stored in the test database.