Skip to content

Commit

Permalink
Merge pull request #14 from projetoKhali/sprint-3
Browse files Browse the repository at this point in the history
Sprint 3
  • Loading branch information
paulo-granthon authored Nov 11, 2024
2 parents 839bff1 + 01a6c0e commit 7150921
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hooks/scripts/shared/commit-msg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

# Semantic commit regex
commit_regex="^(feat|fix|docs|style|refactor|perf|test|build|ci|chore|revert)(\(.+\))?: .{10,200}$"
commit_regex="^(feat|fix|docs|style|refactor|perf|test|build|ci|chore|revert)(\(.+\))?: .{8,200}$"

# Merge commit regex
merge_commit_regex="^Merge (branch|remote-tracking branch) '.+' into .+$"
Expand Down

0 comments on commit 7150921

Please sign in to comment.