Joey Armstrong | 477381e | 2024-02-11 12:59:59 -0500 | [diff] [blame^] | 1 | .. _Makefile Target lint-robot: |
| 2 | |
| 3 | LINT: lint-robot |
| 4 | ================ |
| 5 | |
| 6 | Robot Testing Framework (python) |
| 7 | ================================ |
| 8 | |
| 9 | Command: 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 | |
| 19 | Sources: |
| 20 | |
| 21 | - `makefiles/lint <https://gerrit.opencord.org/plugins/gitiles/onf-make/+/refs/heads/master/makefiles/lint/>`__ |
| 22 | - `makefiles/lint/robot/*.mk <https://gerrit.opencord.org/plugins/gitiles/onf-make/+/refs/heads/master/makefiles/lint/robot>`_ |
| 23 | |
| 24 | .. seealso: |
| 25 | |
| 26 | `robotframework.org <https://robotframework.org>`_ |