Skip to content

Commit 0347514

Browse files
committed
use pre-commit hook version which actually returns non zero exit code on error
1 parent 95aa032 commit 0347514

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repos:
3131
hooks:
3232
- id: shellcheck
3333
- repo: https://github.com/elektrobit-contrib/eclipse-score_tooling
34-
rev: e38ab68ffd1027cc48265aaf23829adc8fb022af
34+
rev: b969a24829bd20cfb95a8953eb892e3320e8d0f5
3535
hooks:
3636
- id: copyright
3737
- repo: https://codeberg.org/fsfe/reuse-tool

scripts/install_dive.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/usr/bin/env bash
22

3-
set -euo pipefail
4-
53
# *******************************************************************************
64
# Copyright (c) 2026 Contributors to the Eclipse Foundation
75
#
@@ -15,6 +13,8 @@ set -euo pipefail
1513
# SPDX-License-Identifier: Apache-2.0
1614
# *******************************************************************************
1715

16+
set -euo pipefail
17+
1818
echo "Installing dive..."
1919

2020
DIVE_NAME="/tmp/dive.deb"

0 commit comments

Comments
 (0)