Merge remote-tracking branch 'remote_jaeden/dev/patater/avoid-check-files-todo-dev' into development-psa-proposed

This commit is contained in:
Hanno Becker 2018-11-23 13:40:44 +00:00
commit 46b79c14ad

View File

@ -138,7 +138,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):