Skip to content

Commit 35deda5

Browse files
committed
Remove old todos
1 parent 60c4c59 commit 35deda5

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

gitlab_codeowners_linter/checks.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
from gitlab_codeowners_linter.sorting import sort_paths
99
from gitlab_codeowners_linter.sorting import sort_section_names
1010

11-
# TODO: if there are duplicated sections, do I want to issue the error message for
12-
# that section only once?
13-
1411

1512
class CodeownersViolations:
1613
def __init__(self):

gitlab_codeowners_linter/parser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ def parse_codeowners(file_path):
6969
comments_block = []
7070
continue
7171
if section_regex.search(line):
72-
# TODO: handle sections with duplicate names
7372
# TODO: manage gitlab optional sections, the ones starting with ^
7473
# TODO: at the moment for any section with a following comment like
7574
# [Section]#this is a comment

0 commit comments

Comments
 (0)