Merge remote-tracking branch 'remote_jaeden/dev/patater/avoid-check-files-todo-dev' into development-psa-proposed
This commit is contained in:
commit
46b79c14ad
1 changed files with 3 additions and 1 deletions
|
@ -138,7 +138,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):
|
||||
|
|
Loading…
Reference in a new issue