File: forbid

package info (click to toggle)
rust-temptree 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 124 kB
  • sloc: sh: 6; makefile: 4
file content (10 lines) | stat: -rwxr-xr-x 123 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash

set -euxo pipefail

which rg

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