Bartłomiej Hirsz

Results 84 issues of Bartłomiej Hirsz

It probably also happens for similar rule like too-long-keyword. Our check simply substract end line from node start line. But empty lines are part of the keyword/test which affect node...

bug

We have internal ``JsonReport`` but it is only used to generate issues in json format for API purposes. It is confusing for users and we could solve some issues (like...

It would be good to have some way of comparing two Robocop runs ie number of new/fixed issues. It could be special report (--report compare). Other cli tools usually create...

enhancement

Since we added pre-commit config in #651 we also need to enforce using it. We need to create github action that will be run on every PR with black/isort tools...

Since the new mutli language support (#640) we should add rule that would check if the language used across file is consistent. For example if almost all the markers are...

rule
RF compatibility

Related #646

enhancement
RF compatibility

From https://github.com/robotframework/robotframework/issues/4096 RF 5.1 introduce multi language support for marker names. We should (at bare minimum) support parsing markers in other languages. From implemnetation POV it should be enough to:...

From https://github.com/robotframework/robotframework/issues/4368 It's part of the bigger refactor where Default Tags and Force Tags will be eventually removed - but in RF 6.0 and RF 7.0. Rules needs to work...