#!/usr/bin/env bash

set -euo pipefail

which rg

! rg \
  --glob !bin/forbid \
  --ignore-case \
  'dbg!|todo' \
  .
