Skip to content

Commit 850834d

Browse files
author
Gerit Wagner
committed
update lint
1 parent f7f3432 commit 850834d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/source/lint/index.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ These checks help to prevent errors—an important step given that previous stud
1313
query_string = '("digital health"[Title/Abstract]) AND ("privacy"[Title/Abstract]'
1414
query = parse(query_string, syntax="pubmed")
1515
# Output:
16-
# Fatal: unbalanced-parentheses (F0002) at position 66:
17-
# ("digital health"[Title/Abstract]) AND ("privacy"[Title/Abstract]
16+
# ❌ Fatal: unbalanced-parentheses (F1001)
17+
# Unbalanced opening parenthesis
18+
# ("digital health"[Title/Abstract]) AND ("privacy"[Title/Abstract]
19+
# ^^^
1820
1921
2022
.. include:: errors_index.rst

0 commit comments

Comments
 (0)