just 1.8.0

🤖 Just a command runner
Documentation
#!/usr/bin/env bash

set -euxo pipefail

which rg

! rg \
  --glob !bin/forbid \
  --glob !CHANGELOG.md \
  --ignore-case \
  'dbg!|fixme|todo|xxx'