Skip to content

Commit

Permalink
fix: updating lint to catch new-format glossary entries
Browse files Browse the repository at this point in the history
  • Loading branch information
gvwilson committed Feb 4, 2024
1 parent 70b566f commit 48ea545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import sys
import yaml

GLOSS_REF = re.compile(r'<span\s+data-gloss="(.+?)">')
GLOSS_REF = re.compile(r'<a\s+href="#g:(.+?)">')
MAKE_INC = re.compile(r"\b(\w+?\.(sql|py))\b")
SINGLE_INC = re.compile(r'\{%\s+include\s+single\.md\s+file=".+?/(.+?)"\s+%\}')
DOUBLE_INC = re.compile(
Expand Down

0 comments on commit 48ea545

Please sign in to comment.