mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-22 08:41:10 +00:00
Merge remote-tracking branch 'upstream-public/pr/2223' into development
This commit is contained in:
commit
faafcd83a8
|
@ -162,7 +162,9 @@ class TodoIssueTracker(IssueTracker):
|
|||
super().__init__()
|
||||
self.heading = "TODO present:"
|
||||
self.files_exemptions = [
|
||||
__file__, "benchmark.c", "pull_request_template.md"
|
||||
os.path.basename(__file__),
|
||||
"benchmark.c",
|
||||
"pull_request_template.md",
|
||||
]
|
||||
|
||||
def issue_with_line(self, line):
|
||||
|
|
Loading…
Reference in a new issue