Skip to content

Conversation

@bhirsz
Copy link
Member

@bhirsz bhirsz commented Dec 10, 2025

No description provided.

- Continuation line should not be indented ([Robocop: #misaligned-continuation](https://robocop.dev/stable/rules_list/#spc11-misaligned-continuation)).
- Line continuation character (`...`) should be placed at the beginning of the new row ([Robocop: #misaligned-continuation-row](https://robocop.dev/stable/rules_list/#spc11-misaligned-continuation-row)).
- No empty lines between arguments ([Robocop: #empty-lines-in-statement](https://robocop.dev/stable/rules_list/#spc13-empty-lines-in-statement)).
- No empty continuation lines between arguments (i.e. lines containing only `'...'`) ([Robocop: #too-many-arguments](https://robocop.dev/stable/rules_list/#len07-too-many-arguments)).
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here, we meant to avoid a case like this:

    Log Many   aaa    bbb
    ...    ccc    ddd
    ...                           <--- Line continued, but no arguments on this line.
    ...    eee    fff

Probably, to-many-arguments is not relevant to this case.

I think, robocop does not check the case in the above example, or was there a corresponding rule that I couldn't find?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that's incorrect rule chosen.. It's checked by https://robocop.dev/stable/rules_list/#var01-empty-variable - ... is actually equivalent to ... ${EMPTY}. I will correct the rule name

bhirsz and others added 2 commits December 11, 2025 17:27
@Mko13 Mko13 merged commit 96c1aa9 into MarketSquare:main Dec 11, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants