ppodgorsek / docker-robot-framework

Robot Framework in Docker
https://cloud.docker.com/repository/docker/ppodgorsek/robot-framework
MIT License
332 stars 235 forks source link

Add robotframework-lint library #359

Open sthiriet opened 2 years ago

sthiriet commented 2 years ago

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.

ppodgorsek commented 4 months ago

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.