# shellcheck config — applies to every shell file linted in this repo.
# Allow sourcing files from outside the repo (common for setup scripts
# that source env files or shared profile fragments).
external-sources=true
# SC1091: sourced file not found / not following — too noisy for repos
# that source `~/.cargo/env`, `$HOME/.bashrc`, etc., where the file
# exists on the runner but not in static analysis.
disable=SC1091