1
1
mirror of https://github.com/casey/just.git synced 2024-09-11 14:07:05 +03:00
just/bin/forbid

12 lines
148 B
Plaintext
Raw Normal View History

2021-05-11 09:58:05 +03:00
#!/usr/bin/env bash
set -euxo pipefail
2021-06-07 02:58:48 +03:00
which rg
2021-05-11 09:58:05 +03:00
! rg \
--glob !bin/forbid \
--glob !CHANGELOG.md \
--ignore-case \
'dbg!|fixme|todo|xxx'