From bf0fdaae245eb0347a00700c987dabd9fd1433da Mon Sep 17 00:00:00 2001 From: AfonsoSantos96 Date: Thu, 18 May 2023 10:44:47 +0100 Subject: [PATCH] feat(HIS): add HIS checker to ci makefile Signed-off-by: Afonso Santos --- his_checker.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/his_checker.py b/his_checker.py index e86059a..9f2a17d 100755 --- a/his_checker.py +++ b/his_checker.py @@ -1,4 +1,3 @@ -<<<<<<< HEAD #!/bin/python3 # SPDX-License-Identifier: Apache-2.0 @@ -216,7 +215,3 @@ def process_v_g(files, threshold): # If there were any failures, exit with an error code if CHECK_FAIL: sys.exit(-1) -======= - -# wip ->>>>>>> 6e30066 (feat(HIS): add HIS script into makefile python scripts)