From 8287e0ed20e9e0fdcbdee7c3ba29f4c5d5209400 Mon Sep 17 00:00:00 2001 From: Xianpeng Shen Date: Wed, 5 Nov 2025 00:38:58 +0200 Subject: [PATCH 1/2] chore: Update imperatives.py closes #318 --- commit_check/imperatives.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commit_check/imperatives.py b/commit_check/imperatives.py index 6c1857b2..f5c82c60 100644 --- a/commit_check/imperatives.py +++ b/commit_check/imperatives.py @@ -12,8 +12,9 @@ "adjust", "aggregate", "allow", - "alignappend", + "align", "apply", + "append", "archive", "assert", "assign", From 3ca2639aadac5a38b55971941bd07ac10b41e44c Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Wed, 5 Nov 2025 00:50:31 +0200 Subject: [PATCH 2/2] chore: Fix alphabetical ordering of new entries --- commit_check/imperatives.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commit_check/imperatives.py b/commit_check/imperatives.py index f5c82c60..adc58f17 100644 --- a/commit_check/imperatives.py +++ b/commit_check/imperatives.py @@ -11,10 +11,10 @@ "add", "adjust", "aggregate", - "allow", "align", - "apply", + "allow", "append", + "apply", "archive", "assert", "assign",