aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow/assert-todos.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-07-16 10:40:55 -0300
committerEuAndreh <eu@euandre.org>2021-07-16 10:40:58 -0300
commitad48b9705d0c7efc77160200a900691752626b54 (patch)
treea9c61150df03d48d9efb2f568cc71a32de9684ff /aux/workflow/assert-todos.sh
parentMakefile: Stick to 80 columns limit (diff)
downloadgit-permalink-ad48b9705d0c7efc77160200a900691752626b54.tar.gz
git-permalink-ad48b9705d0c7efc77160200a900691752626b54.tar.xz
aux/workflow/: Add WONTFIX issue classification
Diffstat (limited to 'aux/workflow/assert-todos.sh')
-rwxr-xr-xaux/workflow/assert-todos.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/workflow/assert-todos.sh b/aux/workflow/assert-todos.sh
index b5e7375..dfa1ab7 100755
--- a/aux/workflow/assert-todos.sh
+++ b/aux/workflow/assert-todos.sh
@@ -29,7 +29,7 @@ h2flag == 1 {
h2flag = 0
}
-/^## (TODO|DOING|WAITING|MEETING|INACTIVE|NEXT|CANCELLED|DONE)/ {
+/^## (TODO|DOING|WAITING|MEETING|INACTIVE|NEXT|CANCELLED|DONE|WONTFIX)/ {
if (match($0, / \{#.*?\}.*$/) == 0) {
print "Missing ID for line " NR ":\n" $0
exitstatus = 1