1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-06-13 19:21:32 +03:00

Merge remote-tracking branch 'upstream-public/pr/2223' into development

This commit is contained in:
Jaeden Amero
2018-12-07 16:16:24 +00:00

View File

@ -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):