Skip to content

Commit d9a9334

Browse files
authored
Merge pull request #232 from bollwyvl/fix-lintr-message
make lintr whitespace message check less specific
2 parents c336a83 + 239df2b commit d9a9334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atest/03_Notebook.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Python
1515
Foregin Extractors
1616
Setup Notebook Python Foreign extractors.ipynb
1717
# if mypy and pyflakes will fight over `(N|n)ame 'valid'`, just hope for the best
18-
@{diagnostics} = Create List Failed to parse expression ame 'valid' Trailing whitespace is superfluous. (lintr)
18+
@{diagnostics} = Create List Failed to parse expression ame 'valid' Trailing whitespace is superfluous.
1919
FOR ${diagnostic} IN @{diagnostics}
2020
Wait Until Page Contains Element css:.cm-lsp-diagnostic[title*\="${diagnostic}"] timeout=35s
2121
Capture Page Screenshot 0x-${diagnostic}.png

0 commit comments

Comments
 (0)