aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow/assert-todos.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-07-25 15:16:31 -0300
committerEuAndreh <eu@euandre.org>2021-07-25 15:16:31 -0300
commit7400e108286a0fceacdac63b125fdc924c2dd50c (patch)
tree4849176606778477ead8a9ded4c9ff43bf4a8feb /aux/workflow/assert-todos.sh
parentservers/nixvps/configuration.nix: Serve Git repositories from NGINX, remove G... (diff)
downloadserver-7400e108286a0fceacdac63b125fdc924c2dd50c.tar.gz
server-7400e108286a0fceacdac63b125fdc924c2dd50c.tar.xz
aux/: Update
Diffstat (limited to 'aux/workflow/assert-todos.sh')
-rwxr-xr-xaux/workflow/assert-todos.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/aux/workflow/assert-todos.sh b/aux/workflow/assert-todos.sh
index ca73b7f..dfa1ab7 100755
--- a/aux/workflow/assert-todos.sh
+++ b/aux/workflow/assert-todos.sh
@@ -29,8 +29,8 @@ h2flag == 1 {
h2flag = 0
}
-/^## (TODO|DOING|WAITING|MEETING|INACTIVE|NEXT|CANCELLED|DONE)/ {
- if (match($0, / \{#.*?\}$/) == 0) {
+/^## (TODO|DOING|WAITING|MEETING|INACTIVE|NEXT|CANCELLED|DONE|WONTFIX)/ {
+ if (match($0, / \{#.*?\}.*$/) == 0) {
print "Missing ID for line " NR ":\n" $0
exitstatus = 1
}