pub-just 1.37.0

🤖 Just a command runner
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env bash

set -euxo pipefail

which rg

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