Skip to content

Commit 2ea3124

Browse files
committed
Correct imperative mood blacklist alpha sort order
1 parent dd3ae1d commit 2ea3124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hook.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ validate_commit_message() {
165165

166166
IMPERATIVE_MOOD_BLACKLIST=(
167167
added adds adding
168-
avoided avoids avoiding
169168
amended amends amending
169+
avoided avoids avoiding
170170
bumped bumps bumping
171171
changed changes changing
172172
checked checks checking

0 commit comments

Comments
 (0)