#!/usr/bin/env bash

set -euxo pipefail

! rg \
  --glob !bin/forbid \
  --ignore-case \
  'dbg!|fixme|#\[ignore\]|todo|xxx'
