scripts: compliance: Remove old TODO

This TODO doesn't seem to apply anymore based on its description, so
remove it altogether.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
Carles Cufi 2022-11-24 17:04:40 +01:00 committed by Stephanos Ioannidis
parent bafec6bbde
commit 5fbfd72f9d

View file

@ -745,9 +745,6 @@ class Codeowners(ComplianceTest):
return ret
def run(self):
# TODO: testing an old self.commit range that doesn't end
# with HEAD is most likely a mistake. Should warn, see
# https://github.com/zephyrproject-rtos/ci-tools/pull/24
codeowners = os.path.join(GIT_TOP, "CODEOWNERS")
if not os.path.exists(codeowners):
self.skip("CODEOWNERS not available in this repo")