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
I have decided to disable bad-indent for template suites and develop new rule that checks alignment. It should have two possible modes:
Align by columns (either named or not) - default mode
*** Test Cases *** USERNAME PASSWORD
Invalid User Name [Tags] foo
invalid ${VALID PASSWORD}
Invalid Password [Documentation] foo
[Tags] bar
${VALID USER} invalid
Invalid User Name and Password [Tags] baz
Example argument=abc
[Documentation] Documentation text
Second test argument=abc
[Documentation] Documentation text
Ignore alignment and check for strict 4 indent:
*** Test Cases ***
Example argument=abc
[Documentation] Documentation text
Second test argument=abc
[Documentation] Documentation text
The text was updated successfully, but these errors were encountered:
From #808
I have decided to disable
bad-indent
for template suites and develop new rule that checks alignment. It should have two possible modes:The text was updated successfully, but these errors were encountered: