Skip to content

Commit 886f1b5

Browse files
author
Jean-Michel Cazaux
committed
Adding new lines at end of files
1 parent 0a47441 commit 886f1b5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
description: Checks that the name of the branch you are committing to is compliant with a given regex
1616
entry: pre_commit_hooks/check-branch-name.sh
1717
language: script
18-
pass_filename: false
18+
pass_filenames: false

pre_commit_hooks/check-branch-name.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ if ! [[ $BRANCH_NAME =~ $BRANCH_NAME_REGEX ]]; then
3030
echo "Branch names should match \"$BRANCH_NAME_REGEX\"..."
3131

3232
exit 1
33-
fi
33+
fi

0 commit comments

Comments
 (0)