robotframework-robocop icon indicating copy to clipboard operation
robotframework-robocop copied to clipboard

[Rule] Accessing item and dict variables using different syntax

Open bhirsz opened this issue 1 year ago • 0 comments

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 user uses particular format.

bhirsz avatar Jun 06 '23 12:06 bhirsz