test.robot:103:5 [W] COM06 Commented out code: '${result}=    Some Keyword'
test.robot:108:19 [W] COM06 Commented out code: '${var}=    inline assignment'
test.robot:110:19 [W] COM06 Commented out code: 'IF    ${x}'
test.robot:113:5 [W] COM06 Commented out code: '${VERY_LONG_VARIABLE_NAME}=    This is a very long value that exceeds forty char...'
test.robot:127:5 [W] COM06 Commented out code: '${var}=    Get Value'
test.robot:128:5 [W] COM06 Commented out code: '[Tags]    smoke'
test.robot:129:5 [W] COM06 Commented out code: 'IF    ${condition}'
test.robot:161:5 [W] COM06 Commented out code: 'Library    Collections'
test.robot:16:1 [W] COM06 Commented out code: 'Library    SeleniumLibrary'
test.robot:162:5 [W] COM06 Commented out code: 'Library    String'
test.robot:163:5 [W] COM06 Commented out code: 'Resource    common.resource'
test.robot:164:5 [W] COM06 Commented out code: 'Resource    ../resources/utils.resource'
test.robot:165:5 [W] COM06 Commented out code: 'Variables    vars.py'
test.robot:166:5 [W] COM06 Commented out code: 'Suite Setup    Initialize'
test.robot:167:5 [W] COM06 Commented out code: 'Suite Teardown    Cleanup'
test.robot:168:5 [W] COM06 Commented out code: 'Test Setup    Prepare Test'
test.robot:169:5 [W] COM06 Commented out code: 'Test Teardown    Finish Test'
test.robot:170:5 [W] COM06 Commented out code: 'Metadata    Author    John'
test.robot:171:5 [W] COM06 Commented out code: 'Force Tags    smoke'
test.robot:17:1 [W] COM06 Commented out code: 'Resource    keywords.resource'
test.robot:172:5 [W] COM06 Commented out code: 'Default Tags    regression'
test.robot:18:1 [W] COM06 Commented out code: 'Variables    config.py'
test.robot:187:5 [W] COM06 Commented out code: 'FOR    ${item}    IN RANGE    10'
test.robot:189:5 [W] COM06 Commented out code: '${result}=    Process Item    ${item}'
test.robot:190:5 [W] COM06 Commented out code: 'END'
test.robot:19:1 [W] COM06 Commented out code: 'Suite Setup    Open Browser    ${URL}    chrome'
test.robot:195:5 [W] COM06 Commented out code: 'IF    ${condition}'
test.robot:197:5 [W] COM06 Commented out code: '${value}=    Get True Value'
test.robot:198:5 [W] COM06 Commented out code: 'ELSE'
test.robot:200:5 [W] COM06 Commented out code: '${value}=    Get False Value'
test.robot:201:5 [W] COM06 Commented out code: 'END'
test.robot:20:1 [W] COM06 Commented out code: 'Suite Teardown    Close All Browsers'
test.robot:206:5 [W] COM06 Commented out code: 'TRY'
test.robot:207:5 [W] COM06 Commented out code: '${result}=    Risky Operation'
test.robot:208:5 [W] COM06 Commented out code: 'EXCEPT    Error message'
test.robot:210:5 [W] COM06 Commented out code: 'FINALLY'
test.robot:21:1 [W] COM06 Commented out code: 'Test Setup    Reset State'
test.robot:212:5 [W] COM06 Commented out code: 'END'
test.robot:217:5 [W] COM06 Commented out code: 'VAR    ${local}    value'
test.robot:218:5 [W] COM06 Commented out code: 'VAR    @{list}    a    b    c'
test.robot:219:5 [W] COM06 Commented out code: 'VAR    &{dict}    key=value'
test.robot:220:5 [W] COM06 Commented out code: 'VAR    ${global}    value    scope=GLOBAL'
test.robot:22:1 [W] COM06 Commented out code: 'Metadata    Version    1.0'
test.robot:225:5 [W] COM06 Commented out code: 'RETURN'
test.robot:226:5 [W] COM06 Commented out code: 'RETURN    ${value}'
test.robot:227:5 [W] COM06 Commented out code: 'RETURN    ${a}    ${b}    ${c}'
test.robot:232:5 [W] COM06 Commented out code: 'FOR    ${item}    IN    @{items}'
test.robot:233:5 [W] COM06 Commented out code: 'IF    ${item} > 0'
test.robot:235:5 [W] COM06 Commented out code: 'ELSE'
test.robot:237:5 [W] COM06 Commented out code: 'END'
test.robot:238:5 [W] COM06 Commented out code: 'END'
test.robot:243:5 [W] COM06 Commented out code: 'WHILE    ${counter} < 10'
test.robot:244:5 [W] COM06 Commented out code: '${counter}=    Evaluate    ${counter} + 1'
test.robot:245:5 [W] COM06 Commented out code: 'BREAK'
test.robot:246:5 [W] COM06 Commented out code: 'END'
test.robot:251:5 [W] COM06 Commented out code: 'GROUP    Setup Phase'
test.robot:254:5 [W] COM06 Commented out code: 'END'
test.robot:26:1 [W] COM06 Commented out code: '${COMMENTED_VAR}=    commented value'
test.robot:27:1 [W] COM06 Commented out code: '@{COMMENTED_LIST}=    a    b    c'
test.robot:28:1 [W] COM06 Commented out code: '&{COMMENTED_DICT}=    key=value'
test.robot:50:5 [W] COM06 Commented out code: '${var}=    Get Value'
test.robot:51:5 [W] COM06 Commented out code: '${result}=  Keyword Call'
test.robot:52:5 [W] COM06 Commented out code: '@{list}=    Create List    1    2    3'
test.robot:53:5 [W] COM06 Commented out code: '&{dict}=    Create Dictionary    key=value'
test.robot:58:5 [W] COM06 Commented out code: '[Tags]    smoke    regression'
test.robot:59:5 [W] COM06 Commented out code: '[Arguments]    ${arg1}    ${arg2}'
test.robot:60:5 [W] COM06 Commented out code: '[Documentation]    Commented out docs'
test.robot:61:5 [W] COM06 Commented out code: '[Setup]    Initialize'
test.robot:62:5 [W] COM06 Commented out code: '[Teardown]    Cleanup'
test.robot:63:5 [W] COM06 Commented out code: '[Template]    My Template'
test.robot:64:5 [W] COM06 Commented out code: '[Timeout]    5s'
test.robot:65:5 [W] COM06 Commented out code: '[Return]    ${value}'
test.robot:70:5 [W] COM06 Commented out code: 'IF    ${condition}'
test.robot:71:5 [W] COM06 Commented out code: 'ELSE IF    ${other}'
test.robot:72:5 [W] COM06 Commented out code: 'ELSE'
test.robot:73:5 [W] COM06 Commented out code: 'END'
test.robot:74:5 [W] COM06 Commented out code: 'FOR    ${item}    IN    @{items}'
test.robot:75:5 [W] COM06 Commented out code: 'WHILE    ${condition}'
test.robot:76:5 [W] COM06 Commented out code: 'TRY'
test.robot:77:5 [W] COM06 Commented out code: 'EXCEPT'
test.robot:78:5 [W] COM06 Commented out code: 'FINALLY'
test.robot:79:5 [W] COM06 Commented out code: 'BREAK'
test.robot:80:5 [W] COM06 Commented out code: 'CONTINUE'
test.robot:81:5 [W] COM06 Commented out code: 'RETURN'
test.robot:82:5 [W] COM06 Commented out code: 'GROUP    name'

Found 85 issues.