-
Notifications
You must be signed in to change notification settings - Fork 41
[Rule] GROUP rules #1159
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
Comments
Also #1158 |
How about GROUP with a single keyword in the body? GROUP foo
Do only one thing
END |
And maybe a rule for too deeply nested stuff. You can do this without groups, but groups make it easier to create deep nesting: GROUP foo
IF something
FOR i IN range(10)
GROUP bar
...
END
END
END
END |
yes, typically we should avoid it - we can add len rule for it (configurable if needed). Also too big group rule |
any ideas to get this published? |
It should be implemented first :) currently I'm handling ongoing issues after 6.0 release, but if not someone else, then I could take a look ina upcoming weeks. If you have ideas for different group rules then also please share. |
Robot Framework 7.2 introduce new syntax: GROUP. We need to add rules that will cover it.
Proposals:
The text was updated successfully, but these errors were encountered: