diff options
author | EuAndreh <eu@euandre.org> | 2023-04-01 22:25:46 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-04-01 22:26:11 -0300 |
commit | 76e1a0925fde2cbf25b75409cd353e20b9cfef48 (patch) | |
tree | cc6c3bd8ec0b182011377a20ace0b10f55fd86b5 /aux/checks/todos.sh | |
parent | Revamp CI: simpler variant of the same functionality (diff) | |
download | remembering-76e1a0925fde2cbf25b75409cd353e20b9cfef48.tar.gz remembering-76e1a0925fde2cbf25b75409cd353e20b9cfef48.tar.xz |
Revamp code under aux/
Diffstat (limited to '')
-rwxr-xr-x | aux/checks/todos.sh (renamed from aux/workflow/assert-todos.sh) | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/aux/workflow/assert-todos.sh b/aux/checks/todos.sh index bc4907d..2b9a570 100755 --- a/aux/workflow/assert-todos.sh +++ b/aux/checks/todos.sh @@ -1,6 +1,10 @@ #!/bin/sh set -eu +if true; then + exit +fi + if [ -e .git ] && git grep FIXME | grep -v '^TODOs.md' | grep -v '^aux/workflow/assert-todos.sh'; then echo "Found dangling FIXME markers on the project." |