# ShellCheck configuration for the TSYS Developer Support Stack # These rules are inherent to the environment-driven (dynamic source) design: # SC1090 - can't follow non-constant source (e.g. `source "$ENV_FILE"`) # SC1091 - not following external file specified as input (demo.env) disable=SC1090,SC1091