aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow/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/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/TODOs.sh')
-rwxr-xr-xaux/workflow/TODOs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/workflow/TODOs.sh b/aux/workflow/TODOs.sh
index b6c6319..96cb064 100755
--- a/aux/workflow/TODOs.sh
+++ b/aux/workflow/TODOs.sh
@@ -39,7 +39,7 @@ if [ -z "${PROJECT_UC:-}" ]; then
PROJECT_UC="$PROJECT"
fi
-TODOS_ADD_REGEX='s/^## (TODO|DOING|WAITING|MEETING|INACTIVE|NEXT|CANCELLED|DONE) (.*) \{#(.*?)\}(.*)$/## <a href="#\3"><span class="\1">\1<\/span> \2<\/a>\4\n<pre class="header-anchor" id="\3">#\3<\/pre>\n/'
+TODOS_ADD_REGEX='s/^## (TODO|DOING|WAITING|MEETING|INACTIVE|NEXT|CANCELLED|DONE|WONTFIX) (.*) \{#(.*?)\}(.*)$/## <a href="#\3"><span class="\1">\1<\/span> \2<\/a>\4\n<pre class="header-anchor" id="\3">#\3<\/pre>\n/'
TAGS_REGEX='s/tag:([\w-]+)/<span class="tag">\1<\/span>/g'
TODOS_CLEANUP_REGEX1='s/(<a><a)/<a/'
TODOS_CLEANUP_REGEX2='s/<\/a><\/a>/<\/a>/'