Skip to content

Commit 1f2097a

Browse files
authored
fix: Add missing robot:exit-on-failure tag to reserved tag list (#1712)
1 parent dde42e7 commit 1f2097a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/robocop/linter/rules/tags.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ class TagNameChecker(VisitorChecker):
334334
is_keyword = False
335335
reserved_tags = {
336336
"robot:exit",
337+
"robot:exit-on-failure",
337338
"robot:flatten",
338339
"robot:no-dry-run",
339340
"robot:continue-on-failure",

0 commit comments

Comments
 (0)