We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9579c2 commit b956dedCopy full SHA for b956ded
hooks/precommit
@@ -23,7 +23,8 @@ if [ "$CHANGED_RULESETS" ]; then
23
echo "$(date -R): Ruleset validation successful."
24
fi
25
else
26
- echo "$(date -R): Skipping tests, no changes in $RULESET_PATTERN."
+ echo -n "$(date -R): Skipped ruleset validation tests, no changes in "
27
+ echo "$RULESET_PATTERN."
28
29
30
echo "$(date -R): Reverting Git stash..."
0 commit comments