#!/bin/bash

set -euo pipefail

which rg

! rg \
  --color always \
  --glob !bin/forbid \
  --glob !schemas \
  'dbg!|FIXME|TODO|XXX'
