aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow/assert-todos.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-11-14 18:39:14 -0300
committerEuAndreh <eu@euandre.org>2022-11-14 18:39:14 -0300
commitb20df02100b4806c1a9e1992aff240b4328b7d16 (patch)
treee14fd3029e8c1f8d3f78f50f28ced7a28a153da9 /aux/workflow/assert-todos.sh
parentRemove old config files, starting anew for toph (diff)
downloadtoph-b20df02100b4806c1a9e1992aff240b4328b7d16.tar.gz
toph-b20df02100b4806c1a9e1992aff240b4328b7d16.tar.xz
rm -rf aux/
Diffstat (limited to 'aux/workflow/assert-todos.sh')
-rwxr-xr-xaux/workflow/assert-todos.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/aux/workflow/assert-todos.sh b/aux/workflow/assert-todos.sh
deleted file mode 100755
index f4fd965..0000000
--- a/aux/workflow/assert-todos.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-set -eu
-
-# shellcheck disable=2086
-if [ -e .git ] &&
- git grep FIXME ${1:-} |
- grep -v '^TODOs.md:' |
- grep -v '^aux/workflow/assert-todos.sh:'
-then
- echo "Found dangling FIXME markers on the project." >&2
- echo "You should write them down properly on TODOs.md." >&2
- exit 1
-fi
-
-td -L