clapfig 0.21.4

Rich, layered configuration for Rust CLI apps
Documentation
1
2
3
4
5
6
7
8
9
10
# 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