dirty-helpers/XXX

3 lines
89 B
Bash
Executable file

#!/bin/sh
# List XXXs, FIXMEs and TODOs in files
ag '^(?!.*mktemp).*XXX|FIXME|TODO' "$@"