From c854ca5f458d92d1091ebd534d45fcb600b0a20e Mon Sep 17 00:00:00 2001 From: Bruno Lopes Date: Fri, 20 Jun 2025 18:49:27 -0300 Subject: [PATCH] gitlab: Don't allow clang-format to fail silently It is not useful for code style debugging this way. --- .gitlab/run_style_check_diff.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab/run_style_check_diff.sh b/.gitlab/run_style_check_diff.sh index 7ee32fcc6c..5dfe6723f1 100755 --- a/.gitlab/run_style_check_diff.sh +++ b/.gitlab/run_style_check_diff.sh @@ -1,7 +1,5 @@ #!/bin/sh -set -e - ancestor_horizon=28 # days (4 weeks) echo ""