From 7e2e49837d3ec853c47fcd23da014e39f3c2d580 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 25 Jan 2021 16:30:01 -0300 Subject: build-aux/assert-todos.sh: Update shared file --- build-aux/assert-todos.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build-aux') 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 -- cgit v1.2.3