mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-22 09:40:09 +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…
x
Reference in New Issue
Block a user