Skip to content

Commit

Permalink
Update size threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
samayer12 committed Dec 16, 2024
1 parent e6f797e commit 1d51f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[ "${PEPR_HOOK_OPT_IN}" != 1 ] && exit 0

# Warn and exit if too many changes are about to be pushed
MAX_CHANGES=400 #Avg commit size on main is 340 as of 12 Dec 2024
MAX_CHANGES=340 #Avg commit size on main is 340 as of 12 Dec 2024

# Get the local branch name
current_branch=$(git rev-parse --abbrev-ref HEAD)
Expand Down

0 comments on commit 1d51f0a

Please sign in to comment.