Bartłomiej Hirsz

Results 84 issues of Bartłomiej Hirsz

Both ways are possible: ``` ${dict['item']} ${dict}[item] ``` There should be rule that would point inconsistency (when we're using both formats). It could be configurable to always report if the...

rule

I have found following tool: https://github.com/oxsecurity/megalinter . It does aggregate different types of linters. It could be beneficial to integrate Robocop into it. At first we need to investigate if...

enhancement

It could be good candidate for user/custom rule. I have often seen code like this: ``` Validate Stuff Run Keyword And Continue On Failure ... Length Should Be ${variable} 1...

rule
community rules

Closes #570 Typing was improced by replacing ``List``, ``Optional``, ``Union`` etc by native types such as ``list``, ``None``, ``|``.

It is no longer supported https://endoflife.date/python

dependencies

Allow to configure how some separators behaves, for example FOR: ``` FOR ${var} ${var2} IN ZIP @{list1} @{list2} END ``` uses 4 spaces by default for FOR arguments where it...

enhancement

Robot style guide recommends ordering the variables based in their complexity: https://docs.robotframework.org/docs/style_guide/guide#variables

transformer

Style guide recommended using 4 spaces. Move current algorithm (which calculates nearest multiply of 4) to optional settings and use fixed 4