1
0
mirror of https://github.com/casey/just synced 2024-07-05 09:18:57 +00:00
just/bin/forbid
2021-06-06 19:58:48 -04:00

12 lines
148 B
Bash
Executable File

#!/usr/bin/env bash
set -euxo pipefail
which rg
! rg \
--glob !bin/forbid \
--glob !CHANGELOG.md \
--ignore-case \
'dbg!|fixme|todo|xxx'