Skip to content

Commit 7b4a53a

Browse files
Restoring test gate.
1 parent f1d62df commit 7b4a53a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ repos:
3434
# Test gate (timeout: 10s)
3535
# Blocks commits when staged source files have associated tests that haven't passed.
3636
# Runs BEFORE the review gate so developers fix test failures first.
37-
# - id: pre-commit-test-gate
38-
# name: Test Gate (10s timeout)
39-
# entry: ./plugins/dso/scripts/pre-commit-wrapper.sh pre-commit-test-gate 10 "./plugins/dso/hooks/pre-commit-test-gate.sh"
40-
# language: system
41-
# pass_filenames: false
42-
# always_run: true
43-
# stages: [pre-commit]
37+
- id: pre-commit-test-gate
38+
name: Test Gate (10s timeout)
39+
entry: ./plugins/dso/scripts/pre-commit-wrapper.sh pre-commit-test-gate 10 "./plugins/dso/hooks/pre-commit-test-gate.sh"
40+
language: system
41+
pass_filenames: false
42+
always_run: true
43+
stages: [pre-commit]
4444

4545
# Review gate (timeout: 10s)
4646
# Blocks commits containing non-allowlisted files without a valid review-status.

0 commit comments

Comments
 (0)