Skip to content

Commit faafcd8

Browse files
committed
Merge remote-tracking branch 'upstream-public/pr/2223' into development
2 parents fedb407 + 80a23a5 commit faafcd8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/scripts/check-files.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,9 @@ def __init__(self):
162162
super().__init__()
163163
self.heading = "TODO present:"
164164
self.files_exemptions = [
165-
__file__, "benchmark.c", "pull_request_template.md"
165+
os.path.basename(__file__),
166+
"benchmark.c",
167+
"pull_request_template.md",
166168
]
167169

168170
def issue_with_line(self, line):

0 commit comments

Comments
 (0)