We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f645af commit 932b711Copy full SHA for 932b711
scantags.py
@@ -24,7 +24,8 @@
24
FILE_PATTERN = "*.pm"
25
IGNORE_DIRECTORIES = [".git", "t"]
26
LINE_REGEX = re.compile(rf"(?:soft_fail|record_info).*?({TAG_REGEX})")
27
-INCLUDE_FILES = ["data/journal_check/bug_refs.json"]
+#INCLUDE_FILES = ["data/journal_check/bug_refs.json"]
28
+INCLUDE_FILES = []
29
30
31
def git_branch(directory: str) -> str | None:
0 commit comments