blob: 59814ecce2b91ea4255e6579ec1cdda786df288d [file] [log] [blame]
Joey Armstrong477381e2024-02-11 12:59:59 -05001.. _Makefile Target lint-robot:
2
3LINT: lint-robot
4================
5
6Robot Testing Framework (python)
7================================
8
9Command: rflint `robotframework-lint <https://pypi.org/project/robotframework-lint/>`_
10
11.. code:: bash
12
13 make clean
14 make lint 2>&1 | tee log
15 make lint-robot-all 2>&1 | tee log
16 make lint-robot-mod 2>&1 | tee log
17 make lint-robot-src 2>&1 | tee log
18
19Sources:
20
Eric Ball74a2e762025-08-27 12:34:53 -070021- `makefiles/lint <https://gerrit.lfbroadband.org/plugins/gitiles/onf-make/+/refs/heads/master/makefiles/lint/>`__
22- `makefiles/lint/robot/*.mk <https://gerrit.lfbroadband.org/plugins/gitiles/onf-make/+/refs/heads/master/makefiles/lint/robot>`_
Joey Armstrong477381e2024-02-11 12:59:59 -050023
24.. seealso:
25
26`robotframework.org <https://robotframework.org>`_