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
commit faafcd83a8

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