Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Robocop considers embedded argument to be part of keyword naming scheme #1169

Open
rasjani opened this issue Jan 21, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@rasjani
Copy link

rasjani commented Jan 21, 2025

What happened?

Example:

*** 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

@rasjani rasjani added the bug Something isn't working label Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant