test.robot:8:1 DUP08 '*** Variables ***' section header already defined in file (first occurrence in line 7)
   |
 6 |
 7 | *** Variables ***
 8 | *** Variables ***
   | ^^^^^^^^^^^^^^^^^ DUP08
   |

test.robot:20:1 DUP08 '*** Test Case ***' section header already defined in file (first occurrence in line 11)
    |
 20 | *** Test Case ***
    | ^^^^^^^^^^^^^^^^^ DUP08
    |

test.robot:22:1 DUP08 '*** Keywords ***' section header already defined in file (first occurrence in line 5)
    |
 22 | *** Keywords ***
    | ^^^^^^^^^^^^^^^^ DUP08
 23 | Keyword
 24 |     [Documentation]  this is doc
    |

test.robot:30:1 DUP08 '*** Settings ***' section header already defined in file (first occurrence in line 1)
    |
 30 | *** Settings ***
    | ^^^^^^^^^^^^^^^^ DUP08
 31 | *** Tasks ***
 32 | *** Tasks ***
    |

test.robot:32:1 DUP08 '*** Tasks ***' section header already defined in file (first occurrence in line 31)
    |
 30 | *** Settings ***
 31 | *** Tasks ***
 32 | *** Tasks ***
    | ^^^^^^^^^^^^ DUP08
    |

Found 5 issues.