aboutsummaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xbuild-aux/assert-todos.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/assert-todos.sh b/build-aux/assert-todos.sh
index fea8395..00fdeec 100755
--- a/build-aux/assert-todos.sh
+++ b/build-aux/assert-todos.sh
@@ -29,7 +29,7 @@ h2flag == 1 {
h2flag = 0
}
-/^## / {
+/^## (TODO|DOING|WAITING|MEETING|INACTIVE|NEXT|CANCELLED|DONE)/ {
if (match($0, / \{#.*?\}$/) == 0) {
print "Missing ID for line " NR ":\n" $0
exitstatus = 1
@@ -51,7 +51,7 @@ h2flag == 1 {
}
-/^# Improvements$/ {
+/^# Scratch$/ {
exit exitstatus
}
' TODOs.md