mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-02 05:21:08 +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__()
|
super().__init__()
|
||||||
self.heading = "TODO present:"
|
self.heading = "TODO present:"
|
||||||
self.files_exemptions = [
|
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):
|
def issue_with_line(self, line):
|
||||||
|
|
Loading…
Reference in a new issue