docker-robot-framework icon indicating copy to clipboard operation
docker-robot-framework copied to clipboard

Add robotframework-lint library

Open sthiriet opened this issue 4 years ago • 1 comments

Is your feature request related to a problem? Please describe. We use your image in our CI template and it would be great if we could lint our robot code before running it.

Describe the solution you'd like add robotframework-lint python package like described in this comment

If you agree, I can create a pull request.

sthiriet avatar Jul 20 '21 10:07 sthiriet

The feature allowing to dynamically install additional dependencies has finally been implemented as part of #376 and the details can be found in the README: https://github.com/ppodgorsek/docker-robot-framework#installing-additional-dependencies

I would however question the need for any lint tool in this image as it was designed to run Robot Framework tests, while your linting use case seems more relevant as a previous separate step of your pipeline.

ppodgorsek avatar Feb 07 '24 16:02 ppodgorsek