Bartłomiej Hirsz

Results 84 issues of Bartłomiej Hirsz

Also minor refactors in area close to the bug Fixes #1053

Our code is partly typed but we miss most of the typing. We should add typing information to our code (or at least to most of it).

refactor

This rule was previously rejected because Robocop does not support dynamic code. Keywords can be defined under variables and executed using Run Keyword, resource can be imported dynamically, Python library...

rule

This is test only so far - I came up with an idea how to run our tests on combination of all OS/Python/RF version without spending too much time (though...

Check if we enforce it. If not, it should be configurable (allow up to x lines).

According to https://docs.robotframework.org/docs/style_guide/guide#keyword

If new variable is set in If, it should be set in all branches: ``` IF ${True} ${var} Set Variable value ELSE ${var} Set Variable other value END

rule

We have several markdown or rst files in the repository. We need a way to validate them - for example using linters in precommit. Afaik Airflow uses such scripts so...

documentation