Skip to content

Commit 932b711

Browse files
Do not check bug_refs.json
1 parent 5f645af commit 932b711

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scantags.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
FILE_PATTERN = "*.pm"
2525
IGNORE_DIRECTORIES = [".git", "t"]
2626
LINE_REGEX = re.compile(rf"(?:soft_fail|record_info).*?({TAG_REGEX})")
27-
INCLUDE_FILES = ["data/journal_check/bug_refs.json"]
27+
#INCLUDE_FILES = ["data/journal_check/bug_refs.json"]
28+
INCLUDE_FILES = []
2829

2930

3031
def git_branch(directory: str) -> str | None:

0 commit comments

Comments
 (0)