You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*** Test Cases ***Repro
Actual proper Keyword
*** Keywords ***Actual ${foo} Keyword
Log To Console ZZZ: "${foo}"
Will result following complaint:
[W] 0302 Keyword name 'Actual proper Keyword' does not follow case convention (wrong-case-in-keyword-name)
While I would never use embedded arguments, it would be nice if the argument value would not be considered as part of keyword naming rules.
What command/code did you try to run?
robocop repro.pro
What is the full error message?
/Users/rasjani/src/work/e2e-testing/repro.robot:3:3 [W] 0302 Keyword name 'Actual proper Keyword' does not follow case convention (wrong-case-in-keyword-name)
What did you expect to happen instead?
No response
Operating System
shouldn't matter
Robocop version
5.8.1
The text was updated successfully, but these errors were encountered:
What happened?
Example:
Will result following complaint:
[W] 0302 Keyword name 'Actual proper Keyword' does not follow case convention (wrong-case-in-keyword-name)
While I would never use embedded arguments, it would be nice if the argument value would not be considered as part of keyword naming rules.
What command/code did you try to run?
robocop repro.pro
What is the full error message?
/Users/rasjani/src/work/e2e-testing/repro.robot:3:3 [W] 0302 Keyword name 'Actual proper Keyword' does not follow case convention (wrong-case-in-keyword-name)
What did you expect to happen instead?
No response
Operating System
shouldn't matter
Robocop version
5.8.1
The text was updated successfully, but these errors were encountered: