templated_suite.robot:2:18 DEPR08 'Run Keyword Unless' is deprecated, use 'IF' instead
   |
 1 | *** Settings ***
 2 | Test Template    Run Keyword Unless
   |                  ^^^^^^^^^^^^^^^^^^ DEPR08
   |

test.robot:2:14 DEPR08 'Run Keyword If' is deprecated, use 'IF' instead
   |
 1 | *** Settings ***
 2 | Suite Setup  Run Keyword If
   |              ^^^^^^^^^^^^^^ DEPR08
 3 | Suite Teardown  Run Keyword If
   |

test.robot:3:17 DEPR08 'Run Keyword If' is deprecated, use 'IF' instead
   |
 1 | *** Settings ***
 2 | Suite Setup  Run Keyword If
 3 | Suite Teardown  Run Keyword If
   |                 ^^^^^^^^^^^^^^ DEPR08
   |

test.robot:5:13 DEPR08 'Run Keyword If' is deprecated, use 'IF' instead
   |
 5 | Test Setup  Run Keyword If
   |             ^^^^^^^^^^^^^^ DEPR08
 6 | Test Teardown  Run Keyword If
   |

test.robot:6:16 DEPR08 'Run Keyword If' is deprecated, use 'IF' instead
   |
 4 |
 5 | Test Setup  Run Keyword If
 6 | Test Teardown  Run Keyword If
   |                ^^^^^^^^^^^^^^ DEPR08
   |

test.robot:10:14 DEPR08 'Run Keyword Unless' is deprecated, use 'IF' instead
    |
  8 | *** Test Cases ***
  9 | Test
 10 |     [Setup]  Run Keyword Unless
    |              ^^^^^^^^^^^^^^^^^^ DEPR08
 11 |     [Teardown]  Run Keyword Unless
 12 |     Run Keyword Unless   True   Hello World
    |

test.robot:11:17 DEPR08 'Run Keyword Unless' is deprecated, use 'IF' instead
    |
  9 | Test
 10 |     [Setup]  Run Keyword Unless
 11 |     [Teardown]  Run Keyword Unless
    |                 ^^^^^^^^^^^^^^^^^^ DEPR08
 12 |     Run Keyword Unless   True   Hello World
 13 |     Run Keyword If   True   Hello World
    |

test.robot:12:5 DEPR08 'Run Keyword Unless' is deprecated, use 'IF' instead
    |
 10 |     [Setup]  Run Keyword Unless
 11 |     [Teardown]  Run Keyword Unless
 12 |     Run Keyword Unless   True   Hello World
    |     ^^^^^^^^^^^^^^^^^^ DEPR08
 13 |     Run Keyword If   True   Hello World
 14 |     run_keyword_unless   True   Hello World
    |

test.robot:13:5 DEPR08 'Run Keyword If' is deprecated, use 'IF' instead
    |
 11 |     [Teardown]  Run Keyword Unless
 12 |     Run Keyword Unless   True   Hello World
 13 |     Run Keyword If   True   Hello World
    |     ^^^^^^^^^^^^^^ DEPR08
 14 |     run_keyword_unless   True   Hello World
 15 |     builtin.run_KeywoRD_UNLESS   True   Hello World
    |

test.robot:14:5 DEPR08 'run_keyword_unless' is deprecated, use 'IF' instead
    |
 12 |     Run Keyword Unless   True   Hello World
 13 |     Run Keyword If   True   Hello World
 14 |     run_keyword_unless   True   Hello World
    |     ^^^^^^^^^^^^^^^^^^ DEPR08
 15 |     builtin.run_KeywoRD_UNLESS   True   Hello World
 16 |     BuiltIn.Run Keyword Unless   True   Hello World
    |

test.robot:15:5 DEPR08 'builtin.run_KeywoRD_UNLESS' is deprecated, use 'IF' instead
    |
 13 |     Run Keyword If   True   Hello World
 14 |     run_keyword_unless   True   Hello World
 15 |     builtin.run_KeywoRD_UNLESS   True   Hello World
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEPR08
 16 |     BuiltIn.Run Keyword Unless   True   Hello World
    |

test.robot:16:5 DEPR08 'BuiltIn.Run Keyword Unless' is deprecated, use 'IF' instead
    |
 14 |     run_keyword_unless   True   Hello World
 15 |     builtin.run_KeywoRD_UNLESS   True   Hello World
 16 |     BuiltIn.Run Keyword Unless   True   Hello World
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEPR08
    |

test.robot:19:19 DEPR08 'Run Keyword Unless' is deprecated, use 'IF' instead
    |
 17 |
 18 | Templated test
 19 |     [Template]    Run Keyword Unless
    |                   ^^^^^^^^^^^^^^^^^^ DEPR08
    |

Found 13 issues.