Skip to content
This repository was archived by the owner on Apr 6, 2022. It is now read-only.

Commit e4e846c

Browse files
committed
Revert "codeowners: temporarily disable codeowner failures"
This reverts commit 554cce4. Signed-off-by: Anas Nashif <[email protected]>
1 parent 7002655 commit e4e846c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/check_compliance.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -499,9 +499,9 @@ def ls_owned_files(self, codeowners):
499499
# comparing strings is much faster later
500500
files.append(str(abs_path.relative_to(top_path)))
501501

502-
#if not files:
503-
# self.add_failure("Path '{}' not found, in "
504-
# "CODEOWNERS".format(git_patrn))
502+
if not files:
503+
self.add_failure("Path '{}' not found, in "
504+
"CODEOWNERS".format(git_patrn))
505505

506506
pattern2files[git_patrn] = files
507507

0 commit comments

Comments
 (0)