diff options
| author | EuAndreh <eu@euandre.org> | 2021-01-22 10:47:40 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-01-22 10:47:40 -0300 |
| commit | b99e91bf0f12e7413679a71590830017e8f3d18d (patch) | |
| tree | 6a29047d7fb5fe2169bb67a49d34a0c7d42a90f5 | |
| parent | ShellCheck (diff) | |
| download | dotfiles-b99e91bf0f12e7413679a71590830017e8f3d18d.tar.gz dotfiles-b99e91bf0f12e7413679a71590830017e8f3d18d.tar.xz | |
assert-todos.sh
| -rwxr-xr-x | build-aux/assert-todos.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/assert-todos.sh b/build-aux/assert-todos.sh index ea0ab972..f9bab229 100755 --- a/build-aux/assert-todos.sh +++ b/build-aux/assert-todos.sh @@ -1,7 +1,7 @@ #!/bin/sh set -eu -EXCLUDE='(bash/templates/|build-aux/assert-todos.sh|scripts/pastebin.sh|bash/util.sh|docbook-xsl.tar.gz)' +EXCLUDE='(bash/templates/|build-aux/assert-todos.sh|scripts/pastebin.sh|scripts/post.sh|bash/util.sh|docbook-xsl.tar.gz)' if git grep FIXME | grep -Ev "$EXCLUDE"; then echo "Found dangling FIXME markers on the project." echo "You should write them down properly on TODOs.org." |
