Skip to content

Commit

Permalink
Also show record_info
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed Feb 19, 2024
1 parent 0ddc6f3 commit 44f2541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scantags.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

FILE_PATTERN = "*.pm"
IGNORE_DIRECTORIES = [".git", "t"]
LINE_REGEX = re.compile(rf"soft_fail.*?({TAG_REGEX})")
LINE_REGEX = re.compile(rf"(?:soft_fail|record_info).*?({TAG_REGEX})")
INCLUDE_FILES = ["data/journal_check/bug_refs.json"]


Expand Down

0 comments on commit 44f2541

Please sign in to comment.