Skip to content

Commit aa5c37c

Browse files
committed
chore: robocop 9.0 fixes
1 parent 00230f7 commit aa5c37c

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

atest/tests.robot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
*** Settings ***
2-
Library ${LIBRARY}.py
2+
Library ${LIBRARY}.py
33

44

55
*** Variables ***
6-
${LIBRARY} DynamicLibrary
6+
${LIBRARY} DynamicLibrary
77

88

99
*** Test Cases ***

atest/tests_listener.robot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
*** Settings ***
2-
Library ListenerCore.py
3-
Library ListenerExample.py
2+
Library ListenerCore.py
3+
Library ListenerExample.py
44

55

66
*** Test Cases ***

atest/tests_types.robot

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
*** Settings ***
2-
Library DynamicTypesLibrary.py
3-
Library DynamicTypesAnnotationsLibrary.py xxx
4-
Library SmallLibrary.py ${CURDIR}/translation.json
5-
Library SmallLibrary.py ${ALL_TRANSLATIONS} AS TranslatedLibraryDict
2+
Library DynamicTypesLibrary.py
3+
Library DynamicTypesAnnotationsLibrary.py xxx
4+
Library SmallLibrary.py ${CURDIR}/translation.json
5+
Library SmallLibrary.py ${ALL_TRANSLATIONS} AS TranslatedLibraryDict
66

77

88
*** Variables ***

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pytest-cov
44
pytest-mockito
55
robotstatuschecker
66
ruff >= 0.16.4
7-
robotframework-robocop >= 8.8.0
7+
robotframework-robocop >= 9.0.0
88
invoke >= 3.0.3
99
twine
1010
wheel

0 commit comments

Comments
 (0)