# ShellCheck configuration file
# See https://github.com/koalaman/shellcheck/wiki

# Exclude specific warnings
# SC1090: Can't follow non-constant source
# SC1091: Not following
exclude=SC1090,SC1091

# Source paths for finding sourced files
shell=bash

# Check sourced files
check-sourced=true

